Pizza

Verified contract

Active on Ethereum with 1,206 txns
Deployed by via 0x1c114de3 at 14830239
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
Native
Value $17.64
0x582a48e3ba47cf152138aa4659d2d31d96ef3a2c29db6d5bcb4808f4f4649a6d
0x889b44dd3ef4c68ffd6d772c1c9b1c9b40270ba0057fd6c45f411d25bc5ae4fa
0x2f84489b335de2813691b6bdf5a168b0f4365644d96a6a7db193ef5d1e20ad00
0x0ac6af75178e3397ac0b14f89d1fe016d8817a28bf362362df40b83be7015dac
0xa42a24284b4626a5a5f6888b18752793c32cba16de6fc3f2a8e5edc609f56813
0xcf9c8511f01e9b2e9fa664bfd32f7ea602245ba4f09ae58a6f8b28ff50ae8029
0xd4d5a212029f2d278cfccd8eac515ddc32d22341a7c50e472dff64dffd826f64
0x012f75b5c0aed9d55efb5df7d2cb55a75d92cebaf2a67c6136b57ccf94512581
0x0aabd7d51109fc55fabf071d8c4bb3ff8901932385de7678c9d5cad2e58404da
0xc468df6fba9100a171fc552575923c6e881cd1f2c1816a28e04734cd3f56e047

Functions
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 priceuint8 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 ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
payee(uint256 indexview returns (address)
released(address accountview returns (uint256)
released(address tokenaddress accountview returns (uint256)
shares(address accountview returns (uint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
totalReleased(address tokenview returns (uint256)
State-modifying
approve(address touint256 tokenId
configureRound(uint256 priceuint8 maxMintPerAddress
giveawayMint(address touint8 quantity
publicMint(uint8 quantitypayable 
release(address account
release(address tokenaddress account
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string baseURI
setMerkleRoot(bytes32 root
setSalesStatus(uint8 status
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
whitelistMint(uint8 quantitybytes32[] merkleProofpayable 
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ERC20PaymentReleased(address indexed tokenaddress touint256 amount
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
PayeeAdded(address accountuint256 shares
PaymentReceived(address fromuint256 amount
PaymentReleased(address touint256 amount
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(uint16 collectionSize_uint16 treasurySize_address[] payees_uint256[] shares_
Fallback and receive
receive(
Errors
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(