This contract is being backfilled. You may encounter incomplete storage history.

BONK

Verified contract

Active on Base with 433 txns
Deployed by via 0x751990eb at 16835313
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
--
0x42bd79d1e6847eb4408db0944b41c1f11329367862e791ddc2ab07f7dad3894b
0xa97a1d14bd77f84d6edb8c151de344f27cfa222279392a8f29f3d41a5e416aae
0xd4ab01fa901bd46fd459b8aa7d9d5ca1c3937abf482ee863fa12c47c7e1f7f83
0x423892c7b4af11f54dd03e7b6e41f8a6bed84da6cb80454edd0dba3100ddcc45
0x72ce7e5d36a3e716aecb269c363daf2e9ce576e92b9e669bcbe6736808b8825b
0xce0ce5867b03ecdc860bb410a348fe54e30fa6a21ae99f5d66eed998cb1611f3
0xbb8d3e30faaae5a18b27b807385fee2dc33b92360057ba38d5c760d0ed4c8236
0x93efff3452d31c5d291c025d9762f695f0783e8fe22a94c4eb91152b0f4a73af
0xbfde164e190511ad3bf2db69db1b081ea055a9b437acdf274f63d6dd16abc2d5
0xe6ef2836f0d4a6d46e2b5de1b86676651dd7cb484f45261cd0d635471c117b12

Functions
Getter at block 23900307
decimals(view returns (uint8)
18
name(view returns (string)
BONK
owner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
BONK
totalSupply(view returns (uint256)
2200000000000000000000000000
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
showAdds(uint256 auint256 bpure returns (uint256)
showDiff(uint256 auint256 bpure returns (uint256)
showMul(uint256 auint256 bpure returns (uint256)
State-modifying
approve(address spenderuint256 amountreturns (bool)
decreaseAllowance(address spenderuint256 subtractedValuereturns (bool)
increaseAllowance(address spenderuint256 addedValuereturns (bool)
renounceOwnership(
transfer(address recipientuint256 amountreturns (bool)
transferFrom(address senderaddress recipientuint256 amountreturns (bool)
transferOwnership(address newOwner
Events
Approval(address indexed owneraddress indexed spenderuint256 value
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 value
Constructor
constructor(uint256 decimals_
Fallback and receive

This contract contains no fallback and receive objects.

Errors
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account