CoolMan

Verified contract

Active on Base with 659 txns
Deployed by via 0xbc897d91 at 4390282
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value $0.36
0xbe4c17469edb3b0471a3a0fab50ad7543c29cc8ae0cbe68a81985923a9cf0bda
0x17a354031f6fcdf2d57f4c44978c0640a58e1316cd6ac6e7917e7e9cd43a35a1
0x367c31d863df0ce63dcdf2ae1d76835000282cb470709351b612518d71d31501
0xc83153909fb611b831d3b0fef51e59955de8ad227b577cc739518a476f7e6868
0x4d83bf3d084cd398d7d4d3cce299c2ae4b47885ff73cfc66968a47dae1daf1ca
0x75d3931297f6e0e59816d014df5b79cf217c58d2dcd9d7424afe1bc8e52b0b68
0xfccb3b89f2fd93b02ef27ed98519453da3d128b236230e8737e20f64b8343e82
0xc1f2f84114464c5b8aede1fb84385c64488a010c7b8950ae31b312a6cdcf6f5d
0x503d22b897210117f28f45082ee503184cc5cf451cbfea98988c32674160cb87
0x346645abd5d3d225e791e4100c9b881dafb0af63dcecaa61493851b43f578c88

Functions
Getter at block 23175193
FreeSupply(view returns (uint256)
0
MaxperWallet(view returns (uint256)
100
MaxperWalletFree(view returns (uint256)
0
baseExtension(view returns (string)
baseURI(view returns (string)
ipfs://QmSzn68idqk4ATRVjoToXSc6wLcxmkGMDWCyvcHvz1Ue8U/
cost(view returns (uint256)
100000000000000
maxSupply(view returns (uint256)
9999
name(view returns (string)
CoolMan
notRevealedUri(view returns (string)
ipfs://QmP6sncHs8tqUHTBxjwvUcYfS3Wn6nK4shfe2X8qzB16kS/
owner(view returns (address)
0x6011aa0c4096dadae9128b3c5c46b2cb37227c3c
paused(view returns (bool)
false
revealed(view returns (bool)
true
symbol(view returns (string)
CM
totalSupply(view returns (uint256)
1100
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
numberMinted(address ownerview returns (uint256)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
tokensOfOwner(address ownerview returns (uint256[])
State-modifying
airdrop(uint256 _mintAmountaddress destination
approve(address touint256 tokenIdpayable 
freemint(uint256 tokens
mint(uint256 tokenspayable 
pause(bool _state
renounceOwnership(
reveal(bool _state
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes _datapayable 
setApprovalForAll(address operatorbool approved
setBaseExtension(string _newBaseExtension
setBaseURI(string _newBaseURI
setCost(uint256 _newCost
setFreeMaxPerWallet(uint256 _limit
setFreesupply(uint256 _newsupply
setMaxPerWallet(uint256 _limit
setMaxsupply(uint256 _newsupply
setNotRevealedURI(string _notRevealedURI
transferFrom(address fromaddress touint256 tokenIdpayable 
transferOwnership(address newOwner
withdraw(payable 
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(string _initBaseURIstring _notRevealedUri
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
BalanceQueryForZeroAddress(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(