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 "Atauro"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16655516 | 2 years ago | | | 0 | 0.0022186460 | |
| 16641500 | 2 years ago | | | 0 | 0.0017324383 | |
| 16576892 | 2 years ago | | | 0 | 0.00085881269 | |
| 16576878 | 2 years ago | | | 0 | 0.0013460252 | |
| 15261051 | 2 years ago | | | 0 | 0.00051765946 | |
| 15257647 | 2 years ago | | | 0 | 0.0034747480 | |
| 15257610 | 2 years ago | | | 0 | 0.0030331480 | |
| 15257584 | 2 years ago | | | 0 | 0.0031331950 | |
| 15257485 | 2 years ago | | | 0 | 0.0030041400 | |
| 15254317 | 2 years ago | | | 0 | 0.0030164750 |
ABI
ABI objects
Getter at block 21296878
decimals() view returns (uint8)
8
name() view returns (string)
Atauro
owner() view returns (address)
0x11a278cee5e25848182e8e98185ab352df46cb8b
paused() view returns (bool)
false
symbol() view returns (string)
ATR
totalSupply() view returns (uint256)
1000000000000000
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)
pause()
renounceOwnership()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 value)
Unpaused(address account)
constructor(string _name, string _symbol, uint256 _totalSupply)
This contract contains no fallback and receive objects.
This contract contains no error objects.