PonderAirdropToken
Verified contract
Active on
Ethereum with 1,094 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 "PonderAirdropToken"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12997976 | 3 years ago | | | 0 | 0.0011464960 | |
| 9901826 | 5 years ago | | | 0 | 0.000043120000 | |
| 9892622 | 5 years ago | | | 0 | 0.000021560000 | |
| 9861185 | 5 years ago | | | 0 | 0.000021560000 | |
| 9861048 | 5 years ago | | | 0 | 0.000021560000 | |
| 9834476 | 5 years ago | | | 0 | 0.000021560000 | |
| 9823977 | 5 years ago | | | 0 | 0.000021560000 | |
| 9752730 | 5 years ago | | | 0 | 0.000021560000 | |
| 6677951 | 6 years ago | | | 0 | 0.00011628000 | |
| 6459251 | 6 years ago | | | 0 | 0.000023064000 |
ABI
ABI objects
Getter at block 21330179
decimals() pure returns (uint8 result)
[unknown]
name() pure returns (string result)
[unknown]
symbol() pure returns (string result)
[unknown]
totalSupply() view returns (uint256 supply)
[unknown]
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
balanceOf(address _owner) view returns (uint256 balance)
transferrableBalanceOf(address _owner) view returns (uint256 balance)
State-modifying
Events approve(address _spender, uint256 _currentValue, uint256 _newValue) returns (bool success)
approve(address _spender, uint256 _value) returns (bool success)
freezeTransfers()
initAccounts(address[] _to, uint256[] _value)
initAccountsWithHolds(address[] _to, uint256[] _value, uint256[] _holds)
kill()
setHolds(address[] _account, uint256[] _value)
setOwner(address _address, bool _value)
transfer(address _to, uint256 _value) returns (bool success)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
unfreezeTransfers()
Approval(address indexed _owner, address indexed _spender, uint256 _value)
Freeze()
Transfer(address indexed _from, address indexed _to, uint256 _value)
Unfreeze()
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.