RandomMinter
Verified contract
Active on
Ethereum with 254 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) |
---|---|---|---|---|---|---|---|
| 18227118 | a year ago | | | 0 | 0.00064417407 | |
| 18224985 | a year ago | | | 0 | 0.0011269258 | |
| 18224111 | a year ago | | | 0 | 0.0013509516 | |
| 18220566 | a year ago | | | 0 | 0.0019912908 | |
| 18220470 | a year ago | | | 0 | 0.0022606429 | |
| 18219653 | a year ago | | | 0 | 0.0017229966 | |
| 18217997 | a year ago | | | 0 | 0.0010934101 | |
| 18217534 | a year ago | | | 0 | 0.0011600893 | |
| 18216764 | a year ago | | | 0 | 0.0011340425 | |
| 18216260 | a year ago | | | 0 | 0.0012271527 |
ABI
ABI objects
Getter at block 21228253
NFTCollection() view returns (address)
0x2895509d9fb161577b58ceb76d71ef9fb85e0cd6
cost() view returns (uint256)
0
maxAmount0() view returns (uint256)
240
maxAmount1() view returns (uint256)
240
maxAmount2() view returns (uint256)
240
maxSupply() view returns (uint256)
720
merkleRoot() view returns (bytes32)
0xf9c5c95af0e9994a16a694d94351f56d292ca815d4e55a3063fe7b3e7748f38c
mintedAmount0() view returns (uint256)
76
mintedAmount1() view returns (uint256)
79
mintedAmount2() view returns (uint256)
97
owner() view returns (address)
0xa6eeddcd3a1a3cad0d0192ac50630afb2e75a112
paused() view returns (bool)
true
totalMinted() view returns (uint256)
252
withdrawAddress() view returns (address)
0xdecf4b112d4120b6998e5020a6b4819e490f7db6
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.