AirToken
Verified contract
Active on
Ethereum with 17,571 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x7f2e…7197
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
FUN | ERC-20 | 0.003 | $0.003421 |
$0 | |
| ERC-20 | 88.888888M | -- | -- | |
| ERC-20 | 21M | -- | -- | |
| ERC-20 | 8.889K | -- | -- | |
AIR | ERC-20 | 100 | -- | -- | |
BTL | ERC-20 | 18 | -- | -- | |
WIT | ERC-20 | 18 | -- | -- | |
SCC | ERC-20 | 10 | -- | -- | |
GOLD | ERC-20 | 8 | -- | -- | |
GENES | ERC-20 | 8 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16491928 | 2 years ago | | | 0 | 0.00064284469 | |
| 15955431 | 2 years ago | | | 0 | 0.00037601925 | |
| 15684444 | 2 years ago | | | 0 | 0.00036016740 | |
| 15372218 | 2 years ago | | | 0 | 0.00034800210 | |
| 15371559 | 2 years ago | | | 0 | 0.00030357630 | |
| 15277283 | 2 years ago | | | 0 | 0.00058683660 | |
| 15161013 | 2 years ago | | | 0 | 0.00060439050 | |
| 15161013 | 2 years ago | | | 0 | 0.00043910820 | |
| 15022255 | 2 years ago | | | 0 | 0.00051015150 | |
| 14988504 | 2 years ago | | | 0 | 0.00031098060 |
ABI
ABI objects
Getter at block 21158495
atFundDeposit() pure returns (address)
0x0000000000000000000000000000000000000000
controller() pure returns (address)
0x7f2e9820c99c8abcd9d5467dd38f1a928d2a7197
decimals() pure returns (uint8)
8
finalized() pure returns (bool)
false
motd() pure returns (string)
name() pure returns (string)
AirToken
owner() pure returns (address)
0x762c0f710cddbae48d121f87af45b392cec2c815
paused() pure returns (bool)
true
symbol() pure returns (string)
AIR
totalSupply() pure returns (uint256)
149149255800000000
Read-only
allowance(address _owner, address _spender) pure returns (uint256)
balanceOf(address a) pure returns (uint256)
State-modifying
Events acceptOwnership()
approve(address _spender, uint256 _value) returns (bool success)
burn(uint256 _amount)
changeOwner(address _newOwner)
claimTokens(address _token, address _to) returns (bool)
controllerApprove(address _owner, address _spender, uint256 _value)
controllerTransfer(address _from, address _to, uint256 _value)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool success)
finalize()
increaseApproval(address _spender, uint256 _addedValue) returns (bool success)
pause()
setBeneficiary(address _beneficiary)
setController(address _c)
setMotd(string _m)
transfer(address _to, uint256 _value) returns (bool success)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
transferToInternalLedger(uint256 _value, bytes32 _mdn) returns (bool success)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
Motd(string message)
Transfer(address indexed from, address indexed to, uint256 value)
TransferInternalLedgerAT(address indexed _from, address _to, uint256 indexed _value, bytes32 indexed mdn)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.