Ant Garbage Classification
Verified contract
Active on
Ethereum with 3,111 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
AZP | ERC-20 | 0.36 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 9961072 | 5 years ago | | | 0 | 0.00056505000 | |
| 9940413 | 5 years ago | | | 0 | 0.00056517000 | |
| 9932358 | 5 years ago | | | 0 | 0.00041517000 | |
| 9881765 | 5 years ago | | | 0 | 0.00056517000 | |
| 9843154 | 5 years ago | | | 0 | 0.00056517000 | |
| 9841678 | 5 years ago | | | 0 | 0.00041505000 | |
| 9840059 | 5 years ago | | | 0 | 0.00026517000 | |
| 9839193 | 5 years ago | | | 0 | 0.00074709000 | |
| 9839183 | 5 years ago | | | 0 | 0.00074709000 | |
| 9839170 | 5 years ago | | | 0 | 0.00074709000 |
ABI
ABI objects
Getter at block 21158227
creator() view returns (address)
0xdb34d31e52610fe94e6a4a8153498da4bddb87f5
decimals() view returns (uint8)
5
lockAll() view returns (bool)
false
name() view returns (string)
Ant Garbage Classification
owner() view returns (address)
0xdb34d31e52610fe94e6a4a8153498da4bddb87f5
symbol() view returns (string)
AGC
totalSupply() view returns (uint256)
12000000000000
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
frozens(address) view returns (bool)
State-modifying
Events acceptOwnership() returns (bool success)
approve(address _spender, uint256 _value) returns (bool success)
approveAndCall(address _spender, uint256 _value, bytes _extraData) returns (bool success)
burn(uint256 _value) returns (bool success)
burnFrom(address _from, uint256 _value) returns (bool success)
offer(uint256 _supplyTM) returns (bool success)
setFreezeAddress(address _target, bool _freeze) returns (bool success)
setLockAll(bool _lockAll) returns (bool success)
transfer(address _to, uint256 _value) returns (bool success)
transferExtra(address _to, uint256 _value, bytes _extraData) returns (bool success)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
transferOwnership(address _newOwner) returns (bool success)
Approval(address indexed _owner, address indexed _spender, uint256 _value)
Burn(address indexed _from, uint256 _value)
FreezeAddress(address indexed _target, bool _frozen)
Offer(uint256 _supplyTM)
OwnerChanged(address _oldOwner, address _newOwner)
Transfer(address indexed _from, address indexed _to, uint256 _value)
TransferExtra(address indexed _from, address indexed _to, uint256 _value, bytes _extraData)
constructor(uint256 initialSupplyHM, string tokenName, string tokenSymbol, uint8 tokenDecimals)
fallback()
This contract contains no error objects.