MenderNFT
Verified contract
Active on
Ethereum with 8,557 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "MenderNFT"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20967910 | a month ago | | | 0 | 0.00037386569 | |
| 20854497 | a month ago | | | 0 | 0.00034324778 | |
| 20739600 | 2 months ago | | | 0 | 0.000038316699 | |
| 20287384 | 4 months ago | | | 0 | 0.00011455824 | |
| 19908663 | 6 months ago | | | 0 | 0.00012509810 | |
| 19894304 | 6 months ago | | | 0 | 0.00020482906 | |
| 19865715 | 6 months ago | | | 0 | 0.00011258028 | |
| 19865715 | 6 months ago | | | 0 | 0.00024421384 | |
| 19814978 | 6 months ago | | | 0 | 0.000092825316 | |
| 19759238 | 6 months ago | | | 0 | 0.00017817269 |
ABI
ABI objects
Getter at block 21167459
name() view returns (string)
MenderNFT
nextOwnerToExplicitlySet() view returns (uint256)
0
owner() view returns (address)
0x5b15354ad1657b13c51c599fa1c81cefe9316c4e
saleConfig() view returns (uint32 allowlistSaleStartTime, uint32 allowlistSaleEndTime, uint32 publicSaleStartTime, uint32 publicSaleKey)
(allowlistSaleStartTime=1652878800, allowlistSaleEndTime=1653051600, publicSaleStartTime=1653051660, publicSaleKey=2022052021)
symbol() view returns (string)
MenderNFT
totalSupply() view returns (uint256)
6000
Read-only
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)
isContriMinted(address owner) view returns (bool)
isPublicSaleOn(uint256 publicSaleKey, uint256 publicSaleStartTime) view returns (bool)
numberAllowlistMinted(address owner) view returns (uint256)
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 allowlistMint(uint256 _quantity, bytes32[] _proof, uint256 _role)
approve(address to, uint256 tokenId)
contriMint(bytes signature)
publicMint(uint256 _callerPublicSaleKey)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setAllowlistSaleEndTime(uint32 timestamp)
setAllowlistSaleStartTime(uint32 timestamp)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setMerkleRoot(uint256 role, bytes32 _merkleRoot)
setMerkleRootAll(bytes32 _merkleRootRole2, bytes32 _merkleRootRole3, bytes32 _merkleRootRole4, bytes32 _merkleRootRole6)
setOwnersExplicit(uint256 quantity)
setPublicSaleKey(uint32 key)
setPublicSaleStartTime(uint32 timestamp)
setSigner(address contriSigner_, address teamSigner_)
teamMint(uint256 _quantity, bytes signature)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawMoney()
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(bytes32 merkleRootRole2_, bytes32 merkleRootRole3_, bytes32 merkleRootRole4_, bytes32 merkleRootRole6_, uint32 allowlistSaleStartTime_, uint32 allowlistSaleEndTime_, uint32 publicSaleStartTime_, uint32 publicSaleKey_, string baseURI_)
This contract contains no fallback and receive objects.
This contract contains no error objects.