Balances ($0.00)
No balances found for "BOOP2"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11172078 | 4 years ago | | | 0 | 0.0063537000 | |
| 11172076 | 4 years ago | | | 0 | 0.0012904634 | |
| 11172074 | 4 years ago | | | 0 | 0.0022725434 | |
| 11172054 | 4 years ago | | | 0 | 0.0024435950 |
ABI
ABI objects
Getter at block 21214682
burnRate() view returns (uint256)
95
burnedSupply() view returns (uint256)
24803047762493273982028
decimals() view returns (uint256)
18
minter() view returns (address)
0x5c89fdcd3f4f2f05ca322877b3073bb63018f576
name() view returns (string)
BOOP2
owner() view returns (address)
0x5c89fdcd3f4f2f05ca322877b3073bb63018f576
symbol() view returns (string)
BOOP2
totalSupply() view returns (uint256)
196952237506726017972
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address _to, uint256 _amount)
renounceOwnership()
setupBurnrate(uint8 burnrate_)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferMintership(address newMinter)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
MintershipTransferred(address indexed previousMinter, address indexed newMinter)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.