AviatorToken
Verified contract
Active on
Ethereum with 6,673 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($73.68)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
TOAD | ERC-20 | 12.265222B | $0.00 |
$73.59 | |
AVI | ERC-20 | 69 | $0.001297 |
$0.09 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21158155 | 4 minutes ago | | | 0 | 0.0012343982 | |
| 21158030 | 29 minutes ago | | | 0 | 0.0015095344 | |
| 21157940 | an hour ago | | | 0 | 0.0017698700 | |
| 21157745 | an hour ago | | | 0 | 0.00064991625 | |
| 21157474 | 2 hours ago | | | 0 | 0.00086169640 | |
| 21157003 | 4 hours ago | | | 0 | 0.00049119371 | |
| 21156434 | 6 hours ago | | | 0 | 0.00057312240 | |
| 21155986 | 7 hours ago | | | 0 | 0.00054891158 | |
| 21155800 | 8 hours ago | | | 0 | 0.00046432771 | |
| 21155766 | 8 hours ago | | | 0 | 0.00059756298 |
ABI
ABI objects
Getter at block 21158175
DOMAIN_SEPARATOR() view returns (bytes32)
0x465b50ef3dd6018c289d65421fa0df3f9b74814fec17524361ac76cd42600418
decimals() view returns (uint8)
18
eip712Domain() view returns (bytes1 fields, string name, string version, uint256 chainId, address verifyingContract, bytes32 salt, uint256[] extensions)
(fields=0x0f, name=Aviator, version=1, chainId=1, verifyingContract=0xd2bdaaf2b9cc6981fd273dcb7c04023bfbe0a7fe, salt=0x0000000000000000000000000000000000000000000000000000000000000000, extensions=[])
name() view returns (string)
Aviator
owner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
AVI
totalSupply() view returns (uint256)
10000000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
nonces(address owner) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
renounceOwnership()
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
EIP712DomainChanged()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
InvalidShortString()
StringTooLong(string str)