Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "Mooar"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17318936 | a year ago | | | 0 | 0.0037169634 | |
| 16859976 | 2 years ago | | | 0 | 0.0012733754 | |
| 16724209 | 2 years ago | | | 0 | 0.0018903481 | |
| 16707224 | 2 years ago | | | 0 | 0.00079061881 | |
| 16706941 | 2 years ago | | | 0 | 0.0031308259 | |
| 16706911 | 2 years ago | | | 0 | 0.0029217934 | |
| 16706874 | 2 years ago | | | 0 | 0.0022768554 | |
| 16706847 | 2 years ago | | | 0 | 0.0023004695 | |
| 16706730 | 2 years ago | | | 0 | 0.0023155719 | |
| 16706707 | 2 years ago | | | 0 | 0.0023333100 |
ABI
ABI objects
Getter at block 21171006
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
NFT_MANAGER() view returns (bytes32)
0x8972b9d3322325818f1215107c5cad20b0d1bd8a19dd8c3113a4cda650cdfe63
Read-only
NFTs(address) view returns (address creator, bytes32 seasonId, uint32 maxSupply, uint256 votingCost, uint256 creatorFund)
Seasons(bytes32) view returns (address voteToken, address vault, bytes32 secret, bytes32 revealKey, bytes32 refundMerkleRoot, uint256 voteStartingTime, uint256 voteEndingTime, uint256 redeemRefundTime, uint256 unitPrice, uint256 addressMaxVotingCost)
cidNFTAddresses(bytes32) view returns (address)
getNFTCreator(address nft) view returns (address)
getRoleAdmin(bytes32 role) view returns (bytes32)
getVault(bytes32 seasonId) view returns (address)
getVotes(bytes32 seasonId, uint32 offset, uint32 step, struct MooarVote[] results) view returns (struct MooarVote[])
getVotesCount(bytes32 seasonId) view returns (uint256)
hasRole(bytes32 role, address account) view returns (bool)
seasonVoterCost(bytes32, address) view returns (uint256)
seasonVoterRefunded(bytes32, address) view returns (bool)
seasonVotes(bytes32, uint256) view returns (address voter, bytes32 votingSecret, uint256 votingFee)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events collectFund(bytes32 seasonId, address nft)
grantRole(bytes32 role, address account)
initNFT(bytes32 seasonId, bytes32 collectionId, string name, string symbol, string baseURI, string tokenSuffix, address nftCreator, uint256 votingCost, uint256 directMintETHCost, address directMintBaseToken, uint256 directMintCost, uint32 nftMaxSupply)
initSeason(address voteToken, bytes32 seasonId, bytes32 secret, uint256 voteStartingTime, uint256 voteEndingTime, uint256 unitPrice, uint256 addressMaxVotingCost)
refund(bytes32 seasonId, uint256 refundFee, bytes32[] proof)
renounceRole(bytes32 role, address account)
reveal(bytes32 seasonId, bytes32 revealKey, bytes32 refundMerkleRoot, uint256 redeemRefundTime, uint256 unfreezeMintTime, uint256 priorityMintTime, uint256 directMintTime, struct MooarNFTLaunchResult[] nftLaunchResults)
revokeRole(bytes32 role, address account)
vote(bytes32 seasonId, bytes32 votingSecret, uint256 votingCost)
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()
This contract contains no fallback and receive objects.
This contract contains no error objects.