Aergo
Verified contract
Active on
Ethereum with 108,029 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($17,221.82)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
AERGO | ERC-20 | 148.459138K | $0.115997 |
$17,220.81 | |
USDT | ERC-20 | 1 | $1.002 |
$1 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21244775 | 33 minutes ago | | | 0 | 0.00050986030 | |
| 21244769 | 35 minutes ago | | | 0 | 0.00086215462 | |
| 21244752 | 38 minutes ago | | | 0 | 0.00047743911 | |
| 21244710 | an hour ago | | | 0 | 0.00084747010 | |
| 21244572 | an hour ago | | | 0 | 0.00066686338 | |
| 21244563 | an hour ago | | | 0 | 0.00071934939 | |
| 21244032 | 3 hours ago | | | 0 | 0.00092250579 | |
| 21243730 | 4 hours ago | | | 0 | 0.00094376561 | |
| 21243371 | 5 hours ago | | | 0 | 0.00062357489 | |
| 21242843 | 7 hours ago | | | 0 | 0.00054107119 |
ABI
ABI objects
Getter at block 21244937
decimals() view returns (uint8)
18
name() view returns (string)
Aergo
owner() view returns (address)
0x95adac0c036a8ab6ba739e7bc473c53b7fe43232
paused() view returns (bool)
false
symbol() view returns (string)
AERGO
totalSupply() view returns (uint256)
500000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
blacklist(address) view returns (bool)
isBlacklisted(address _address) view returns (bool)
State-modifying
Events addToBlacklist(address _address)
approve(address spender, uint256 value) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
pause()
removeFromBlacklist(address _address)
renounceOwnership()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
unpause()
AddedToBlacklist(address indexed account)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Pause()
RemovedFromBlacklist(address indexed account)
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.