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 |
---|---|---|---|---|---|
OHNO | ERC-20 | 1 | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22210748 | 3 days ago | | | 0 | 3.4010168e-7 | |
| 22207333 | 3 days ago | | | 0 | 4.5006320e-7 | |
| 22170361 | 4 days ago | | | 0 | 3.8297096e-7 | |
| 22169579 | 4 days ago | | | 0 | 0.000000402619704144 | |
| 22154890 | 4 days ago | | | 0 | 6.4371445e-7 | |
| 22154883 | 4 days ago | | | 0 | 6.4455075e-7 | |
| 22154745 | 4 days ago | | | 0 | 6.4354719e-7 | |
| 22149383 | 4 days ago | | | 0 | 6.4713331e-7 | |
| 22105980 | 5 days ago | | | 0 | 8.4373533e-7 | |
| 22094770 | 5 days ago | | | 0 | 3.5153800e-7 |
ABI
ABI objects
Getter at block 22325621
BRIDGE() view returns (address)
0x4200000000000000000000000000000000000010
REMOTE_TOKEN() view returns (address)
0x55296f69f40ea6d20e478533c15a6b08b654e758
bridge() view returns (address)
0x4200000000000000000000000000000000000010
decimals() view returns (uint8)
18
l1Token() view returns (address)
0x55296f69f40ea6d20e478533c15a6b08b654e758
l2Bridge() view returns (address)
0x4200000000000000000000000000000000000010
name() view returns (string)
XY Oracle
remoteToken() view returns (address)
0x55296f69f40ea6d20e478533c15a6b08b654e758
symbol() view returns (string)
XYO
totalSupply() view returns (uint256)
8685623333392919598559645
version() view returns (string)
1.3.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, uint8 _decimals)
This contract contains no fallback and receive objects.
This contract contains no error objects.