WhitelistedNFTSale
Verified contract
Active on
Ethereum with 7,349 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "WhitelistedNFTSale"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14468370 | 3 years ago | | | 0.145 | 0.00061511297 | |
| 14234976 | 3 years ago | | | 0.29 | 0.0017798981 | |
| 14234949 | 3 years ago | | | 0.29 | 0.0013352939 | |
| 14232698 | 3 years ago | | | 0.29 | 0.030368485 | |
| 14232694 | 3 years ago | | | 0.29 | 0.0023810798 | |
| 14225298 | 3 years ago | | | 0.29 | 0.0023489567 | |
| 14222353 | 3 years ago | | | 0.145 | 0.0017272727 | |
| 14222316 | 3 years ago | | | 0.29 | 0.0015431449 | |
| 14217917 | 3 years ago | | | 0.145 | 0.0015711068 | |
| 14217488 | 3 years ago | | | 0.29 | 0.0088307861 |
ABI
ABI objects
Getter at block 21257087
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
FUNDS_CLAIMER_ROLE() view returns (bytes32)
0xdf973782cb8d395db16136364c3b3e9ed6ae935bf3814049b59a7a5f116e5599
MERKLE_ROOT_SETTER_ROLE() view returns (bytes32)
0xc0bf15dbb0f0734a6d6a9d4c228810b2546966255459f10a1ac1b4ceed090474
NFT() view returns (address)
0x9eeaecbe2884aa7e82f450e3fc174f30fc2a8de3
capPerUser() view returns (uint256)
2
endTime() view returns (uint256)
1645444800
idOffset() view returns (uint256)
375
merkleRoot() view returns (bytes32)
0x0a639262d2add0a4f42754eb407a58cdf0a7ede8f6df75875e075c1882226238
price() view returns (uint256)
145000000000000000
saleCap() view returns (uint256)
8425
startTime() view returns (uint256)
1644840000
totalSold() view returns (uint256)
8425
Read-only
getRoleAdmin(bytes32 role) view returns (bytes32)
getRoleMember(bytes32 role, uint256 index) view returns (address)
getRoleMemberCount(bytes32 role) view returns (uint256)
hasRole(bytes32 role, address account) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
userBought(address) view returns (uint256)
State-modifying
Events buy(uint256 _amount, address _receiver, bytes32[] _proof) payable
claimFunds(address _receiver)
grantRole(bytes32 role, address account)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
setMerkleRoot(bytes32 _merkleRoot)
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(bytes32 _merkleRoot, uint256 _startTime, uint256 _endTime, address _NFT, uint256 _saleCap, uint256 _capPerUser, uint256 _price, uint256 _idOffset)
This contract contains no fallback and receive objects.
ConstructorParamError(string param)
InsufficientETHError()
MerkleProofVerificationError()
OnlyFundsClaimerError()
OnlyMerkleRootSetterError()
SaleEndedError()
SaleNotStartedError()
ZeroMintError()