RAREPassGiveaway
Verified contract
Active on
Ethereum with 258 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 "RAREPassGiveaway"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15948111 | 2 years ago | | | 0 | 0.0014907078 | |
| 15948098 | 2 years ago | | | 0 | 0.0021549958 | |
| 15947836 | 2 years ago | | | 0 | 0.00081634146 | |
| 15947809 | 2 years ago | | | 0 | 0.0024534248 | |
| 15947655 | 2 years ago | | | 0 | 0.0037601208 | |
| 15947574 | 2 years ago | | | 0 | 0.0048237590 | |
| 15947377 | 2 years ago | | | 0 | 0.0082025336 | |
| 15947334 | 2 years ago | | | 0 | 0.0054964628 | |
| 15947215 | 2 years ago | | | 0 | 0.0014696915 | |
| 15947181 | 2 years ago | | | 0 | 0.0015103881 |
ABI
ABI objects
Getter at block 21336095
coordinator() view returns (address)
0x271682deb8c4e0901d1a1550ad2e64d568e69909
merkleRoot() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
owner() view returns (address)
0x0dbe5e8eff027f121779e8390e6b3edfbab73bd5
Read-only
hasEntered(address user) view returns (bool)
State-modifying
Events enter(bytes32[] merkleProof)
rawFulfillRandomWords(uint256 requestId, uint256[] randomWords)
renounceOwnership()
requestRandomness()
selectWinners()
setCallbackGasLimit(uint32 newCallbackGasLimit)
setKeyHash(bytes32 newKeyHash)
setMerkleRoot(bytes32 newMerkleRoot)
setNumWords(uint32 newNumWords)
setRequestConfirmations(uint16 newRequestConfirmations)
setSubscriptionId(uint64 newSubscriptionId)
transferOwnership(address newOwner)
Enter(address indexed user)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RandomnessFulfilled(uint256 indexed requestId)
Winner(address indexed winner)
constructor(bytes32 keyHash, uint64 subscriptionId, uint16 requestConfirmations, uint32 callbackGasLimit, uint32 numWords, address vrfCoordinator, bytes32 root)
This contract contains no fallback and receive objects.
OnlyCoordinatorCanFulfill(address have, address want)