RarePizzasBoxV3
Verified contract
Implementation
Active on
Ethereum with 2 txns
Storage
Map
Table
Raw
Constants and immutables
13
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
9 additional
variables
Balances ($0.00)
No balances found for "RarePizzasBoxV3"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13889351 | 3 years ago | | | 0 | 0.0052318581 | |
| 13532889 | 3 years ago | | | 0 | 0.039235134 |
ABI
ABI objects
Getter at block 21389264
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)
1
_uriBase() view returns (string)
https://ipfs.io/ipfs/
batchMintCount() view returns (uint256)
0
batchMintRandom() view returns (uint256)
0
bitcoinPriceInWei() view returns (uint256)
0
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)
0
getPriceInWei() view returns (uint256)
0
maxSupply() view returns (uint256)
10000
name() view returns (string)
owner() view returns (address)
0x0000000000000000000000000000000000000000
publicSaleStart_timestampInS() view returns (uint256)
0
status() view returns (uint8)
0
symbol() view returns (string)
totalSupply() view returns (uint256)
1
Read-only
balanceOf(address owner) view returns (uint256)
curve(uint256 n) pure returns (uint256 price)
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)
finishBatchMint()
fulfillRandomness(bytes32 request, uint256 random)
initialize(address chainlinkBTCETHFeed)
mint(address toPizzaiolo, uint8 count)
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)
setPresaleAllowed(uint8 count, address[] toPaisanos)
setSaleStartTimestamp(uint256 epochSeconds)
setVRFConsumer(address consumer)
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)
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)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.