the backside
Verified contract
Proxy
Active on
Ethereum with 12 txns
Unified storage
Map
Table
Raw
Constants and immutables
4
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 7 additional slots
-
variable spans 6 additional slots
-
variable spans 6 additional slots
-
variable spans 4 additional slots
Balances ($0.00)
No balances found for "the backside"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17067773 | 2 years ago | | | 0 | 0.0015414492 | |
| 16901656 | 2 years ago | | | 0.0006 | 0.0040062400 | |
| 16901627 | 2 years ago | | | 0.0006 | 0.0036996700 | |
| 16901385 | 2 years ago | | | 0.0006 | 0.0032550700 | |
| 16901357 | 2 years ago | | | 0.0006 | 0.0039966304 | |
| 16901351 | 2 years ago | | | 0.0024 | 0.0089100450 | |
| 16901073 | 2 years ago | | | 0.0006 | 0.0044608471 | |
| 16901049 | 2 years ago | | | 0.0006 | 0.0051006400 | |
| 16900949 | 2 years ago | | | 0 | 0.00068696264 | |
| 16900946 | 2 years ago | | | 0 | 0.0046454345 |
ABI
ABI objects
Getter at block 21411221
editionRevenue() view returns (uint256)
6000000000000000
editionsCount() view returns (uint256)
2
Read-only
getEdition(uint256 editionId) view returns (struct EditionStorageEdition)
getEditionPrice(uint256 editionId) view returns (uint256)
State-modifying
Events createEdition(string tokenURI, uint256 price, uint256 maxQuantity, uint256 maxPerWallet, uint256 maxPerMint)
invalidateSignature(uint256 editionId)
mintEdition(address recipient, uint256 editionId, uint256 quantity, bytes signature, bytes32[] proof) payable
setEditionActive(uint256 editionId, bool active)
setEditionMerkleRoot(uint256 editionId, bytes32 merkleRoot)
setEditionSigner(uint256 editionId, address signer)
setEditionTokenURI(uint256 editionId, string tokenURI)
updateEdition(uint256 editionId, uint256 price, uint256 maxQuantity, uint256 maxPerWallet, uint256 maxPerMint)
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)
EditionCreated(uint256 indexed editionId)
EditionMinted(address indexed to, uint256 indexed editionId, uint256 quantity, uint256 value)
OwnershipHandoverCanceled(address indexed pendingOwner)
OwnershipHandoverRequested(address indexed pendingOwner)
OwnershipTransferred(address indexed oldOwner, address indexed newOwner)
RolesUpdated(address indexed user, uint256 indexed roles)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(address owner, address treasury, address royalty, uint16 royaltyBps, string name, string symbol, bytes32[] apps)
fallback()
receive()
InitializationFunctionReverted(address _initializationContractAddress, bytes _calldata)
NewOwnerIsZeroAddress()
NoHandoverRequest()
Unauthorized()