Super Man NFT

Verified contract

Active on Ethereum with 460 txns
Deployed by via 0xbff8b916 at 15602397
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 3 additional slots

No balances found for "Super Man NFT"

0xa40876e39c61377fccc8b126be99fe462aec5fb3e666fa28d415bd003badafb2
0xeaaa10590886cf3450e240e6b36bbc7f050415f1472b4620cbc55b88ea995c99
0xa92dc61bc4926a352fbbd4c5725b1d7a6515c7fda891227c6413e4f1ab0c7d14
0x3eb879d8a1ed025e1a31508eef51b9157995262401841ed664ae182b3adcc317
0x01f06e56bb74dbf05dfe5c615aefd2c054baba51d5712201e2148093027ba0b1
0xba97cc145045c603f071f0a77f1cdb19f1e4a7c473432c833fd8f9bc058e0509
0x48a7d9654e6200fc1ad5cca593d1874fc3f29c7130cfab32b459a2d6257214da
0x99e1d7bb2cda593bb66bf3fb0fb6cd26f6efb0c9f3f6cca416dc97cfca175f4e
0x9f8c71a5ab2137ef5e1b609ff47a019f367c7e6764271fa423400fad094a5ac7
0x416a80c6da1568b18488ee1c031950b3246d624ea22173499e1907e52cf6fd7c

Functions
Getter at block 21321769
ContractIsdeny(view returns (bool)
false
LWhitelistMerkleRoots(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
PRICE(view returns (uint256)
60000000000000000
WlRoot(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
getMaxSupply(view returns (uint256)
6000
isPublicSaleOn(view returns (bool)
true
maxPerAddressDuringMint(view returns (uint256)
20
maxSupply(view returns (uint256)
6000
name(view returns (string)
Super Man NFT
nextOwnerToExplicitlySet(view returns (uint256)
0
owner(view returns (address)
0xc8f1f7c862badf87a2ba77be85500df96b01a9ba
saleConfig(view returns (uint32 publicMintStartTimeuint32 MintStartTimeuint256 Priceuint256 AmountForWhitelistuint256 AmountForPubliclist)
(publicMintStartTime=1664011800, MintStartTime=1664011800, Price=60000000000000000, AmountForWhitelist=20, AmountForPubliclist=20)
symbol(view returns (string)
SMN
totalSupply(view returns (uint256)
5978
Read-only
_ToContract(uint256view returns (bool)
_addressToContract(addressview returns (bool)
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
getOwnershipData(uint256 tokenIdview returns (struct ERC721ATokenOwnership)
isApprovedForAll(address owneraddress operatorview returns (bool)
isInTheWhitelist(bytes32[] _merkleProofview returns (bool)
numberMinted(address ownerview returns (uint256)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenByIndex(uint256 indexview returns (uint256)
tokenOfOwnerByIndex(address owneruint256 indexview returns (uint256)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
InitInfoOfSale(uint32 publicMintStartTimeuint32 mintStartTimeuint256 priceuint256 amountForWhitelistuint256 AmountForPubliclist
MintBywhiteList(uint256 quantitybytes32[] _merkleProofpayable 
MintbyPublic(uint256 quantitypayable 
approve(address touint256 tokenId
approve(address touint256 tokenIdbytes32[] _merkleProof
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setAddressToContract(address[] _addressbool[] _allow
setApprovalForAll(address operatorbool approved
setApprovalForAll(address operatorbool approvedbytes32[] _merkleProof
setBaseURI(string baseURI
setContractIsdeny(
setListWhitelistMerkleRoot(bytes32 _merkleRoot
setMintStartTime(uint32 timestamp
setOwnersExplicit(uint256 quantity
setPrice(uint256 price
setPublicMintStartTime(uint32 timestamp
setTokenToContract(uint256 _tokenIdbool _allow
setwlRoot(bytes32 _merkleRoot
switchBack(
timeStop(uint256[] tokenids
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
withdraw(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(uint256 maxBatchSize_uint256 collectionSize_
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(