Skip to main content

Questions tagged [base]

Base is a layer two blockchain by Coinbase.

1 vote
0 answers
66 views

Received a significant airdrop for some work I did for a new chain that dropped recently and it's valued at ~$20,000 USD I was on a trip and only had my laptop which didn't have my MetaMask on it and ...
beep's user avatar
  • 11
0 votes
0 answers
50 views

I'm building a monitor server that tracks the events of my contracts on multiple chains(i.e. sepolia, base-sepolia, zksync-sepolia, the contract source code on these chains are the same): // server.js ...
musketeerdt's user avatar
0 votes
1 answer
63 views

I sent a USDC payment Via ERC-20 BASE but the receiving wallet can’t view it because they only have access to ERC-20 ETH. Is there anyway I can get access to this payment to covert it to ETH? or the ...
Nick's user avatar
  • 1
0 votes
1 answer
462 views

I accidently sent $250 usdc crypto on base network and was wondering if there's any way to bridge to erc 20 network to same address. Transaction hash. ...
Antonio Martinez's user avatar
0 votes
0 answers
39 views

I see people having functions as 'swap' in transactions on basescan pointing to these as router addresses. I see a lot of these being used: https://basescan.org/address/...
Dark Horse's user avatar
1 vote
0 answers
19 views

I'm trying to understand how gas fees work. I tried sending an ERC20 approval transaction from almost-empty wallet. I set following parameters: maxPriorityFeePerGas=50, maxFeePerGas=100,000,000, ...
Усердный бобёр's user avatar
1 vote
2 answers
112 views

// SPDX-License-Identifier: GPL-2.0-or-later pragma solidity ^0.8.7; pragma abicoder v2; import '@uniswap/v3-periphery/contracts/libraries/TransferHelper.sol'; import '@uniswap/v3-periphery/contracts/...
user153644's user avatar
0 votes
1 answer
87 views

I transfered my Base Eth to my cold wallet that was on Eth Main. On base scan it is showing successful transfer but i have not received my eth in the wallet since it was on Eth main. Is there any way ...
Talal's user avatar
  • 1
1 vote
1 answer
96 views

I keep having successful transactions end up being just 99 tokens in my wallet after approval. Here is one example. That token is currently only 99 in my wallet. Is this a common scam? I see others ...
Dark Horse's user avatar
0 votes
2 answers
574 views

I recently mistakenly sent USDC on the Base network to my CoinMetro USDC (Ethereum) deposit address. Since CoinMetro does not support Base, the funds did not arrive in my account, but they still exist ...
Lucas Jung's user avatar
0 votes
1 answer
74 views

I am unable to do anything with the base ETH token $Kekius on that contract. Each time I send to another account, it comes right back. I didn’t see a restriction to swap or send in base scan. What ...
Leland's user avatar
  • 1
2 votes
3 answers
491 views

I hold USDC on Ethereum. How can I get USDC (native, not bridged) on Base L2? I do not want USDbc variant.
Mikko Ohtamaa's user avatar
0 votes
1 answer
88 views

I am creating a Safe multisignature wallet using Safe Python library and the following Python code (full code here): def deploy_safe( web3: Web3, deployer: LocalAccount, owners: list[...
Mikko Ohtamaa's user avatar