USD Base Coin
Verified contract
Proxy
Active on
Base
Unified storage
Map
Table
Raw
Constants and immutables
2
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 44 additional slots
-
variable spans 49 additional slots
Balances ($2,552.43)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDC | ERC-20 | 1.382392K | $1.001 |
$1,383.77 | |
USDbC | ERC-20 | 1.167298K | $1.001 |
$1,168.47 | |
ETHO | ERC-20 | 10 | $0.012748 |
$0.13 | |
WGC | ERC-20 | 200 | $0.000256 |
$0.05 | |
ONCHAIN | ERC-20 | 10 | $0.000832 |
$0.01 | |
USA | ERC-20 | 1.011906 | $0.00069 |
$0 | |
MAG | ERC-20 | 1.164058 | $0.000081 |
$0 | |
kurbi | ERC-20 | 0.1 | $0.000443 |
$0 | |
suremoon | ERC-20 | 1,000,000,000,000,000,000T | -- | -- | |
suremoon | ERC-20 | 999,999,999,999,998,800T | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 23231540 | a few seconds ago | | | 0 | 0.0000014978063 | |
| 23231537 | a few seconds ago | | | 0 | 0.0000024525110 | |
| 23231535 | a few seconds ago | | | 0 | 0.0000024780373 | |
| 23231529 | a few seconds ago | | | 0 | 0.0000016218819 | |
| 23231528 | a few seconds ago | | | 0 | 0.0000029281861 | |
| 23231515 | a minute ago | | | 0 | 0.0000022407235 | |
| 23231502 | a minute ago | | | 0 | 0.0000022407235 | |
| 23231495 | 2 minutes ago | | | 0 | 0.0000019024179 | |
| 23231479 | 2 minutes ago | | | 0 | 0.0000019061856 | |
| 23231475 | 2 minutes ago | | | 0 | 0.0000073748992 |
ABI
ABI objects
Getter at block 23231541
BRIDGE() view returns (address)
0x4200000000000000000000000000000000000010
REMOTE_TOKEN() view returns (address)
0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48
bridge() view returns (address)
0x4200000000000000000000000000000000000010
decimals() view returns (uint8)
6
l1Token() view returns (address)
0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48
l2Bridge() view returns (address)
0x4200000000000000000000000000000000000010
name() view returns (string)
USD Base Coin
remoteToken() view returns (address)
0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48
symbol() view returns (string)
USDbC
totalSupply() view returns (uint256)
22598182820062
version() view returns (string)
1.0.0
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
supportsInterface(bytes4 _interfaceId) pure returns (bool)
State-modifying
Events admin() returns (address)
changeAdmin(address _admin)
implementation() returns (address)
upgradeTo(address _implementation)
upgradeToAndCall(address _implementation, bytes _data) payable returns (bytes)
approve(address spender, uint256 amount) returns (bool)
burn(address _from, uint256 _amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initialize(string _name, string _symbol)
mint(address _to, uint256 _amount)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
AdminChanged(address previousAdmin, address newAdmin)
Upgraded(address indexed implementation)
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address indexed account, uint256 amount)
Initialized(uint8 version)
Mint(address indexed account, uint256 amount)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _admin)
fallback()
receive()
This contract contains no error objects.