Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($15,615.40)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
CIRCLE | ERC-20 | 5.153437K | $3.03 |
$15,614.91 | |
VOID | ERC-20 | 500 | $0.000951 |
$0.48 | |
BOYS | ERC-20 | 0.4 | $0.011955 |
$0 | |
FPEPE | ERC-20 | 18 | $0.000193 |
$0 | |
kurbi | ERC-20 | 1 | $0.000775 |
$0 | |
USA | ERC-20 | 1 | $0.000767 |
$0 | |
CWG | ERC-20 | 14.454959M | -- | -- | |
PENNY | ERC-20 | 1M | -- | -- | |
ECLIPSE | ERC-20 | 482.024K | -- | -- | |
BILLY | ERC-20 | 133.777K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22748095 | 26 minutes ago | | | 0 | 4.7677260e-7 | |
| 22748092 | 26 minutes ago | | | 0 | 8.3733256e-7 | |
| 22747143 | an hour ago | | | 0 | 0.0000054395598 | |
| 22745296 | 2 hours ago | | | 0 | 0.0000040022882 | |
| 22745241 | 2 hours ago | | | 0 | 0.0000040022882 | |
| 22741274 | 4 hours ago | | | 0 | 0.000093777589 | |
| 22739116 | 5 hours ago | | | 0 | 0.000000082096400000 | |
| 22736473 | 7 hours ago | | | 0 | 0.0000051737560 | |
| 22732034 | 9 hours ago | | | 0 | 1.2776369e-7 | |
| 22725482 | 13 hours ago | | | 0 | 0.000000070510086220 |
ABI
ABI objects
Getter at block 22748877
DOMAIN_SEPARATOR() view returns (bytes32)
0xc1d3202da79046a6c18eb604b7c861b3145627c681566b048b92dd0ff8c094eb
decimals() view returns (uint8)
18
name() view returns (string)
Circle
owner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
CIRCLE
totalSupply() view returns (uint256)
1000000000000000000000000
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
nonces(address) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
renounceOwnership()
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 amount)
OwnershipTransferred(address indexed user, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 amount)
constructor(address deployer, uint256 supply)
This contract contains no fallback and receive objects.
This contract contains no error objects.