PeaceRabbitNFT
Verified contract
Active on
Ethereum with 3,213 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 "PeaceRabbitNFT"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17559759 | a year ago | | | 0 | 0.00029199984 | |
| 17551045 | a year ago | | | 0 | 0.00083485136 | |
| 16922049 | 2 years ago | | | 0 | 0.00090610637 | |
| 16757054 | 2 years ago | | | 0 | 0.0010693299 | |
| 16531006 | 2 years ago | | | 0 | 0.0010550502 | |
| 16522730 | 2 years ago | | | 0 | 0.00082252372 | |
| 16481006 | 2 years ago | | | 0 | 0.00069787194 | |
| 16420590 | 2 years ago | | | 0 | 0.0010826473 | |
| 16159622 | 2 years ago | | | 0 | 0.00065667366 | |
| 16142316 | 2 years ago | | | 0 | 0.00067521906 |
ABI
ABI objects
Getter at block 21203331
COLLECTION_SIZE() view returns (uint256)
8000
FIRSTXFREE() view returns (uint256)
1000
MINT_PRICE() view returns (uint256)
60000000000000000
PRESALE_MINT_PRICE() view returns (uint256)
40000000000000000
TOKENS_PER_PERSON_PUB_LIMIT() view returns (uint256)
3
TOKENS_PER_PERSON_WL_LIMIT() view returns (uint256)
3
TOKENS_PER_TRAN_LIMIT() view returns (uint256)
3
contractURI() pure returns (string)
https://zerocodenft.azurewebsites.net/api/marketplacecollections/aaf0118f-49ba-42f2-cd05-08da74bb7726
merkleRoot() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
name() view returns (string)
PeaceRabbitNFT
owner() view returns (address)
0x16992ac238ad27e97b95e54ae8367054b0ff7ccb
preRevealURL() view returns (string)
ipfs://QmUU3WfxWEg9dpkQaVQb9JH3wREfr6oqYN6UtoUSSh7nff
saleStatus() view returns (uint8)
2
symbol() view returns (string)
PEACE
totalSupply() view returns (uint256)
8000
Read-only
balanceOf(address owner) view returns (uint256)
calcTotal(uint256 count) 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 airdrop(address to, uint256 count)
approve(address to, uint256 tokenId)
redeem(bytes32[] merkleProof, uint256 count) payable
renounceOwnership()
reveal(string url)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setMerkleRoot(bytes32 root)
setPreRevealUrl(string url)
setPublicMintPrice(uint256 price)
setSaleStatus(uint8 status)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
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)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()