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 "AGC"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15583507 | 2 years ago | | | 0 | 0.0016236688 | |
| 13463477 | 3 years ago | | | 0 | 0.0036418749 | |
| 11463037 | 4 years ago | | | 0 | 0.0025931040 | |
| 11462443 | 4 years ago | | | 0 | 0.0034366260 | |
| 11462347 | 4 years ago | | | 0 | 0.0037102592 | |
| 11462337 | 4 years ago | | | 0 | 0.0032413800 | |
| 11461998 | 4 years ago | | | 0 | 0.0036943525 | |
| 11461912 | 4 years ago | | | 0 | 0.0031823282 | |
| 11460914 | 4 years ago | | | 0 | 0.0044072976 | |
| 11458258 | 4 years ago | | | 0 | 0.0063761721 |
ABI
ABI objects
Getter at block 21163654
decimals() view returns (uint8)
18
name() view returns (string)
AGC
owner() view returns (address)
0x047351bf7c6711d7a766129720f444cc0075eb9a
symbol() view returns (string)
AGC
totalSupply() view returns (uint256)
2100000000000000000000000000
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
freezeOf(address) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool success)
burn(uint256 _value) returns (bool success)
freeze(uint256 _value) returns (bool success)
mintToken(address _to, uint256 _value) returns (bool success)
transfer(address _to, uint256 _value)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
unfreeze(uint256 _value) returns (bool success)
withdrawEther(uint256 amount)
Burn(address indexed from, uint256 value)
Freeze(address indexed from, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
Unfreeze(address indexed from, uint256 value)
constructor(uint256 initialSupply, string tokenName, uint8 decimalUnits, string tokenSymbol)
This contract contains no fallback and receive objects.
This contract contains no error objects.