Super Man NFT
Verified contract
Active on
Ethereum with 460 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 3 additional slots
Balances ($0.00)
No balances found for "Super Man NFT"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15610128 | 2 years ago | | | 1.2 | 0.00019647653 | |
| 15606890 | 2 years ago | | | 0 | 0.000092011718 | |
| 15606033 | 2 years ago | | | 0 | 0.00014478371 | |
| 15603913 | 2 years ago | | | 0 | 0.00012325208 | |
| 15603887 | 2 years ago | | | 0 | 0.00013904267 | |
| 15603873 | 2 years ago | | | 0 | 0.00014723985 | |
| 15603855 | 2 years ago | | | 0 | 0.00035660174 | |
| 15603845 | 2 years ago | | | 0 | 0.00015800379 | |
| 15603800 | 2 years ago | | | 0 | 0.00017003057 | |
| 15603798 | 2 years ago | | | 0 | 0.00017573928 |
ABI
ABI objects
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 publicMintStartTime, uint32 MintStartTime, uint256 Price, uint256 AmountForWhitelist, uint256 AmountForPubliclist)
(publicMintStartTime=1664011800, MintStartTime=1664011800, Price=60000000000000000, AmountForWhitelist=20, AmountForPubliclist=20)
symbol() view returns (string)
SMN
totalSupply() view returns (uint256)
5978
Read-only
_ToContract(uint256) view returns (bool)
_addressToContract(address) view returns (bool)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getOwnershipData(uint256 tokenId) view returns (struct ERC721ATokenOwnership)
isApprovedForAll(address owner, address operator) view returns (bool)
isInTheWhitelist(bytes32[] _merkleProof) view returns (bool)
numberMinted(address owner) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events InitInfoOfSale(uint32 publicMintStartTime, uint32 mintStartTime, uint256 price, uint256 amountForWhitelist, uint256 AmountForPubliclist)
MintBywhiteList(uint256 quantity, bytes32[] _merkleProof) payable
MintbyPublic(uint256 quantity) payable
approve(address to, uint256 tokenId)
approve(address to, uint256 tokenId, bytes32[] _merkleProof)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setAddressToContract(address[] _address, bool[] _allow)
setApprovalForAll(address operator, bool approved)
setApprovalForAll(address operator, bool approved, bytes32[] _merkleProof)
setBaseURI(string baseURI)
setContractIsdeny()
setListWhitelistMerkleRoot(bytes32 _merkleRoot)
setMintStartTime(uint32 timestamp)
setOwnersExplicit(uint256 quantity)
setPrice(uint256 price)
setPublicMintStartTime(uint32 timestamp)
setTokenToContract(uint256 _tokenId, bool _allow)
setwlRoot(bytes32 _merkleRoot)
switchBack()
timeStop(uint256[] tokenids)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(uint256 maxBatchSize_, uint256 collectionSize_)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()