MintingModule
Verified contract
Active on
Ethereum with 45,246 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xa3b9…e14e
Balances ($0.00)
No balances found for "MintingModule"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19814739 | 7 months ago | | | 0 | 0.00011499250 | |
| 19814739 | 7 months ago | | | 0 | 0.00011495050 | |
| 19814735 | 7 months ago | | | 0 | 0.00011485295 | |
| 19814501 | 7 months ago | | | 0 | 0.00011608767 | |
| 19093948 | 10 months ago | | | 0 | 0.00037607443 | |
| 18301844 | a year ago | | | 0 | 0.00015507560 | |
| 18301627 | a year ago | | | 0 | 0.00015507560 | |
| 18295405 | a year ago | | | 0 | 0.00015853950 | |
| 18295170 | a year ago | | | 0 | 0.00016177500 | |
| 16858902 | 2 years ago | | | 0 | 0.00038797200 |
ABI
ABI objects
Getter at block 21262159
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
allowlistMintEnabled() view returns (bool)
false
decagon() view returns (address)
0xd93206bd0062cc054e397ecccdb8436c3fa5700e
hashingModule() view returns (address)
0xa3b92fe58563ce841f50df08293237e4c866e14e
merkleRoot() view returns (bytes32)
0x5380c7b7ae81a58eb98d9c78de4a1fd7fd9535fc953ed2be602daaa41767312a
publicMintEnabled() view returns (bool)
false
Read-only
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
minted(address) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events grantRole(bytes32 role, address account)
mintAllowlistedDecagon(bytes32[] _merkleProof)
mintDecagon()
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
setHashingModule(address newHashingModuleContractAddress)
setMerkleRoot(bytes32 merkleRoot_)
toggleAllowlistMintEnabled()
togglePublicMintEnabled()
AllowlistMintToggled()
HashingModuleSet(address indexed newHashingModule)
MerkleRootSet(bytes32 indexed newMerkleRoot)
PubilcMintToggled()
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)
constructor(address decagonContractAddress, address HashingModuleContractAddress)
This contract contains no fallback and receive objects.
AddressAlreadyMinted()
AllowlistMintingDisabled()
ProofInvalidOrNotInAllowlist()
PublicMintingDisabled()