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 "AOS Token"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 9155298 | 5 years ago | | | 0 | 0.00019457000 | |
| 9154850 | 5 years ago | | | 0 | 0.00011963000 | |
| 9154842 | 5 years ago | | | 0 | 0.00011969000 | |
| 9154838 | 5 years ago | | | 0 | 0.00015269000 | |
| 9146253 | 5 years ago | | | 0 | 0.000069889249 | |
| 9146239 | 5 years ago | | | 0 | 0.000069867697 | |
| 9146232 | 5 years ago | | | 0 | 0.000069867697 | |
| 9146216 | 5 years ago | | | 0 | 0.00015570400 | |
| 9146210 | 5 years ago | | | 0 | 0.00018672960 | |
| 9146200 | 5 years ago | | | 0 | 0.000058241041 |
ABI
ABI objects
Getter at block 21331911
decimals() view returns (uint256)
18
name() view returns (string)
AOS Token
owner() view returns (address)
0xd492c211b7988f98505ee0733d683e9c979e0a5d
safeguard() view returns (bool)
false
symbol() view returns (string)
AOS
totalSupply() view returns (uint256)
500000000000000000000000000
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
frozenAccount(address) view returns (bool)
State-modifying
Events acceptOwnership()
airdrop(address[] recipients, uint256[] tokenAmount)
approve(address _spender, uint256 _value) returns (bool success)
changeSafeguardStatus()
freezeAccount(address target, bool freeze)
manualWithdrawTokens(uint256 tokenAmount)
transfer(address _to, uint256 _value) returns (bool success)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
transferOwnership(address _newOwner)
Approval(address indexed from, address indexed spender, uint256 value)
FrozenAccounts(address target, bool frozen)
OwnershipTransferred(address indexed _from, address indexed _to)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.