LookBookMintingModule
Verified contract
Active on
Ethereum with 700 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xd2a0…817c
Balances ($0.00)
No balances found for "LookBookMintingModule"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15417102 | 2 years ago | | | 0 | 0.090221625 | |
| 15411480 | 2 years ago | | | 0 | 0.00028880440 | |
| 15410919 | 2 years ago | | | 0.3 | 0.00048754339 | |
| 15410918 | 2 years ago | | | 0.3 | 0.00044650694 | |
| 15410918 | 2 years ago | | | 0.6 | 0.00044839809 | |
| 15410918 | 2 years ago | | | 0.3 | 0.00044650694 | |
| 15410918 | 2 years ago | | | 0.3 | 0.00044650694 | |
| 15410918 | 2 years ago | | | 0.6 | 0.00044878936 | |
| 15410918 | 2 years ago | | | 0.9 | 0.00046490578 | |
| 15410918 | 2 years ago | | | 0.9 | 0.00054790978 |
ABI
ABI objects
Getter at block 21157509
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
MAX_CLAIM_WINDOW_2() view returns (uint256)
10
admitOne() view returns (address)
0xd2a077ec359d94e0a0b7e84435eacb40a67a817c
getMintState() view returns (uint256)
3
lookbook() view returns (address)
0xfd09eb152263488dc5e4654d9f91f0aebee45423
mintPrice() view returns (uint256)
300000000000000000
publicSupplyRemaining() view returns (uint256)
0
teamSupplyRemaining() view returns (uint256)
0
Read-only
canMintWindow1(uint256[] a1TokenIds) view returns (bool[])
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
mintedWindow1(uint256) view returns (bool)
mintedWindow2(uint256) view returns (uint256)
sizeSelection(uint256) view returns (uint8)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events grantRole(bytes32 role, address account)
mint(uint256[] a1TokenIds, uint8[] sizes) payable returns (uint256[])
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
setMintState(uint256 newMintState)
teamMint(uint8[] sizes) returns (uint256[])
withdraw()
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)
SizeSelection(address indexed holderAddress, uint256[] lookbookTokenIds, uint8[] sizes)
Withdraw(uint256 value, address indexed withdrawnBy)
constructor(address lookbookAddress, address admitOneAddress, uint256 price, uint256 initialTeamSupply, uint256 initialPublicSupply)
This contract contains no fallback and receive objects.
This contract contains no error objects.