Alongside Crypto Market Index
Verified contract
Active on
Base with 6,789 txns
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 |
---|---|---|---|---|---|
AMKT | ERC-20 | 0.01284 | $252.79 |
$3.25 | |
ETHO | ERC-20 | 10 | $0.010941 |
$0.11 | |
OHNO | ERC-20 | 2 | -- | -- | |
LZPZ | ERC-20 | 1 | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22908948 | an hour ago | | | 0 | 4.9237100e-7 | |
| 22907582 | 2 hours ago | | | 0 | 9.7257200e-7 | |
| 22903856 | 4 hours ago | | | 0 | 0.0000010409911 | |
| 22901543 | 5 hours ago | | | 0 | 0.0000015511209 | |
| 22888950 | 12 hours ago | | | 0 | 0.000000508805000000 | |
| 22878456 | 18 hours ago | | | 0 | 8.7966859e-7 | |
| 22878319 | 18 hours ago | | | 0 | 0.0000017070354 | |
| 22871713 | a day ago | | | 0 | 5.4134128e-7 | |
| 22871669 | a day ago | | | 0 | 0.0000010895051 | |
| 22868973 | a day ago | | | 0 | 5.2027773e-7 |
ABI
ABI objects
Getter at block 22911111
BRIDGE() view returns (address)
0x4200000000000000000000000000000000000010
REMOTE_TOKEN() view returns (address)
0xf17a3fe536f8f7847f1385ec1bc967b2ca9cae8d
bridge() view returns (address)
0x4200000000000000000000000000000000000010
decimals() view returns (uint8)
18
l1Token() view returns (address)
0xf17a3fe536f8f7847f1385ec1bc967b2ca9cae8d
l2Bridge() view returns (address)
0x4200000000000000000000000000000000000010
name() view returns (string)
Alongside Crypto Market Index
remoteToken() view returns (address)
0xf17a3fe536f8f7847f1385ec1bc967b2ca9cae8d
symbol() view returns (string)
AMKT
totalSupply() view returns (uint256)
196345411562178795571
version() view returns (string)
1.0.3
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.