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 "Bonzi Token"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15489129 | 5 months ago | | | 0 | 1.4196234e-7 | |
| 12341842 | 8 months ago | | | 0 | 0.000052229651 | |
| 4720601 | a year ago | | | 0 | 0.0000012422070 | |
| 4593988 | a year ago | | | 0 | 0.0000024794547 | |
| 3211451 | a year ago | | | 0 | 0.00011615125 | |
| 2914365 | a year ago | | | 0 | 0.000000000016757616 | |
| 2907200 | a year ago | | | 0 | 0.000073132515 | |
| 2906969 | a year ago | | | 0 | 2.9241000e-7 | |
| 2900665 | a year ago | | | 0 | 0.000046804410 | |
| 2900633 | a year ago | | | 0 | 0.000026705410 |
ABI
ABI objects
Getter at block 22745675
decimals() view returns (uint8)
18
name() view returns (string)
Bonzi Token
owner() view returns (address)
0xc027612146464eef8f4ccc448f56e2f08bb76378
symbol() view returns (string)
BONZI
totalSupply() view returns (uint256)
2058094616000000000000194
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isBlackListed(address) view returns (bool)
isBurner(address) view returns (bool)
isMinter(address) view returns (bool)
State-modifying
Events addBurner(address _newBurner)
addMinter(address _newMinter)
approve(address spender, uint256 amount) returns (bool)
blackList(address _address)
burn(address from, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address to, uint256 amount)
removeBurner(address _burner)
removeMinter(address _minter)
renounceOwnership()
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
unBlackList(address _address)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.