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

Sleeper Chonk

Verified contract

Active on Base with 4 txns
Deployed by via 0xf9b5cc65 at 18472921
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Sleeper Chonk"

0x4270080c9254e0d284cf5f7fef3b85c8b2804387f403285e6826b3f89403c595
0x39ab2ee3e2a1638ba7bea8780708d5a572dfca87181b1bab1ebbad6017b368db
0xd27e18c27e6082f53f459aae9ce35e9a752ae32bde451456a3b0475ab836c895
0xa0956a218831b3c43f4213d17d62a3a452ba7ce2e66348b0727449f7d6836537

Functions
Getter at block 23694138
decimals(view returns (uint8)
6
name(view returns (string)
Sleeper Chonk
owner(view returns (address)
0x4a2730f65bebee634d88486085bebcfede7d200c
pendingOwner(view returns (address)
0x0000000000000000000000000000000000000000
poolContract(view returns (address)
0x4a2730f65bebee634d88486085bebcfede7d200c
symbol(view returns (string)
SLPCHK
totalSupply(view returns (uint256)
1000000000000000
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
State-modifying
acceptOwnership(
approve(address spenderuint256 valuereturns (bool)
mint(address touint256 amount
renounceOwnership(
setPoolContract(address _poolContract
transfer(address touint256 valuereturns (bool)
transferFrom(address fromaddress touint256 valuereturns (bool)
transferOwnership(address newOwner
Events
Approval(address indexed owneraddress indexed spenderuint256 value
OwnershipTransferStarted(address indexed previousOwneraddress indexed newOwner
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 value
Constructor
constructor(string namestring symboladdress initialOwner
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ERC20InsufficientAllowance(address spenderuint256 allowanceuint256 needed
ERC20InsufficientBalance(address senderuint256 balanceuint256 needed
ERC20InvalidApprover(address approver
ERC20InvalidReceiver(address receiver
ERC20InvalidSender(address sender
ERC20InvalidSpender(address spender
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account