Utopia NFT
Verified contract
Active on
Ethereum with 2,526 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 "Utopia NFT"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20649442 | 3 months ago | | | 0 | 0.000031944632 | |
| 20557031 | 4 months ago | | | 0 | 0.000062423874 | |
| 20058752 | 6 months ago | | | 0 | 0.00022661411 | |
| 19759060 | 7 months ago | | | 0 | 0.00017749006 | |
| 19759059 | 7 months ago | | | 0 | 0.00018082804 | |
| 19759059 | 7 months ago | | | 0 | 0.00018030295 | |
| 19679274 | 8 months ago | | | 0 | 0.00043459721 | |
| 18654764 | a year ago | | | 0 | 0.00091570422 | |
| 18320335 | a year ago | | | 0 | 0.00042594082 | |
| 17997728 | a year ago | | | 0 | 0.00028856477 |
ABI
ABI objects
Getter at block 21384747
allowPublicMint() view returns (bool)
false
allowWhitelistMint() view returns (bool)
false
baseURI() view returns (string)
https://api.utopianft.io/hk/metadata/
hashProof() view returns (string)
e324296e37b7a1c98eeb69ca118a41b1dd39da815c87342a5f7f711cadaf424d
maxSupply() view returns (uint256)
4570
merkleRoot() view returns (bytes32)
0x97aa756f15e1077c76b2af6aec065c2772f1295df0d4448bef0cd343bc617823
mintPrice() view returns (uint256)
22000000000000000
mintingHardCap() view returns (uint256)
4370
name() view returns (string)
Utopia NFT
owner() view returns (address)
0x6ecca330933ecb1e992a8d94b32e739bab6f0d4e
symbol() view returns (string)
UTOPIA
totalSupply() view returns (uint256)
4457
whitelistHardCap() view returns (uint256)
2000
Read-only
balanceOf(address owner) view returns (uint256)
explicitOwnershipOf(uint256 tokenId) view returns (struct IERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIds) view returns (struct IERC721ATokenOwnership[])
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
tokensOfOwner(address owner) view returns (uint256[])
tokensOfOwnerIn(address owner, uint256 start, uint256 stop) view returns (uint256[])
totalBuy(address) view returns (uint256)
State-modifying
Events airdrop(address to, uint256 quantity)
approve(address to, uint256 tokenId) payable
filpAllowPublicMint()
filpAllowWhitelistMint()
publicMint(address to, uint256 quantity) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data) payable
setApprovalForAll(address operator, bool approved)
setMaxSupply(uint256 newMaxSupply)
setMerkleRoot(bytes32 newMerkleRoot)
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
whitelistMint(address to, uint256 quantity, bytes32[] proof) payable
withdraw()
Airdrop(address to, uint256 quantity)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PublicMint(address to, uint256 quantity)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
WhitelistMint(address to, uint256 quantity)
constructor()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
InvalidQueryRange()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()