Utopia NFT

Verified contract

Active on Ethereum with 2,526 txns
Deployed by via 0x2f8ab48f at 15652843
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Utopia NFT"

0xa910c3f526e7e39897e2a442331fe2aba38baa69bc0496eb7251d96e37126c24
0xd718cb3443f6ac34e7548ab5287afb292189676e5e5b6c5c258c5dba599fafe7
0x4c7be1b400b0042e84852f3711e4f1c77fab07917c6347c6b7164de3f16ef25a
0xe8c42db1ca429936b9571501c3937d15c060aaa6e1605cd8d20ff3a984d47fdd
0x074b9e778e76d1b734499af13b56af639c06c415c51a0b40ca0822e1bc6391d2
0xfb1a92f7ef151c7d87d9c804d02e2cb9053415b2bffdcb2a3facf889eb3ae36a
0x25baa5d5792e322fd0811cb31e6610382f10e582c2aa19a628c3e2cc88353151
0xf8756a95b0df7523653fc2ea914bc32a79ca7b2580bd4c0470cf8428ba121f41
0xe47b3c239e282dfd9d30946ce0b06e0eb42cc8f740600e500f207917bb203ee1
0x47367bd47c3abbf0038d2652043fec94278486491c230720d4be97029b1f06f9

Functions
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 ownerview returns (uint256)
explicitOwnershipOf(uint256 tokenIdview returns (struct IERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIdsview returns (struct IERC721ATokenOwnership[])
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
tokensOfOwner(address ownerview returns (uint256[])
tokensOfOwnerIn(address owneruint256 startuint256 stopview returns (uint256[])
totalBuy(addressview returns (uint256)
State-modifying
airdrop(address touint256 quantity
approve(address touint256 tokenIdpayable 
filpAllowPublicMint(
filpAllowWhitelistMint(
publicMint(address touint256 quantitypayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes _datapayable 
setApprovalForAll(address operatorbool approved
setMaxSupply(uint256 newMaxSupply
setMerkleRoot(bytes32 newMerkleRoot
transferFrom(address fromaddress touint256 tokenIdpayable 
transferOwnership(address newOwner
whitelistMint(address touint256 quantitybytes32[] proofpayable 
withdraw(
Events
Airdrop(address touint256 quantity
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
PublicMint(address touint256 quantity
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
WhitelistMint(address touint256 quantity
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
BalanceQueryForZeroAddress(
InvalidQueryRange(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(