RarePizzasBoxV4
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
7
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
16 additional
variables
Balances ($0.00)
No balances found for "RarePizzasBoxV4"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "RarePizzasBoxV4"
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)
0
_purchased_pizza_count() view returns (uint256 _value)
0
_uriBase() view returns (string)
https://ipfs.io/ipfs/
batchMintCount() view returns (uint256)
0
batchMintRandom() view returns (uint256)
0
bitcoinPriceInWei() view returns (uint256)
0
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)
0
getPrice() view returns (uint256)
80000000000000000
getPriceInWei() view returns (uint256)
0
maxNewPurchases() view returns (uint256)
0
maxSupply() view returns (uint256)
10000
multiPurchaseLimit() view returns (uint256)
0
name() view returns (string)
owner() view returns (address)
0x0000000000000000000000000000000000000000
preSaleWhitelist() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
price() view returns (uint256)
80000000000000000
publicSaleStart_timestampInS() view returns (uint256)
0
status() view returns (uint8)
0
symbol() view returns (string)
totalNewPurchases() view returns (uint256)
0
totalSupply() view returns (uint256)
0
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 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()
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)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.