Airpod token
Verified contract
Active on
Ethereum with 1,660 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Airpod token"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20895342 | a month ago | | | 0 | 0.00011541779 | |
| 20890049 | a month ago | | | 0 | 0.00020021993 | |
| 20889969 | a month ago | | | 0 | 0.00019371822 | |
| 20244917 | 4 months ago | | | 0 | 0.000089238321 | |
| 16063207 | 2 years ago | | | 0 | 0.00043642800 | |
| 14853727 | 2 years ago | | | 0 | 0.00075722226 | |
| 13440336 | 3 years ago | | | 0 | 0.0027678517 | |
| 12760987 | 3 years ago | | | 0 | 0.00023403600 | |
| 12573390 | 3 years ago | | | 0 | 0.00082684260 | |
| 12322312 | 4 years ago | | | 0 | 0.0024971520 |
ABI
ABI objects
Getter at block 21166097
MAX_UINT256() view returns (uint256)
115792089237316195423570985008687907853269984665640564039457584007913129639935
decimals() view returns (uint8)
18
lockedUntilBlock() view returns (uint256)
0
mintingContract() view returns (address)
0xe7c79deb6a9b74f691d5f882b7c588bba5db1a20
name() view returns (string)
Airpod token
newOwner() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0x422b1bdc5899e29c4bee900c2592dbfa79ab474b
symbol() view returns (string)
APOD
totalSupply() view returns (uint256)
147792660590000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
balanceOf(address _owner) view returns (uint256 balance)
State-modifying
Events acceptOwnership()
approve(address _spender, uint256 _value) returns (bool success)
approveAndCall(address _spender, uint256 _value, bytes _extraData) returns (bool success)
burn(uint256 _amount)
killContract()
lockUntil(uint256 _untilBlock, string _reason)
mint(address _to, uint256 _amount)
salvageTokensFromContract(address _tokenAddress, address _to, uint256 _amount)
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)
ContractLocked(uint256 _untilBlock, string _reason)
Mint(address indexed _to, uint256 _value)
OwnerUpdate(address _prevOwner, address _newOwner)
Transfer(address indexed _from, address indexed _to, uint256 _value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.