Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
(#1906) | BAYC | ERC-721 | 1 | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20265356 | 5 months ago | | | 0 | 0.00018457633 | |
| 19061466 | 10 months ago | | | 0 | 0.0016686819 | |
| 18450455 | a year ago | | | 0 | 0.0033388355 | |
| 18224196 | a year ago | | | 0 | 0.0014688999 | |
| 17886363 | a year ago | | | 0 | 0.0022820547 | |
| 17868051 | a year ago | | | 0 | 0.0017535795 | |
| 17868047 | a year ago | | | 0 | 0.0018478824 | |
| 17868034 | a year ago | | | 0 | 0.0017840946 | |
| 17868011 | a year ago | | | 0 | 0.0015588999 | |
| 17868006 | a year ago | | | 0 | 0.0018208743 |
ABI
ABI objects
Getter at block 21286136
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
MINT_SIGNER() view returns (bytes32)
0x9c0216d63c69b849e4429e7dcadc07b867718eefd5e162f0472528af97c68c92
NFT_MANAGER() view returns (bytes32)
0x8972b9d3322325818f1215107c5cad20b0d1bd8a19dd8c3113a4cda650cdfe63
Read-only
NFTs(address) view returns (address creator, bytes32 seasonId, uint32 maxSupply, uint32 directMintTime, uint32 currentMintIdx, uint32 currentSupply, uint256 nftPrice, uint256 creatorFund)
SeasonMerkleRoot(bytes32) view returns (bytes32)
SeasonRedeemInfo(bytes32) view returns (uint256)
Seasons(bytes32) view returns (bytes32 secret, bytes32 revealKey, uint32 unfreezeUpdateNftTime, address vault)
cidNFTAddresses(bytes32) view returns (address)
getNFTCreator(address nft) view returns (address)
getRoleAdmin(bytes32 role) view returns (bytes32)
getVault(bytes32 seasonId) view returns (address)
hasRole(bytes32 role, address account) view returns (bool)
leafRefunded(bytes32) view returns (bool)
seasonVoterCost(bytes32, address) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events collectFund(bytes32 seasonId, address nft)
directMint(address nftAddress, uint32 mintNum, uint256 validBefore, bytes signature)
grantRole(bytes32 role, address account)
initNFT(bytes32 seasonId, bytes32 collectionId, string name, string symbol, string baseURI, string tokenSuffix, address nftCreator, uint256 nftPrice, uint32 nftMaxSupply)
initSeason(bytes32 seasonId, bytes32 secret, uint32 voteStartingTime, uint32 voteEndingTime)
redeem(bytes32 seasonId, bytes32 leafId, uint256 refundFee, address[] nfts, uint32[] tokenNums, uint32[] tokenIds, bytes32[] proofs)
renounceRole(bytes32 role, address account)
reveal(bytes32 seasonId, bytes32 revealKey, bytes32 redeemMerkleRoot, uint32 redeemTime, uint32 unfreezeUpdateNftTime, struct MooarNFTLaunchResult[] nftLaunchResults)
revokeRole(bytes32 role, address account)
updateNftInfo(address nftAddress, uint32 currentSupply, uint256 votingCost)
vote(bytes32 seasonId, bytes32[] votingSecrets, uint256[] votingCosts)
InitNFTEvent(address indexed nft)
InitSeasonEvent(address indexed vault)
RefundEvent(address indexed voter, bytes32 indexed seasonId, uint256 refundAmount)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
VoteEvent(address indexed voter, bytes32 indexed seasonId, bytes32 votingSecret, uint256 votingFee)
constructor(address voteToken, uint256 votingBaseUnit, uint256 votingMaxCostPerAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.