AeroToken
Verified contract
Active on
Ethereum with 9,118 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 |
---|---|---|---|---|---|
HEX | ERC-20 | 1.307 | $0.002763 |
$0 | |
AET | ERC-20 | 18.3618 | -- | -- | |
AET | ERC-20 | 12.0024 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20453465 | 4 months ago | | | 0 | 0.000056933000 | |
| 20453460 | 4 months ago | | | 0 | 0.000024089000 | |
| 20453370 | 4 months ago | | | 0 | 0.000056921000 | |
| 20452735 | 4 months ago | | | 0 | 0.000039833000 | |
| 20195072 | 5 months ago | | | 0 | 0.000074028500 | |
| 14679470 | 3 years ago | | | 0 | 0.0015947600 | |
| 14679437 | 3 years ago | | | 0 | 0.0024219409 | |
| 14679308 | 3 years ago | | | 0 | 0.0022406040 | |
| 14242972 | 3 years ago | | | 0 | 0.0031885600 | |
| 14242941 | 3 years ago | | | 0 | 0.0027155696 |
ABI
ABI objects
Getter at block 21258606
_totalSupply() view returns (uint256)
500070499261383533491912
decimals() view returns (uint8)
18
name() view returns (string)
AeroToken
owner() view returns (address)
0x6bd9ad94ec557f6fd8ab68e5072a9150a79ba30a
symbol() view returns (string)
AET
totalSupply() view returns (uint256)
500070499261383533491912
Read-only
allowance(address tokenOwner, address spender) view returns (uint256 remaining)
allowed(address, address) view returns (uint256)
balanceOf(address tokenOwner) view returns (uint256 balance)
balances(address) view returns (uint256)
onePercent(uint256 _tokens) view returns (uint256)
State-modifying
Events approve(address spender, uint256 tokens) returns (bool success)
burn(uint256 tokens, address _Address)
transfer(address to, uint256 tokens) returns (bool success)
transferFrom(address from, address to, uint256 tokens) returns (bool success)
transferOwnership(address _newOwner)
Approval(address indexed tokenOwner, address indexed spender, uint256 tokens)
OwnershipTransferred(address indexed _from, address indexed _to)
TokensBurned(uint256 tokens, address burner, address _from)
TokensMinted(uint256 tokens, address minter, address to)
Transfer(address indexed from, address indexed to, uint256 tokens)
constructor(string _name, string _symbol, uint8 _decimals)
fallback()
This contract contains no error objects.