Rare Pizza Box
Verified contract
Proxy
Active on
Ethereum with 2,494 txns
Unified storage
Map
Table
Raw
Constants and immutables
2
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 43 additional slots
-
variable spans 45 additional slots
18 additional
variables
Balances ($14,156.51)
Native
Value
$14,156.51
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 3.84 | $3,686.59 |
$14,156.51 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21295028 | a day ago | | | 0 | 0.0015251606 | |
| 21270619 | 5 days ago | | | 0 | 0.00054034481 | |
| 21270613 | 5 days ago | | | 0 | 0.00054070389 | |
| 21269306 | 5 days ago | | | 0 | 0.00037698547 | |
| 21238972 | 9 days ago | | | 0 | 0.00075472361 | |
| 21224363 | 11 days ago | | | 0 | 0.0024333673 | |
| 21220750 | 12 days ago | | | 0 | 0.00049340351 | |
| 21116903 | a month ago | | | 0 | 0.00041719814 | |
| 21104393 | a month ago | | | 0.08 | 0.00063370698 | |
| 21072997 | a month ago | | | 0 | 0.0016151159 |
ABI
ABI objects
Getter at block 21305750
MAX_MINTABLE_SUPPLY() view returns (uint256)
1250
MAX_PURCHASABLE_SUPPLY() view returns (uint256)
8750
MAX_TOKEN_SUPPLY() view returns (uint256)
10000
_minted_pizza_count() view returns (uint256 _value)
1065
_purchased_pizza_count() view returns (uint256 _value)
1769
_uriBase() view returns (string)
https://ipfs.io/ipfs/
batchMintCount() view returns (uint256)
2
batchMintRandom() view returns (uint256)
96643544888218642423771273925764057570132423176728768707627975863844426346852
bitcoinPriceInWei() view returns (uint256)
14269406392694060000
claimWhiteList() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
contractURI() view returns (string)
https://raw.githubusercontent.com/PizzaDAO/pizza-smartcontract/master/data/opensea_metadata.mainnet.json
getBitcoinPriceInWei() view returns (uint256)
14269406392694060000
getPrice() view returns (uint256)
80000000000000000
getPriceInWei() view returns (uint256)
0
maxNewPurchases() view returns (uint256)
6000
maxSupply() view returns (uint256)
10000
multiPurchaseLimit() view returns (uint256)
15
name() view returns (string)
Rare Pizza Box
owner() view returns (address)
0xba5e28a2d1c8cf67ac9e0dfc850dc8b7b21a4de2
preSaleWhitelist() view returns (bytes32)
0x35f659b30edcd8fa4f35f1fa33638768010220b411dfb5816bdc89b4a3a69cca
price() view returns (uint256)
80000000000000000
publicSaleStart_timestampInS() view returns (uint256)
1653066840
status() view returns (uint8)
1
symbol() view returns (string)
ZABOX
totalNewPurchases() view returns (uint256)
650
totalSupply() view returns (uint256)
2184
Read-only
balanceOf(address owner) view returns (uint256)
claimed(address) view returns (bool)
claims(uint256) view returns (address to, uint256 amount)
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)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events admin() returns (address)
changeAdmin(address newAdmin)
implementation() returns (address)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
approve(address to, uint256 tokenId)
claim(bytes32[] proof, uint256 amount)
finishBatchMint()
fulfillRandomWords(uint256 request, uint256[] random)
fulfillRandomness(bytes32 request, uint256 random)
gift(address toPizzaiolo, uint256 count)
initialize(address chainlinkBTCETHFeed)
mint(address toPizzaiolo, uint8 count)
multiPurchase(uint256 n) payable
prePurchase(bytes32[] proof, uint256 n) payable
purchase() payable
purchaseTo(address toPaisano) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setMaxNewPurchases(uint256 n)
setPresaleAllowed(uint8 count, address[] toPaisanos)
setSaleStartTimestamp(uint256 epochSeconds)
setSaleWhitelist(bytes32 b)
setVRFConsumer(address consumer)
setclaimWhiteList(bytes32 b)
setmultiPurchaseLimit(uint256 n)
startBatchMint(address[] users, uint256 count)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
updateBitcoinPriceInWei(uint256 fallbackValue)
withdraw()
AdminChanged(address previousAdmin, address newAdmin)
Upgraded(address indexed implementation)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
BTCETHPriceUpdated(uint256 old, uint256 current)
Gift(address a, uint256 n)
InternalArtworkAssigned(uint256 tokenId, uint256 artworkURI)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PresaleAllowedUpdated()
SaleStartTimestampUpdated(uint256 old, uint256 current)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
VRFConsumerUpdated(address oldConsumer, address newConsumer)
claimCompleted(uint256 id, address to, uint256 amount)
claimStarted(uint256 id, address to, uint256 amount)
constructor(address _logic, address _admin, bytes _data)
fallback()
receive()
This contract contains no error objects.