0xfd17571552c409609aef445ca97fc05ba6eea73f

Verified contract

Proxy

Active on Ethereum with 4,090 txns
Deployed by via 0xa52340ac at 17065771
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "0xfd17571552c409609aef445ca97fc05ba6eea73f"

0x6cd982a5adaa785f669a95fdf77de98c6eb03ae40383c21e9d5ef14e8c19489e
0xb2e0b58d5418dee8bcd38065a5425f89bf1972f336609d12121d6dd77f34f8bb
0x417321eb7bfcb246ae4fc6ae4c6e97b473185dfe465c6455938239c729df67cf
0xacf34190220e2c2cdb3a50c0b8b45262b2f785c5e332170ac133295a8c0e1936
0x42f33cb99539e35a8871586c8d28286c4e064e2b91834574dacb323a5f2fdf37
0xf3a9d6d6acc5ffeb0668ccc284f68e183f0a26db5f808fcd5a24d2f6b94c3c88
0x0b1897d3dbacd209f1ba150c4af323b992dbb1752dc920cb98016dfa4fb49438
0xe4f6857721d89535b1cc78aee3ba09b3a917d7961b5c883e25a8beb12d77787e
0xf8afc8aa76ba0a5c64dbada0aaaa8c4601d24b01cea448b53c4cc5c4799697d5
0xa5a15c3dc7add4ea9c341fc29fad91c11c5c860986f158a28c86a79593f2189b
From

Functions
Getter at block 20869772
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)
0xd2390dd453208610eda3e084c906eea15b9effd67a8e1554c45069f0363da28f
listMintStatus(view returns (uint8 status)
3
messageValidityInSeconds(view returns (uint80)
1800
metadropOracleAddress(view returns (address)
0x877cd7077c794b3bf0601beb1933bc349d8208fd
nftContract(view returns (address)
0x9714cf4cd4d494fa5c280b5345b0bc970e059f0e
pauseCutoffInDays(view returns (uint32)
90
paused(view returns (bool)
false
phaseEnd(view returns (uint32)
1681844400
phaseMaxSupply(view returns (uint32)
5959
phaseMintStatus(view returns (uint8 status)
3
phaseQuantityMinted(view returns (uint32)
3995
phaseStart(view returns (uint32)
1681758000
useEPS(view returns (bool)
true
useOracleToAntiSybil(view returns (bool)
false
vestingContract(view returns (address)
0xe0c9342ad90c7e5c673925ba53246026c19f080f
Read-only
checkAllocation(uint256 position_uint256 quantityEligible_uint256 unitPrice_bytes32[] proof_address addressToCheck_view returns (uint256 allocationuint8 statusCode)
getRoleAdmin(bytes32 roleview returns (bytes32)
hasRole(bytes32 roleaddress accountview returns (bool)
listAllocationMinted(addressview returns (uint256)
merkleListValid(address addressToCheck_uint256 position_uint256 quantityEligible_bytes32[] proof_uint256 unitPrice_bool paymentValid_view returns (bool successaddress allowanceAddress)
supportsInterface(bytes4 interfaceIdview returns (bool)
State-modifying
grantRole(bytes32 roleaddress 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 roleaddress account
revokeRole(bytes32 roleaddress 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_
Events
MerkleRootSet(bytes32 merkleRoot
Paused(address account
RoleAdminChanged(bytes32 indexed rolebytes32 indexed previousAdminRolebytes32 indexed newAdminRole
RoleGranted(bytes32 indexed roleaddress indexed accountaddress indexed sender
RoleRevoked(bytes32 indexed roleaddress indexed accountaddress indexed sender
Unpaused(address account
Constructor

This contract contains no constructor objects.

Fallback and receive
fallback(
receive(
Errors
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 requesteduint256 remaining
RequestingMoreThanRemainingAllocation(uint256 previouslyMinteduint256 requesteduint256 remainingAllocation
ThisMintIsClosed(
TransferFailed(