RandomMinter
Verified contract
Active on
Ethereum with 2,876 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x2895…0cd6
Balances ($0.00)
No balances found for "RandomMinter"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16890480 | 2 years ago | | | 0 | 0.00057518177 | |
| 16888816 | 2 years ago | | | 0 | 0.00029425575 | |
| 16880570 | 2 years ago | | | 0 | 0.00057892594 | |
| 16880398 | 2 years ago | | | 0 | 0.0018485256 | |
| 16880272 | 2 years ago | | | 0 | 0.0020814300 | |
| 16880210 | 2 years ago | | | 0 | 0.0017776072 | |
| 16880123 | 2 years ago | | | 0 | 0.0016737197 | |
| 16880058 | 2 years ago | | | 0 | 0.0020313851 | |
| 16880056 | 2 years ago | | | 0 | 0.0019873435 | |
| 16879989 | 2 years ago | | | 0 | 0.0017395137 |
ABI
ABI objects
Getter at block 21225326
NFTCollection() view returns (address)
0x2895509d9fb161577b58ceb76d71ef9fb85e0cd6
cost() view returns (uint256)
0
maxAmount0() view returns (uint256)
1111
maxAmount1() view returns (uint256)
1111
maxAmount2() view returns (uint256)
1111
maxSupply() view returns (uint256)
3333
merkleRoot() view returns (bytes32)
0x7cc6338ba814ad7addaa22e07fb1b682ade9c930789912a396094a66c772b346
mintedAmount0() view returns (uint256)
949
mintedAmount1() view returns (uint256)
961
mintedAmount2() view returns (uint256)
940
owner() view returns (address)
0xa6eeddcd3a1a3cad0d0192ac50630afb2e75a112
paused() view returns (bool)
true
totalMinted() view returns (uint256)
2850
withdrawAddress() view returns (address)
0xe72301c175e589ee2f94e77c40a2e37096a771d0
Read-only
allowlistUserAmount(address) view returns (uint256)
userMintedAmount(address) view returns (uint256)
State-modifying
Events mint(uint256 _maxMintAmount, bytes32[] _merkleProof) payable
renounceOwnership()
setCost(uint256 _newCost)
setMaxMintAmount(uint256 _maxAmount0, uint256 _maxAmount1, uint256 _maxAmount2)
setMerkleRoot(bytes32 _merkleRoot)
setNFTCollection(address _address)
setPause(bool _state)
setWithdrawAddress(address _withdrawAddress)
transferOwnership(address newOwner)
withdraw() payable
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.