Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xff35…0d33
2 additional
variables
Balances ($35.49)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
BOOP | ERC-20 | 1.050115K | $0.0338 |
$35.49 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21259825 | 5 hours ago | | | 0 | 0.00040533359 | |
| 21252822 | a day ago | | | 0 | 0.00055852376 | |
| 21252653 | a day ago | | | 0 | 0.00065899521 | |
| 21232311 | 4 days ago | | | 0 | 0.00046538566 | |
| 21229117 | 4 days ago | | | 0 | 0.00061602775 | |
| 21228097 | 5 days ago | | | 0 | 0.00038146323 | |
| 21215684 | 6 days ago | | | 0 | 0.0011047009 | |
| 21208904 | 7 days ago | | | 0 | 0.00072272955 | |
| 21205282 | 8 days ago | | | 0 | 0.00051007052 | |
| 21193042 | 10 days ago | | | 0 | 0.00045012350 |
ABI
ABI objects
Getter at block 21261207 getMaxSupply() view returns (uint256)
MAX_SUPPLY() view returns (uint256)
0
MAX_TAX_VALUE() view returns (uint256)
100
activeTaxCollectedAmount() view returns (uint256)
0
battleZone() view returns (address)
0xff35d339ee07acde54c135fbee39765010620d33
bribesDistributed() view returns (uint256)
0
decimals() view returns (uint8)
18
isDepositPaused() view returns (bool)
false
isPaused() view returns (bool)
false
isTransferPaused() view returns (bool)
false
isWithdrawPaused() view returns (bool)
true
name() view returns (string)
Boop
owner() view returns (address)
0x88517740b86f3ebf4c7a9ac5808b4986b289f9ad
reserveTaxAddress() view returns (address)
0xe11af2c7143ac419f2064f11e8bc7ba6df39b358
reserveTaxAmount() view returns (uint256)
50
spendTaxAmount() view returns (uint256)
0
spendTaxCollectionStopped() view returns (bool)
false
symbol() view returns (string)
BOOP
tokenCapSet() view returns (bool)
false
totalSupply() view returns (uint256)
12753104431773643655067076
withdrawTaxAmount() view returns (uint256)
30
withdrawTaxCollectionStopped() view returns (bool)
false
Read-only
allowance(address owner, address spender) view returns (uint256)
authorisedLog(uint256) view returns (address)
balanceOf(address account) view returns (uint256)
depositedAmount(address) view returns (uint256)
getUserBalance(address user) view returns (uint256)
spentAmount(address) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
authorise(address addressToAuth)
changeBattleZoneContract(address battleZone_)
claimBeepBoopTax(address user, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
depositBeepBoop(uint256 amount)
depositBeepBoopFor(address user, uint256 amount)
distributeBeepBoop(address[] user, uint256[] amount)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mintFor(address user, uint256 amount)
pauseDeposits(bool _pause)
pauseGameBeepBoop(bool _pause)
pauseTransfers(bool _pause)
pauseWithdraw(bool _pause)
renounceOwnership()
rescue()
setTokenCap(uint256 tokenCup)
spendBeepBoop(address user, uint256 amount)
stopTaxCollectionOnSpend(bool _stop)
stopTaxCollectionOnWithdraw(bool _stop)
transfer(address to, uint256 amount) returns (bool)
transferBeepBoop(address to, uint256 amount)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
unauthorise(address addressToUnAuth)
updateReserveTaxAmount(uint256 _taxAmount)
updateReserveTaxRecipient(address address_)
updateSpendTaxAmount(uint256 _taxAmount)
updateWithdrawTaxAmount(uint256 _taxAmount)
withdrawBeepBoop(uint256 amount)
Approval(address indexed owner, address indexed spender, uint256 value)
ClaimReservedTax(address indexed caller, address indexed userAddress, uint256 amount)
ClaimTax(address indexed caller, address indexed userAddress, uint256 amount)
Deposit(address indexed userAddress, uint256 amount)
DepositFor(address indexed caller, address indexed userAddress, uint256 amount)
InternalTransfer(address indexed from, address indexed to, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Spend(address indexed caller, address indexed userAddress, uint256 amount, uint256 tax)
Transfer(address indexed from, address indexed to, uint256 value)
Withdraw(address indexed userAddress, uint256 amount, uint256 tax)
constructor(address battleZone_)
This contract contains no fallback and receive objects.
This contract contains no error objects.