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 "Razzo"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20145332 | 5 months ago | | | 0 | 0.00015711000 | |
| 19950514 | 6 months ago | | | 0 | 0.00018827684 | |
| 18212552 | a year ago | | | 0 | 0.00073517231 | |
| 17140782 | 2 years ago | | | 0 | 0.0020327455 | |
| 16884231 | 2 years ago | | | 0 | 0.0010073022 | |
| 16884230 | 2 years ago | | | 0 | 0.0014971238 | |
| 16873766 | 2 years ago | | | 0 | 0.00083468541 | |
| 16854025 | 2 years ago | | | 0 | 0.00089233706 | |
| 16849122 | 2 years ago | | | 0 | 0.0011441812 | |
| 16836808 | 2 years ago | | | 0 | 0.00095525268 |
ABI
ABI objects
Getter at block 21302071
MAX_PER_WALLET() view returns (uint256)
10
MAX_SUPPLY() view returns (uint256)
5555
PRICE() view returns (uint256)
5000000000000000
baseURI() view returns (string)
ipfs://bafybeidsxjgzkb773bybeamt2ilrgjimk7io2vxm2yehwwngmdynd6kqqm/
name() view returns (string)
Razzo
operatorFilteringEnabled() view returns (bool)
true
owner() view returns (address)
0x19f08bbd49b1c71825ef33f82b526ac9aabdbbf8
saleActive() view returns (bool)
true
symbol() view returns (string)
RZZO
totalSupply() view returns (uint256)
1900
Read-only
balanceOf(address owner) view returns (uint256)
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)
State-modifying
Events approve(address operator, uint256 tokenId) payable
freeMint()
mint(uint256 amount) 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)
setBaseURI(string uri)
setOperatorFilteringEnabled(bool value)
toggleSale()
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
withdraw()
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)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string baseURI_)
This contract contains no fallback and receive objects.
AlreadyMintedFree()
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
InsufficientPayment()
MaxSupplyReached()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
SaleNotActive()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()
WalletLimitReached()