BananaClaimable
Verified contract
Active on
Ethereum with 4,427 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 |
---|---|---|---|---|---|
BANA | ERC-20 | 1.090788B | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20777678 | 2 months ago | | | 0 | 0.0011890400 | |
| 20777613 | 2 months ago | | | 0 | 0.00071260000 | |
| 20777112 | 2 months ago | | | 0 | 0.00083207600 | |
| 20777014 | 2 months ago | | | 0 | 0.00083204800 | |
| 20776771 | 2 months ago | | | 0 | 0.0014268480 | |
| 20769844 | 2 months ago | | | 0 | 0.00047552000 | |
| 20550468 | 3 months ago | | | 0 | 0.00014820983 | |
| 20524070 | 3 months ago | | | 0 | 0.00011889200 | |
| 20434224 | 3 months ago | | | 0 | 0.0015958391 | |
| 20146887 | 5 months ago | | | 0 | 0.00029971538 |
ABI
ABI objects
Getter at block 21161332
banana() view returns (address)
0x2a1dca74419c2d304a3d359f428ee1a4e9324a90
emergency() view returns (bool)
false
owner() view returns (address)
0xd6709cc6bdfb43e31e5d959ee1b0775923672694
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
claimedAt(uint256) view returns (uint256)
signers(address) view returns (bool)
usedNonce(bytes) view returns (bool)
verify(address user, uint8 useFor, uint256 accountId, uint256 amount, uint256 expireAt, bytes nonce, bytes signature) view returns (bool)
State-modifying
Events acceptOwner()
claim(address user, uint8 useFor, uint256 accountId, uint256 amount, uint256 expireAt, bytes nonce, bytes signature)
emergencyWithdraw(address to, uint256 amount)
setEmergency(bool emergency_)
setPendingOwner(address newPendingOwner)
setSigner(address signer, bool state)
Claim(address indexed user, uint8 useFor, uint256 amount, bytes nonce)
NewOwner(address indexed oldOwner, address indexed newOwner)
NewPendingOwner(address indexed oldPendingOwner, address indexed newPendingOwner)
SetEmergency(bool emergency)
SetSigner(address signer, bool state)
constructor(address banana_)
This contract contains no fallback and receive objects.
This contract contains no error objects.