0x60ccbe56bdaac6052ce5caaf0202e76ab6d936cf
Verified contract
Proxy
Active on
Ethereum with 6,634 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xd574…bcd8
Balances ($0.00)
No balances found for "0x60ccbe56bdaac6052ce5caaf0202e76ab6d936cf"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18133046 | a year ago | | | 0 | 0.00083383386 | |
| 18133046 | a year ago | | | 0 | 0.00083369013 | |
| 18133046 | a year ago | | | 0 | 0.00083369013 | |
| 18048527 | a year ago | | | 0 | 0.00076692177 | |
| 18048526 | a year ago | | | 0 | 0.00076168870 | |
| 18048524 | a year ago | | | 0 | 0.00074525896 | |
| 18048522 | a year ago | | | 0 | 0.00077383036 | |
| 18048520 | a year ago | | | 0 | 0.00078453038 | |
| 18048517 | a year ago | | | 0 | 0.00072771568 | |
| 18048515 | a year ago | | | 0 | 0.00078457326 |
ABI
ABI objects
Getter at block 21263895
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
PLATFORM_ADMIN() view returns (bytes32)
0x4ff52032f36e32ac782042a01802e20394d4255c84a3c046490be98ab632691b
REVIEW_ADMIN() view returns (bytes32)
0x276bb9fc5b276fb81676f47c8e6f3abbd79776961bb5ed6ed9c7f23a66ca079a
epsRegister() view returns (address)
0x888888888888660f286a7c06cfa3407d09af44b2
factory() view returns (address)
0xa2bb8b4fcfa7abcc726e553de1406d0e77b25f0f
initialised() view returns (bool)
true
listMerkleRoot() view returns (bytes32)
0x1b542345230ec5a3f25bc72832f0e8c877c6661b76fff76b7250dad5ec655506
listMintStatus() view returns (uint8 status)
3
messageValidityInSeconds() view returns (uint80)
1800
metadropOracleAddress() view returns (address)
0x877cd7077c794b3bf0601beb1933bc349d8208fd
nftContract() view returns (address)
0xd57474e76c9ebecc01b65a1494f0a1211df7bcd8
pauseCutoffInDays() view returns (uint32)
90
paused() view returns (bool)
false
phaseEnd() view returns (uint32)
1679961600
phaseMaxSupply() view returns (uint32)
6758
phaseMintStatus() view returns (uint8 status)
3
phaseQuantityMinted() view returns (uint32)
6170
phaseStart() view returns (uint32)
1679947200
useEPS() view returns (bool)
true
useOracleToAntiSybil() view returns (bool)
true
vestingContract() view returns (address)
0x0b301d6da46a2e94a8b52e1df681b772159b2a91
Read-only
checkAllocation(uint256 position_, uint256 quantityEligible_, uint256 unitPrice_, bytes32[] proof_, address addressToCheck_) view returns (uint256 allocation, uint8 statusCode)
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
listAllocationMinted(address) view returns (uint256)
merkleListValid(address addressToCheck_, uint256 position_, uint256 quantityEligible_, bytes32[] proof_, uint256 unitPrice_, bool paymentValid_) view returns (bool success, address allowanceAddress)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events grantRole(bytes32 role, address account)
initialisePrimarySaleModule(address initialInstanceOwner_, address projectOwner_, address vesting_, bytes configData_, uint256 pauseCutoffInDays_, address metadropOracleAddress_, uint80 messageValidityInSeconds_)
listMint(uint256 position_, uint256 quantityEligible_, uint256 quantityToMint_, uint256 unitPrice_, bytes32[] proof_, address recipient_, uint256 messageTimeStamp_, bytes32 messageHash_, bytes messageSignature_) payable
pause()
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
setAntiSybilOff()
setAntiSybilOn()
setEPSOff()
setEPSOn()
setList(bytes32 merkleRoot_)
setMetadropOracleAddress(address metadropOracleAddress_)
setNFTAddress(address nftContract_)
setPhaseEnd(uint32 phaseEnd_)
setPhaseMaxSupply(uint32 phaseMaxSupply_)
setPhaseStart(uint32 phaseStart_)
setVestingContractAddress(address vestingContract_)
transferPlatformAdmin(address newPlatformAdmin_)
transferProjectOwner(address newProjectOwner_)
unpause()
withdrawContractETHBalance()
withdrawERC20(address token_, uint256 amount_)
withdrawETH(uint256 amount_)
MerkleRootSet(bytes32 merkleRoot)
Paused(address account)
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)
Unpaused(address account)
This contract contains no constructor objects.
fallback()
receive()
AddressAlreadySet()
AlreadyInitialised()
CallerIsNotDefaultAdmin(address caller)
CallerIsNotPlatformAdmin(address caller)
CallerIsNotPlatformAdminOrFactory(address caller)
CallerIsNotPlatformAdminOrProjectOwner(address caller)
CallerIsNotProjectOwner(address caller)
CallerIsNotReviewAdmin(address caller)
CannotSetToZeroAddress()
IncorrectPayment()
InvalidOracleSignature()
OracleSignatureHasExpired()
ParametersDoNotMatchSignedMessage()
ProofInvalid()
QuantityExceedsPhaseRemainingSupply(uint256 requested, uint256 remaining)
RequestingMoreThanRemainingAllocation(uint256 previouslyMinted, uint256 requested, uint256 remainingAllocation)
ThisMintIsClosed()
TransferFailed()