BANANATOK
Verified contract
Active on
Ethereum with 1,899 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 |
---|---|---|---|---|---|
BNA | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21294833 | 3 days ago | | | 0 | 0.00084981308 | |
| 21276897 | 6 days ago | | | 0 | 0.00058414396 | |
| 21262940 | 7 days ago | | | 0 | 0.00047512206 | |
| 21262924 | 7 days ago | | | 0 | 0.00043086655 | |
| 21213236 | 14 days ago | | | 0 | 0.00059053218 | |
| 21213187 | 14 days ago | | | 0 | 0.00068436158 | |
| 21202943 | 16 days ago | | | 0 | 0.00089261293 | |
| 21184978 | 18 days ago | | | 0 | 0.0013845150 | |
| 21184202 | 18 days ago | | | 0 | 0.0011262565 | |
| 21164920 | 21 days ago | | | 0 | 0.00065630118 |
ABI
ABI objects
Getter at block 21316517
decimals() view returns (uint8)
18
isOwner() view returns (bool)
false
name() view returns (string)
BANANATOK
owner() view returns (address)
0xb35df32e9b80ab3e0b9ef8058fce4aea370610d7
paused() view returns (bool)
false
symbol() view returns (string)
BNA
totalSupply() view returns (uint256)
1800000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isAccountFrozen(address who) view returns (bool)
isAccountLocked(address who) view returns (bool)
lockedAccount(address who) 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)
freezeAccount(address who)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
lockAccount(address who, uint256 unlockTime)
pause()
renounceOwnership()
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
unFreezeAccount(address who)
unlockAccount(address who)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
FreezeAccount(address indexed who)
LockAccount(address indexed who)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 value)
UnFreezeAccount(address indexed who)
UnlockAccount(address indexed who)
Unpaused(address account)
constructor(address account, uint256 initialSupply)
This contract contains no fallback and receive objects.
This contract contains no error objects.