Petabytes
Verified contract
Active on
Ethereum with 4,619 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 "Petabytes"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21162117 | 19 days ago | | | 0 | 0.00067738052 | |
| 21111726 | a month ago | | | 0 | 0.00018610602 | |
| 21103157 | a month ago | | | 0 | 0.000099611902 | |
| 21025837 | a month ago | | | 0 | 0.00023444728 | |
| 20946150 | 2 months ago | | | 0 | 0.00052091255 | |
| 20754128 | 2 months ago | | | 0 | 0.000075883661 | |
| 20376225 | 4 months ago | | | 0 | 0.00022111318 | |
| 20104950 | 5 months ago | | | 0 | 0.00022213577 | |
| 20004414 | 6 months ago | | | 0 | 0.00044965957 | |
| 19886930 | 6 months ago | | | 0 | 0.00014736667 |
ABI
ABI objects
Getter at block 21297753
collectionSize() view returns (uint256)
2022
getMintPhase() view returns (uint8)
4
getRedemptionsAllowlist() view returns (uint256)
0
getRedemptionsPublic() view returns (uint256)
0
maxPerWalletAllowlist() view returns (uint256)
1
maxPerWalletPublic() view returns (uint256)
2
merkleRoot() view returns (bytes32)
0x07c3072bf50061b43c20ca9c2706428c7cf8412f1ad46be51580b124f996bdea
mintPhase() view returns (uint8)
4
mintPriceAllowlist() view returns (uint256)
0
mintPricePublic() view returns (uint256)
140000000000000000
name() view returns (string)
Petabytes
owner() view returns (address)
0x1d522ae2dff7f5b3cb24465630a5951ad60c9233
symbol() view returns (string)
PETA
totalSupply() view returns (uint256)
2022
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 allowlistMint(uint256 _quantity, bytes32[] _proof) payable
approve(address to, uint256 tokenId)
devMint(uint256 _quantity)
mint(uint256 _quantity) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _baseTokenURI)
setMerkleRoot(bytes32 _merkleRoot)
setMintPhase(uint8 _mintPhase)
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()
fallback()
receive()
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()