Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "XDAO"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21158153 | 10 hours ago | | | 0 | 0.0012069981 | |
| 21158035 | 10 hours ago | | | 0 | 0.0018614965 | |
| 21156905 | 14 hours ago | | | 0 | 0.00053740533 | |
| 21156871 | 14 hours ago | | | 0 | 0.00034491192 | |
| 21156510 | 15 hours ago | | | 0 | 0.00054035002 | |
| 21156500 | 15 hours ago | | | 0 | 0.00036539463 | |
| 21155486 | 19 hours ago | | | 0 | 0.00057896647 | |
| 21155474 | 19 hours ago | | | 0 | 0.00045443924 | |
| 21147520 | 2 days ago | | | 0 | 0.00018699803 | |
| 21147296 | 2 days ago | | | 0 | 0.00042209645 |
ABI
ABI objects
Getter at block 21161081
DOMAIN_SEPARATOR() view returns (bytes32)
0x1713cf7dcc77942b6f9cd640c02f74558964926a21f4966118aa2e4ee32e4e47
decimals() view returns (uint8)
18
name() view returns (string)
XDAO
symbol() view returns (string)
XDAO
totalSupply() view returns (uint256)
1000000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
nonces(address owner) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.