Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Atom"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19878410 | 6 months ago | | | 0 | 0.00020882161 | |
| 19118433 | 10 months ago | | | 0 | 0.00091976419 | |
| 17902030 | a year ago | | | 0 | 0.00055875600 | |
| 17755289 | a year ago | | | 0 | 0.00065704804 | |
| 17750260 | a year ago | | | 0 | 0.00070310130 | |
| 17748755 | a year ago | | | 0 | 0.00078526744 | |
| 17665771 | a year ago | | | 0 | 0.0013263080 | |
| 17665477 | a year ago | | | 0 | 0.0011884087 | |
| 17649174 | a year ago | | | 0 | 0.00081912799 | |
| 17618228 | a year ago | | | 0 | 0.00064320745 |
ABI
ABI objects
Getter at block 21207315
decimals() view returns (uint8)
6
name() view returns (string)
Atom
symbol() view returns (string)
ATOM
totalSupply() view returns (uint256)
217768435
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) 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)
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(address _gravityAddress, string _name, string _symbol, uint8 _decimals)
This contract contains no fallback and receive objects.
This contract contains no error objects.