BONKEY

Verified contract

Active on Base with 9,165 txns
Deployed by via 0x3e7d5d69 at 22366039
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
Value $45.09
0xfd386ad2547151629e5eb68d3c45257d5e9f199f5b978bb96fba2f9607194d3c
0x88cf046d4c9b432a69955cc487c817b44f4df99ee2e6797e5a72a206117215cc
0x38520daf5818a2a424dd128423c305df296d93a643070b52bb60974c70d22fb6
0x1c46cfcaf8524479c505a34855264f2e53c1c63293ddc268229377abf373dfff
0x97989a512b0d549276896fff12030bdca17bfd6b78c2e96129644e83d22d8d35
0x288e4c3659a16c6353c442df958210d9e733f7ee528629d7aebf7c5b7e236342
0x242410b4784c7a05dbd6a562b4c02003e422a09cd8f0ced1964f907e59ef8e2d
0x5cc16ebfc5890cb4f86b54a7a9e0180ef1e7d367805b7e92bccd2eb378f0d701
0x91858d3a38b5da6a2cd70c42c9da8288dfaad7fbe6d9a04b44164510d412022e
0x1e163f962ba55f8ec98b733b3da17b39c16e2fe4465bb0ef8dd276cc83382716

Functions
Getter at block 22748743
decimals(view returns (uint8)
18
launched(view returns (bool)
true
name(view returns (string)
BONKEY
owner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
BONKEY
totalSupply(view returns (uint256)
1000000000000000000000000000
Read-only
allowance(address _owneraddress spenderview returns (uint256)
balanceOf(address _ownerview returns (uint256)
State-modifying
approve(address spenderuint256 valuereturns (bool)
launch(
renounceOwnership(
transfer(address touint256 valuereturns (bool)
transferFrom(address fromaddress touint256 valuereturns (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(string _symbolstring _nameuint8 _decimalsuint256 _totalSupply
Fallback and receive

This contract contains no fallback and receive objects.

Errors
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account