Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
VOID | ERC-20 | 500 | $0.000951 |
$0.48 | |
TKN | ERC-20 | 6.232845 | $0.028366 |
$0.18 | |
BOYS | ERC-20 | 0.4 | $0.012148 |
$0 | |
FPEPE | ERC-20 | 18 | $0.0002 |
$0 | |
USA | ERC-20 | 1 | $0.00079 |
$0 | |
OHNO | ERC-20 | 3.59855K | -- | -- | |
ERC-20 | 2.4K | -- | -- | ||
LZPZ | ERC-20 | 2.201K | -- | -- | |
CWH | ERC-20 | 1.414K | -- | -- | |
ONEDOLLAR | ERC-20 | 1K | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22743044 | 26 minutes ago | | | 0 | 3.3585170e-7 | |
| 22737117 | 4 hours ago | | | 0 | 0.0000048968727 | |
| 22736749 | 4 hours ago | | | 0 | 1.9632098e-7 | |
| 22729609 | 8 hours ago | | | 0 | 1.1173200e-7 | |
| 22728665 | 8 hours ago | | | 0 | 0.000000097009500000 | |
| 22727444 | 9 hours ago | | | 0 | 0.000000046667200000 | |
| 22727444 | 9 hours ago | | | 0 | 0.000000073988800000 | |
| 22727439 | 9 hours ago | | | 0 | 0.000000078551900000 | |
| 22723751 | 11 hours ago | | | 0 | 0.0000048729854 | |
| 22717609 | 15 hours ago | | | 0 | 3.1525167e-7 |
ABI
ABI objects
Getter at block 22743826
BRIDGE() view returns (address)
0x4200000000000000000000000000000000000010
REMOTE_TOKEN() view returns (address)
0x82d09e30d5d682d69b4a5d97c61b7ba651457625
bridge() view returns (address)
0x4200000000000000000000000000000000000010
decimals() view returns (uint8)
18
l1Token() view returns (address)
0x82d09e30d5d682d69b4a5d97c61b7ba651457625
l2Bridge() view returns (address)
0x4200000000000000000000000000000000000010
name() view returns (string)
TokenDao
remoteToken() view returns (address)
0x82d09e30d5d682d69b4a5d97c61b7ba651457625
symbol() view returns (string)
TKN
totalSupply() view returns (uint256)
50487073162280262186726794
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 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)
mint(address _to, uint256 _amount)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address indexed account, uint256 amount)
Mint(address indexed account, uint256 amount)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _bridge, address _remoteToken, string _name, string _symbol)
This contract contains no fallback and receive objects.
This contract contains no error objects.