Pyramid Of Incineration
Verified contract
Proxy
Active on
Ethereum with 5,329 txns
Unified storage
Map
Table
Raw
Constants and immutables
3
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 3 additional slots
-
variable spans 2 additional slots
-
variable spans 2 additional slots
-
variable spans 7 additional slots
-
variable spans 2 additional slots
-
variable spans 4 additional slots
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ITEM | ERC-721 | 1 | -- | -- | |
ITEM | ERC-721 | 1 | -- | -- | |
ITEM | ERC-721 | 1 | -- | -- | |
ITEM | ERC-721 | 1 | -- | -- | |
ITEM | ERC-721 | 1 | -- | -- | |
ITEM | ERC-721 | 1 | -- | -- | |
ITEM | ERC-721 | 1 | -- | -- | |
ITEM | ERC-721 | 1 | -- | -- | |
ITEM | ERC-721 | 1 | -- | -- | |
ITEM | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21254995 | 10 hours ago | | | 0 | 0.00069910749 | |
| 21254986 | 10 hours ago | | | 0 | 0.0011627316 | |
| 21254984 | 10 hours ago | | | 0 | 0.0012050492 | |
| 21254982 | 10 hours ago | | | 0 | 0.0011879284 | |
| 21254979 | 11 hours ago | | | 0 | 0.0011952005 | |
| 21254974 | 11 hours ago | | | 0 | 0.0011399040 | |
| 21254971 | 11 hours ago | | | 0 | 0.0010762413 | |
| 21254967 | 11 hours ago | | | 0 | 0.0011809404 | |
| 21254964 | 11 hours ago | | | 0 | 0.0011026112 | |
| 21254640 | 12 hours ago | | | 0 | 0.0011261875 |
ABI
ABI objects
Getter at block 21258112
maxSupply() view returns (uint256)
5000
totalSupply() view returns (uint256)
5000
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
locked(uint256 tokenId) view returns (bool)
locked(uint256[] ticketTokenIds) view returns (bool[] states)
ownerOf(uint256 tokenId) view returns (address)
State-modifying
Events approve(address to, uint256 tokenId)
burn(uint256 id)
burnBatch(uint256[] ids)
burnBatchByFacet(uint256[] ids)
burnByFacet(uint256 id)
lockByFacet(uint256 id)
lockByFacet(uint256[] ids)
mintByFacet(address to, uint256 amount)
mintByFacet(address[] tos, uint256 amount)
mintByFacet(address[] tos, uint256[] amounts)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
transferFrom(address from, address to, uint256 tokenId)
unlockByFacet(uint256 id)
unlockByFacet(uint256[] ids)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
Locked(uint256 tokenId)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unlocked(uint256 tokenId)
constructor(address _contractOwner, address _diamondCutFacet, string _name, string _symbol, string _contractURI, string _baseURI, string _uriSuffix, uint256 _maxSupply, address _royaltyRecipient, uint16 _bps)
fallback()
receive()
InitializationFunctionReverted(address _initializationContractAddress, bytes _calldata)
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApproveToCaller()
BalanceQueryForZeroAddress()
ErrMaxSupplyExceeded()
ErrSenderIsNotSelf()
ErrTokenLocked(uint256 tokenId)
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OperatorNotAllowed(address operator)
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()