Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "USDC"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 10817650 | 4 years ago | | | 0 | 0.0035803710 | |
| 10817521 | 4 years ago | | | 0 | 0.0035803711 | |
| 10768962 | 4 years ago | | | 0 | 0.010439154 | |
| 10753388 | 4 years ago | | | 0 | 0.0036666451 | |
| 10753268 | 4 years ago | | | 0 | 0.0034940971 | |
| 10752686 | 4 years ago | | | 0 | 0.0030195900 | |
| 10748345 | 4 years ago | | | 0 | 0.0024532012 | |
| 10746076 | 4 years ago | | | 0 | 0.0020705760 | |
| 10739979 | 4 years ago | | | 0 | 0.0034078231 | |
| 10735484 | 4 years ago | | | 0 | 0.0031490010 |
ABI
ABI objects
Getter at block 21123455
decimals() view returns (uint8)
18
name() view returns (string)
USDC
owner() view returns (address)
0x4dbb8150249c72850a66977038f8c95c6fcefd53
symbol() view returns (string)
USDC
totalSupply() view returns (uint256)
10000000000000000000000000000
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
frozenAccount(address) view returns (bool)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool success)
approveAndCall(address _spender, uint256 _value, bytes _extraData) returns (bool success)
burn(uint256 _value) returns (bool success)
burnFrom(address _from, uint256 _value) returns (bool success)
freezeAccount(address target, bool freeze)
mintToken(address target, uint256 mintedAmount)
transfer(address _to, uint256 _value)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
Burn(address indexed from, uint256 value)
FrozenFunds(address target, bool frozen)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(uint256 initialSupply, string tokenName, string tokenSymbol)
This contract contains no fallback and receive objects.
This contract contains no error objects.