Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($12,841.50)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
AERGO | ERC-20 | 117.014778K | $0.109704 |
$12,836.99 | |
CRO | ERC-20 | 33 | $0.12259 |
$4.05 | |
OUSD | ERC-20 | 0.464137 | $0.998387 |
$0.46 | |
| ERC-20 | 888.888888M | -- | -- | |
| ERC-20 | 21M | -- | -- | |
| ERC-20 | 7.777777M | -- | -- | |
AERGO | ERC-20 | 117.014778K | -- | -- | |
| ERC-20 | 8.889K | -- | -- | |
GENES | ERC-20 | 8 | -- | -- | |
TRIO | ERC-20 | 3 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20900804 | a month ago | | | 0 | 0.000098782462 | |
| 20900798 | a month ago | | | 0 | 0.000099041107 | |
| 20132434 | 5 months ago | | | 0 | 0.00015791472 | |
| 20072912 | 5 months ago | | | 0 | 0.00014827006 | |
| 20031981 | 5 months ago | | | 0 | 0.00048449089 | |
| 20031971 | 5 months ago | | | 0 | 0.00048432312 | |
| 19389596 | 8 months ago | | | 0 | 0.0013307490 | |
| 19367259 | 8 months ago | | | 0 | 0.0017914200 | |
| 19367150 | 8 months ago | | | 0 | 0.0017178000 | |
| 19322209 | 8 months ago | | | 0 | 0.00085848000 |
ABI
ABI objects
Getter at block 21158201
decimals() view returns (uint8)
18
name() view returns (string)
Aergo
owner() view returns (address)
0x9e191409a04b2a706ef978f0ae7773aa0a4c7d88
paused() view returns (bool)
true
symbol() view returns (string)
AERGO
totalSupply() view returns (uint256)
500000000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool success)
increaseApproval(address _spender, uint256 _addedValue) returns (bool success)
pause()
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Pause()
Transfer(address indexed from, address indexed to, uint256 value)
Unpause()
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.