Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($1.47)
Native
Value
$1.47
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.000399 | $3,685.79 |
$1.47 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21264668 | 9 days ago | | | 0 | 0.00086795138 | |
| 21245607 | 11 days ago | | | 0 | 0.00075272523 | |
| 21184851 | 20 days ago | | | 0 | 0.0017294462 | |
| 21132256 | a month ago | | | 0 | 0.00057830332 | |
| 21103098 | a month ago | | | 0 | 0.00015661414 | |
| 21101608 | a month ago | | | 0 | 0.00036404100 | |
| 20980769 | 2 months ago | | | 0 | 0.00056853493 | |
| 20849481 | 2 months ago | | | 0 | 0.00051027254 | |
| 20796195 | 2 months ago | | | 0 | 0.00039503402 | |
| 20790815 | 2 months ago | | | 0 | 0.0011074727 |
ABI
ABI objects
Getter at block 21327095
OPERATOR_FILTER_REGISTRY() view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
isRevealed() view returns (bool)
true
mintFinished() view returns (bool)
true
name() view returns (string)
Utopia
nextOwnerToExplicitlySet() view returns (uint256)
0
owner() view returns (address)
0x5e2cf01d32398ab2a812075563ff350fde92c51e
saleUtopiaNFT() view returns (address)
0x39c4b8e4bbda8185bfed497e73851bb176a8e497
symbol() view returns (string)
UTOPIA
totalSupply() view returns (uint256)
6628
treasuryAddr() view returns (address)
0x5e2cf01d32398ab2a812075563ff350fde92c51e
Read-only
allowedToMint(address) view returns (bool)
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)
numberMinted(address owner) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
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)
tokensOfOwner(address _owner, uint256 _from, uint256 _to) view returns (uint256[] ownerTokens)
State-modifying
Events approve(address operator, uint256 tokenId)
buyWithCrossmint(uint256 _quantity, address _to, bytes32[] _merkleProof) payable
deleteDefaultRoyalty()
feeDenominator() returns (uint96)
mint(address to, uint256 qty)
renounceOwnership()
resetTokenRoyalty(uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setAddressToMintAllowed(address _account, bool _canMint)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setDefaultRoyalty(address receiver, uint96 feeNumerator)
setEndURI(string endURI)
setMintFinished(bool _mintFinished)
setOwnersExplicit(uint256 quantity)
setRevealed(bool _isRevealed)
setSaleUtopiaNFT(address _saleUtopiaNFT)
setTokenRoyalty(uint256 tokenId, address receiver, uint96 feeNumerator)
setTreasury(address _treasuryAddr)
setUnrevealedURI(string unrevealedURI)
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)
ResetTokenRoyalty(uint256 indexed _tokenId)
SetAddressToMintAllowed(address indexed _account, bool indexed _canMint)
SetBaseURI(string indexed _baseURI)
SetDefaultRoyalty(address indexed _receiver, uint96 indexed _feeNumerator)
SetEndURI(string indexed _endURI)
SetMintFinished(bool indexed _mintFinished)
SetOwnersExplicit(uint256 indexed _quantity)
SetRevealed(bool indexed _isRevealed)
SetTokenRoyalty(uint256 indexed _tokenId, address indexed _receiver, uint96 indexed _feeNumerator)
SetTreasury(address indexed _treasuryAddr)
SetUnrevealedURI(string indexed _unrevealedURI)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
WithdrawMoney()
constructor(uint256 maxBatchSize_, uint256 collectionSize_)
receive()
OperatorNotAllowed(address operator)