NoZone Ultra 001
Verified contract
Active on
Ethereum with 70 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 "NoZone Ultra 001"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16741528 | 2 years ago | | | 0 | 0.0012090298 | |
| 16198153 | 2 years ago | | | 0 | 0.00091279125 | |
| 15094060 | 2 years ago | | | 0 | 0.00060185677 | |
| 15090210 | 2 years ago | | | 0 | 0.0029045483 | |
| 14862195 | 3 years ago | | | 0 | 0.0021270319 | |
| 14843626 | 3 years ago | | | 0 | 0.0024692474 | |
| 14749574 | 3 years ago | | | 0 | 0.0034874529 | |
| 14481296 | 3 years ago | | | 0 | 0.0046230834 | |
| 14477531 | 3 years ago | | | 0 | 0.0035809152 | |
| 14105468 | 3 years ago | | | 0 | 0.0073769738 |
ABI
ABI objects
Getter at block 21303253
contractURI() view returns (string)
https://ipfs.io/ipfs/QmQYz6ctFNFDUN8RX7vNcft8dwbPURe2tvLm6nDCReyuQv
getBeneficiary() view returns (address)
0xba1547331e29f1ee3606941b42a296f3a1612888
getPrice() view returns (uint256)
330000000000000000
getStaticTokenURI() view returns (string)
ipfs://QmWpcj1M2mHYZergyhtCWPtq3BzQmZUz4WW3fPEGtWd7fE
getTotalAmountAllowedToBeMinted() view returns (uint256)
33
getTotalMinted() view returns (uint256)
33
name() view returns (string)
NoZone Ultra 001
owner() view returns (address)
0xba1547331e29f1ee3606941b42a296f3a1612888
symbol() view returns (string)
LAMO
totalSupply() view returns (uint256)
33
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getRaribleV2Royalties(uint256 id) view returns (struct LibPartPart[])
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)
mintToken(address owner) payable returns (uint256)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI_)
setBeneficiary(address newBeneficiary)
setContractBaseURI(string baseURI_)
setContractURI(string contractURI_)
setPrice(uint256 price)
setRaribleBeneficiary(address newBeneficiary)
setRaribleRoyaltyPercentage(uint96 percentage)
setRoyalties(uint256 _tokenId, address _royaltiesReceipientAddress, uint96 _percentageBasisPoints)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
BaseURIChanged(string previousBaseURI, string newBaseURI)
BeneficiaryChanged(address indexed previousBeneficiary, address indexed newBeneficiary)
BeneficiaryPaid(address beneficiary, uint256 amount)
ContractBaseURIChanged(string previousBaseURI, string newBaseURI)
ContractURIChanged(string previousURI, string newURI)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PermanentURI(string _value, uint256 indexed _id)
PriceChange(uint256 previousPrice, uint256 newPrice)
RaribleBeneficiaryChanged(address indexed previousBeneficiary, address indexed newBeneficiary)
RaribleRoyaltyPercentageChange(uint96 previousPercentage, uint96 newPercentage)
RoyaltiesSet(uint256 tokenId, struct LibPartPart[] royalties)
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.