RAREPassGiveaway

Verified contract

Active on Ethereum with 258 txns
Deployed by via 0x37dcaaa1 at 15914497
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "RAREPassGiveaway"

0x5c800f2f6e22e9e5a7bc6a859b476a9f34b11305e195c68b980ec5a9ffd0bc53
0x2ff959d65a48d1e7421fc5868f519ab65b6a6d80ced414a629a001d79e40fc2d
0x0ce3cd37c1f68f315b7bda50892c3f9beefac2d5b52800f0e371d7420a33a730
0x2bea3f676dd90bf30695be68ef8ba084025aeff2040f9b448032cbd6e6b3abd0
From
0xb50eee6c056c352bca8a4985433c7940943c288a2e25dcd8b663cdd26afb9fcb
0x71ef3e60ac1d6acf81a48f74bb9b94973e453b258c93cdcb98f4e574478e0e74
0x4e6bfebe8ba5a24c6f90004525245d53e97a1a1c93875f484ffcbab9b16e7fae
0x5146aa91a2d73fd7e4f5a2772a1cd85616daa5a8c9cd62751c0deb81a48ecfbc
0x379102ff1275d2010e2e0054ff2d01df8ce9e0eeff67ade09c21495536c88eb1
0x6d8297920dfa274c9ee9f0d04cd3264bdb50fe4f230f0e6ec563251fc63970ea

Functions
Getter at block 21338926
coordinator(view returns (address)
0x271682deb8c4e0901d1a1550ad2e64d568e69909
merkleRoot(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
owner(view returns (address)
0x0dbe5e8eff027f121779e8390e6b3edfbab73bd5
Read-only
hasEntered(address userview returns (bool)
State-modifying
enter(bytes32[] merkleProof
rawFulfillRandomWords(uint256 requestIduint256[] 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
Events
Enter(address indexed user
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
RandomnessFulfilled(uint256 indexed requestId
Winner(address indexed winner
Constructor
constructor(bytes32 keyHashuint64 subscriptionIduint16 requestConfirmationsuint32 callbackGasLimituint32 numWordsaddress vrfCoordinatorbytes32 root
Fallback and receive

This contract contains no fallback and receive objects.

Errors
OnlyCoordinatorCanFulfill(address haveaddress want