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 "Baseby Bonk"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19222833 | 3 months ago | | | 0 | 0.000000077258969165 | |
| 17297143 | 4 months ago | | | 0 | 0.0000047732479 | |
| 16978235 | 4 months ago | | | 0 | 0.000000071363320035 | |
| 16913061 | 4 months ago | | | 0 | 4.2456589e-7 | |
| 16877673 | 4 months ago | | | 0 | 0.0000047732479 | |
| 16877524 | 4 months ago | | | 0 | 0.0000047732479 | |
| 16877319 | 4 months ago | | | 0 | 0.0000047732479 | |
| 15879206 | 5 months ago | | | 0 | 0.0000047732479 | |
| 15879200 | 5 months ago | | | 0 | 0.0000047732479 | |
| 15879200 | 5 months ago | | | 0 | 0.0000047732479 |
ABI
ABI objects
Getter at block 22784198
DECIMALS() view returns (uint8)
18
INITIAL_SUPPLY() view returns (uint256)
100000000000000000000000000
NAME() view returns (string)
Baseby Bonk
SYMBOL() view returns (string)
BBONK
decimals() pure returns (uint8)
18
name() pure returns (string)
Baseby Bonk
owner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() pure returns (string)
BBONK
totalSupply() pure returns (uint256)
100000000000000000000000000
transactionTaxRate() view returns (uint256)
0
Read-only
allowance(address tokenOwner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
renounceOwnership()
setTransactionTaxRate(uint256 newRate)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TransactionTaxRateChanged(uint256 newTaxRate)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.