Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
Balances ($17.64)
Native
Value
$17.64
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.005227 | $3,374.19 |
$17.64 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20212397 | 5 months ago | | | 0 | 0.00040400653 | |
| 18245745 | a year ago | | | 0 | 0.00032261541 | |
| 16782858 | 2 years ago | | | 0 | 0.00082951200 | |
| 16703925 | 2 years ago | | | 0 | 0.0019707117 | |
| 16073963 | 2 years ago | | | 0 | 0.00026865464 | |
| 16010501 | 2 years ago | | | 0 | 0.00080642182 | |
| 16010346 | 2 years ago | | | 0 | 0.00067450326 | |
| 16010210 | 2 years ago | | | 0 | 0.00049695754 | |
| 16010143 | 2 years ago | | | 0 | 0.00062968314 | |
| 15909280 | 2 years ago | | | 0 | 0.00051566731 |
ABI
ABI objects
Getter at block 21249390
collectionSize() view returns (uint16)
7777
name() view returns (string)
Pizza
owner() view returns (address)
0x48728e0f6d4352acbeb31b9ba13e1ab164e75555
remainingTreasurySize() view returns (uint16)
0
salesConfiguration() view returns (uint256 price, uint8 maxMintPerAddress)
(price=10000000000000, maxMintPerAddress=10)
salesStatus() view returns (uint8)
0
symbol() view returns (string)
PIZZA
totalReleased() view returns (uint256)
517453200000000000
totalShares() view returns (uint256)
100
totalSupply() view returns (uint256)
7677
treasurySize() view returns (uint16)
100
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)
payee(uint256 index) view returns (address)
released(address account) view returns (uint256)
released(address token, address account) view returns (uint256)
shares(address account) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
totalReleased(address token) view returns (uint256)
State-modifying
Events approve(address to, uint256 tokenId)
configureRound(uint256 price, uint8 maxMintPerAddress)
giveawayMint(address to, uint8 quantity)
publicMint(uint8 quantity) payable
release(address account)
release(address token, address account)
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)
setMerkleRoot(bytes32 root)
setSalesStatus(uint8 status)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
whitelistMint(uint8 quantity, bytes32[] merkleProof) payable
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ERC20PaymentReleased(address indexed token, address to, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PayeeAdded(address account, uint256 shares)
PaymentReceived(address from, uint256 amount)
PaymentReleased(address to, uint256 amount)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(uint16 collectionSize_, uint16 treasurySize_, address[] payees_, uint256[] shares_)
receive()
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
ExceedingPublicCollectionSize()
ExceedingTotalCollectionSize()
ExceedingTreasurySize()
IncorrectAmount()
InvalidMerkleRoot()
InvalidSalesConfigurationValue(string message)
MaxMintPerAddressReached()
MintToZeroAddress()
MintZeroQuantity()
MintedQueryForZeroAddress()
NotEligibleToMint()
OwnerQueryForNonexistentToken()
PreSaleIsNotOpen()
PublicSaleIsNotOpen()
SaleInProgress()
SaleIsNotConfigured()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()