LilVillainsMinter
Verified contract
Active on
Ethereum with 2,400 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "LilVillainsMinter"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16268987 | 2 years ago | | | 0 | 0.00033669000 | |
| 16198008 | 2 years ago | | | 0 | 0.0040074790 | |
| 16197986 | 2 years ago | | | 0 | 0.0011846837 | |
| 16197869 | 2 years ago | | | 0 | 0.0022136075 | |
| 16189757 | 2 years ago | | | 0.2 | 0.0024051270 | |
| 16189323 | 2 years ago | | | 0.2 | 0.0022727825 | |
| 16189315 | 2 years ago | | | 0.2 | 0.0024326180 | |
| 16189152 | 2 years ago | | | 1 | 0.0047691196 | |
| 16188472 | 2 years ago | | | 0.2 | 0.0021944966 | |
| 16188248 | 2 years ago | | | 0.4 | 0.0027395273 |
ABI
ABI objects
Getter at block 21158173
owner() view returns (address)
0x06cbc97e60b3fae6e364e080651b31bce1b15ea9
paused() view returns (bool)
false
Read-only
This contract contains no read-only function objects.
State-modifying
Events mint(uint32 selectedAmountToMint, uint32 signedAmount, bytes32[] proofs, bytes signature) payable
pause()
rawFulfillRandomWords(uint256 requestId, uint256[] randomWords)
renounceOwnership()
requestRandomWords()
setBaseAttributesOfNfts(struct NFTBaseAttributesRequest nFTBaseAttributesRequest, bytes signature)
setBaseAttributesOfNftsByOwner(struct NFTBaseAttributesRequest nFTBaseAttributesRequest)
setLilCollection(address lilVillainsAddress)
setStage(string name, uint256 price, uint32 maxAmount, bytes32 merkleRoot)
transferOwnership(address newOwner)
unpause()
BatchMintExecuted(address owner, uint256[] tokenIds, string stage)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
SeedNumberAssigned()
Unpaused(address account)
constructor(uint64 chainLinkSubsId_, address vrfCoordinator, bytes32 chainLinkKeyHash_)
This contract contains no fallback and receive objects.
OnlyCoordinatorCanFulfill(address have, address want)
SeedNumberShouldBeSet()
SeedNumberShouldntBeSet()