NFT_Utility
Verified contract
Active on
Ethereum with 809 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 "NFT_Utility"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18713275 | a year ago | | | 0 | 0.0022102032 | |
| 18298526 | a year ago | | | 0 | 0.00029550478 | |
| 16819169 | 2 years ago | | | 0 | 0.00094279637 | |
| 16611894 | 2 years ago | | | 0 | 0.00046636774 | |
| 16078150 | 2 years ago | | | 0 | 0.00033703306 | |
| 15765928 | 2 years ago | | | 0 | 0.00057271437 | |
| 15763424 | 2 years ago | | | 0 | 0.00072921617 | |
| 15762263 | 2 years ago | | | 0 | 0.00058369042 | |
| 15762242 | 2 years ago | | | 0 | 0.00055896300 | |
| 15762232 | 2 years ago | | | 0 | 0.00067732627 |
ABI
ABI objects
Getter at block 21294936
contractURI() view returns (string)
https://bafybeibmvduxv3ustafydzdiue4wiapanlsvpeil77kafwpcim65v5g56m.ipfs.nftstorage.link/meta.json
cost() view returns (uint256)
10000000000000000
isPublicMintpaused() view returns (bool)
false
isWhitelistMintPaused() view returns (bool)
false
maxMintAmountPerWallet() view returns (uint256)
1
maxSupply() view returns (uint256)
5000
name() view returns (string)
NFT_Utility
owner() view returns (address)
0x60b777304536d58ff262d19bbaf7e68af7842c13
root() view returns (bytes32)
0xea8d324e980000ba1e51d33ee347d48f7260e116453b7a2462628ba8479ebd1a
symbol() view returns (string)
NU
totalSupply() view returns (uint256)
750
uriPrefix() view returns (string)
ipfs://bafybeigj3s5h55bfinlzhhi2nlljmamdxllsj3mdydysheo5o4p7g5rxn4/
uriSuffix() view returns (string)
.json
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isValid(bytes32[] proof, bytes32 leaf) view returns (bool)
mintedWallets(address) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
walletOfOwner(address _owner) view returns (uint256[])
State-modifying
Events PublicMint(uint256 _mintAmount) payable
WhitelistMint(bytes32[] proof)
approve(address to, uint256 tokenId)
mintForOwner(uint256 _mintAmount, address _receiver)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setContractURI(string _contractURI)
setRoyaltyInfo(address _receiver, uint96 _royaltyFeesInBips)
setUriPrefix(string _uriPrefix)
setisPublicMintpaused(bool _state)
setisWhitelistMintPaused(bool _state)
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(uint96 _royaltyFeesInBips, string _contractURI, bytes32 _root)
This contract contains no fallback and receive objects.
This contract contains no error objects.