WhiteRabbitProducerPassDistribution
Verified contract
Active on
Ethereum with 3,601 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x97ed…5e79
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
0x97ed…5e79 | ERC-1555 | 1.972K | -- | -- | |
0x97ed…5e79 | ERC-1555 | 999 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21281484 | 2 days ago | | | 0 | 0.0022826661 | |
| 21280837 | 2 days ago | | | 0 | 0.0021991856 | |
| 21280269 | 2 days ago | | | 0 | 0.0036604871 | |
| 21274270 | 3 days ago | | | 0 | 0.0013363168 | |
| 21273449 | 3 days ago | | | 0 | 0.0016023608 | |
| 21255223 | 6 days ago | | | 0 | 0.0010533574 | |
| 21115909 | 25 days ago | | | 0 | 0.00082261020 | |
| 21104889 | a month ago | | | 0 | 0.00047298579 | |
| 21067131 | a month ago | | | 0 | 0.0015337359 | |
| 21065232 | a month ago | | | 0 | 0.0014031840 |
ABI
ABI objects
Getter at block 21295144
owner() view returns (address)
0xc7f669be91e2a7dbea99eb2b85470397a03a5e87
producerPassContract() view returns (address)
0x97ed92e744c10fdd5d403a756239c4069e415e79
treasury() view returns (address)
0xc7f669be91e2a7dbea99eb2b85470397a03a5e87
Read-only
getEpisodeToProducerPass(uint256 episodeId) view returns (struct ProducerPass)
supportsInterface(bytes4 interfaceId) view returns (bool)
userPassesEarlyMintedByEpisodeId(uint256 episodeId) view returns (uint256)
userPassesMintedByEpisodeId(uint256 episodeId) view returns (uint256)
State-modifying
Events earlyMintProducerPass(uint256 episodeId, uint256 amountAllowed, uint256 amountMinting, bytes32[] merkleProof) payable
mintProducerPass(uint256 episodeId, uint256 amount) payable
onERC1155BatchReceived(address, address, uint256[], uint256[], bytes) returns (bytes4)
onERC1155Received(address, address, uint256, uint256, bytes) returns (bytes4)
renounceOwnership()
reserveProducerPassesForGifting(uint256 episodeId, uint256 amountEachAddress, address[] addresses)
setMerkleRoot(uint256 episodeId, bytes32 merkleRoot)
setProducerPass(uint256 price, uint256 episodeId, uint256 maxSupply, uint256 maxPerWallet, uint256 openMintTimestamp, bytes32 merkleRoot)
setTreasury(address treasuryAddress)
transferOwnership(address newOwner)
withdraw()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
ProducerPassBought(uint256 episodeId, address indexed account, uint256 amount)
constructor(address producerPassContract_, address treasury_)
This contract contains no fallback and receive objects.
This contract contains no error objects.