MandelNFT
Verified contract
Active on
Ethereum with 763 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 "MandelNFT"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20398161 | 4 months ago | | | 0 | 0.00012796953 | |
| 20154605 | 5 months ago | | | 0 | 0.00010485274 | |
| 19886300 | 7 months ago | | | 0 | 0.00015573737 | |
| 18854086 | a year ago | | | 0 | 0.0010112350 | |
| 17164321 | 2 years ago | | | 0 | 0.0021432622 | |
| 16990696 | 2 years ago | | | 0 | 0.0012375658 | |
| 16709608 | 2 years ago | | | 0 | 0.00056024243 | |
| 16200129 | 2 years ago | | | 0 | 0.00073163363 | |
| 15998358 | 2 years ago | | | 0 | 0.00044987756 | |
| 15637701 | 2 years ago | | | 0 | 0.00026053605 |
ABI
ABI objects
Getter at block 21314899
MAX_NFT_SUPPLY() view returns (uint256)
1000
MAX_PURCHASABLE() view returns (uint256)
30
NFT_PRICE() view returns (uint256)
30000000000000000
PROVENANCE_HASH() view returns (string)
ROUND() view returns (uint256)
3
contractURI() view returns (string)
https://mandelnft.onrender.com/collection.json
mintIndex() view returns (uint256)
842
name() view returns (string)
MandelNFT
owner() view returns (address)
0xc13081bb2d16d83a7e839a575e8ef6b34e028da8
saleStarted() view returns (bool)
false
symbol() view returns (string)
MANDELNFT
totalSupply() view returns (uint256)
1000
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getTokenURI(uint256 tokenId) view returns (string)
isApprovedForAll(address owner, address operator) view returns (bool)
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 approve(address to, uint256 tokenId)
mint(uint256 amountToMint) payable
pauseSale()
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setProvenanceHash(string _hash)
startSale()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw() payable
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()
This contract contains no fallback and receive objects.
This contract contains no error objects.