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 |
---|---|---|---|---|---|
NOGS | ERC-20 | 10M | $0.000021 |
$205.6 | |
BENTO | ERC-20 | 9.768977M | $0.00 |
$0.12 | |
BOOMER | ERC-20 | 6.9 | $0.011332 |
$0.08 | |
BANANAS | ERC-20 | 33 | $0.00006 |
$0 | |
USA | ERC-20 | 1 | $0.000823 |
$0 | |
Boe | ERC-20 | 1.38 | $0.000162 |
$0 | |
RIKY | ERC-20 | 0.99 | $0.000178 |
$0 | |
KEREN | ERC-20 | 0.69 | $0.000224 |
$0 | |
SIAM | ERC-20 | 7.777777K | $0.00 |
$0 | |
Blue | ERC-20 | 0.69 | $0.000041 |
$0 |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22742346 | 20 minutes ago | | | 0 | 1.4847972e-7 | |
| 22737608 | 3 hours ago | | | 0 | 2.4245154e-7 | |
| 22734852 | 4 hours ago | | | 0 | 2.4997527e-7 | |
| 22726596 | 9 hours ago | | | 0 | 0.000000060527979375 | |
| 22726567 | 9 hours ago | | | 0 | 0.000000095195407875 | |
| 22719280 | 13 hours ago | | | 0 | 2.3459661e-7 | |
| 22719049 | 13 hours ago | | | 0 | 0.000093344895 | |
| 22715464 | 15 hours ago | | | 0 | 1.4673108e-7 | |
| 22714181 | 16 hours ago | | | 0 | 3.5376172e-7 | |
| 22712581 | 17 hours ago | | | 0 | 2.4565126e-7 |
ABI
ABI objects
Getter at block 22742948
BRIDGE() view returns (address)
0x4200000000000000000000000000000000000010
REMOTE_TOKEN() view returns (address)
0x5fa20d59d2a907e5fed9fb80b4a8d9f0d069a48d
bridge() view returns (address)
0x4200000000000000000000000000000000000010
decimals() view returns (uint8)
18
l1Token() view returns (address)
0x5fa20d59d2a907e5fed9fb80b4a8d9f0d069a48d
l2Bridge() view returns (address)
0x4200000000000000000000000000000000000010
name() view returns (string)
Noggles
remoteToken() view returns (address)
0x5fa20d59d2a907e5fed9fb80b4a8d9f0d069a48d
symbol() view returns (string)
NOGS
totalSupply() view returns (uint256)
53990350617994700000000000000
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.