ALLGIO Coin
Verified contract
Active on
Ethereum with 2,651 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 |
---|---|---|---|---|---|
AGO | ERC-20 | 172K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18839278 | a year ago | | | 0 | 0.0013089883 | |
| 16455432 | 2 years ago | | | 0 | 0.00075714750 | |
| 16418376 | 2 years ago | | | 0 | 0.00086098512 | |
| 15001296 | 2 years ago | | | 0 | 0.00073954628 | |
| 14671184 | 3 years ago | | | 0 | 0.0014666443 | |
| 14633759 | 3 years ago | | | 0 | 0.0017584923 | |
| 14504077 | 3 years ago | | | 0 | 0.0032349600 | |
| 14494116 | 3 years ago | | | 0 | 0.0026668178 | |
| 14485592 | 3 years ago | | | 0 | 0.0019837896 | |
| 14478952 | 3 years ago | | | 0 | 0.0023021467 |
ABI
ABI objects
Getter at block 21159794
decimals() view returns (uint8)
18
name() view returns (string)
ALLGIO Coin
owner() view returns (address)
0xe1613706edfa24aa21e833de2599a6695b86dc08
symbol() view returns (string)
AGO
totalSupply() view returns (uint256)
2000000000000000000000000000
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
frozenAccount(address) view returns (bool)
lockedAccount(address) view returns (uint256)
lockedAmount(address) view returns (uint256)
State-modifying
Events 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)
freezeAccount(address target, bool freeze)
harvest(address _from, address _to, uint256 _value)
lock(address target, uint256 time, uint256 amount)
mintToken(address target, uint256 mintedAmount)
transfer(address _to, uint256 _value) returns (bool success)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
transferOwnership(address newOwner)
Approval(address indexed _owner, address indexed _spender, uint256 _value)
Burn(address indexed from, uint256 value)
FrozenFunds(address target, bool frozen)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(uint256 initialSupply, string tokenName, string tokenSymbol)
This contract contains no fallback and receive objects.
This contract contains no error objects.