BONA TOKEN
Verified contract
Active on
Ethereum with 2,890 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 "BONA TOKEN"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 8075118 | 5 years ago | | | 0 | 0.00014960400 | |
| 7796551 | 6 years ago | | | 0 | 0.000022465000 | |
| 7796419 | 6 years ago | | | 0 | 0.000022465000 | |
| 7796107 | 6 years ago | | | 0 | 0.000022401000 | |
| 7796103 | 6 years ago | | | 0 | 0.000022401000 | |
| 7796099 | 6 years ago | | | 0 | 0.000022465000 | |
| 7795968 | 6 years ago | | | 0 | 0.000022465000 | |
| 7795843 | 6 years ago | | | 0 | 0.000022465000 | |
| 7795710 | 6 years ago | | | 0 | 0.000022465000 | |
| 7795691 | 6 years ago | | | 0 | 0.00012320550 |
ABI
ABI objects
Getter at block 21250021
INITIAL_SUPPLY() view returns (uint256)
1400000000000000000000000000
decimals() view returns (uint8)
18
name() view returns (string)
BONA TOKEN
owner() view returns (address)
0xdc781d6ef17abe599521ca648331090fe12e12b3
paused() view returns (bool)
false
symbol() view returns (string)
BONA
totalSupply() view returns (uint256)
1400000000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool success)
increaseApproval(address _spender, uint256 _addedValue) returns (bool success)
pause()
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Pause()
Transfer(address indexed from, address indexed to, uint256 value)
Unpause()
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.