LingoRewardsBaseRaffle

Verified contract

Active on Base with 130,011 txns
Deployed by via 0x8fac2d27 at 21226743
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "LingoRewardsBaseRaffle"

0x6ac9183298baddd3129250aac2fb2744e48f8eeb82f8630200cdd375e876094f
0x63810cc5ef3bf24a640de08f3ac91cb3fe4107f3db1cf17730d6e469f2d5c75c
0xf1b645bb06c8a39dd5685670dd6c3c7ba3f867336fd45770ffd1def156210d83
0x32ed20befe802df801f8af514ca839c3f26d2c71c36b37d8fbce1fe59411fe7c
0xad9c22f4f063668547d578c4a1ffdb7d78218245d721cee27ec21ae637e50783
0x3c12ee1dfdc3033f61a2b6701ba73e854a93db8f4751e00103ab6a6b223a351f
0x71d6d87bfba9282f411e6168a3b34e7c58a5e5f5fc515c132111aa6cdce25c05
0x86e583283418704cf3330f46e42a2cc6e7f68c10cd7f21d84b65a1827d87ba82
0x47e61a2981cc4314778b9ea828c072695ccd240cd681fb8202f13e7000e67811
0x9d92053b8c0de4f11c7ed1b13fc62b0717a3f346303e69763ef4e38a34f1f692

Functions
Getter at block 21736299
owner(view returns (address)
0x5e352ee300372f3acccf34c0686209f1902ad448
paused(view returns (bool)
false
Read-only
getPlayerAmount(bytes32 raffleIdaddress accountview returns (uint256)
getRaffleCommitmentOpened(bytes32 keyview returns (bool)
getRaffleCurrentRandomness(bytes32 keyview returns (bytes32)
getRaffleExists(bytes32 keyview returns (bool)
getRaffleRandomnessCommitment(bytes32 keyview returns (bytes32)
getTotalSum(bytes32 keyview returns (uint256)
State-modifying
crackTheEgg(bytes data
getRaffleTickets(bytes32 raffleIdaddress accountuint256 amountuint256 noncestruct LingoRewardsBaseRaffleSignature signaturebytes32 randomness
getWinner(bytes32 raffleIdbytes randomnessOpeningreturns (address)
newRaffle(bytes32 raffleIdbytes32 randomnessCommitment
pause(
renounceOwnership(
setSigner(address _signer
transferOwnership(address newOwner
unpause(
Events
CrackTheEgg(address senderuint256 timestampbytes data
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Paused(address account
PlayerAmountIncreased(bytes32 indexed raffleIdaddress indexed playeruint256 amountuint256 nonce
RaffleCreated(bytes32 indexed raffleIdbytes32 randomnessCommitment
Unpaused(address account
WinnerDeclared(bytes32 indexed raffleIdaddress winner
Constructor
constructor(address initialOwneraddress initialSigner
Fallback and receive

This contract contains no fallback and receive objects.

Errors
CommitmentAlreadyOpened(
ECDSAInvalidSignature(
ECDSAInvalidSignatureLength(uint256 length
ECDSAInvalidSignatureS(bytes32 s
EnforcedPause(
ExpectedPause(
GameNotConcluded(
InvalidNonce(
InvalidRaffleId(
InvalidRandomnessOpening(
InvalidSignature(
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account
RaffleAlreadyExists(
RaffleDoesNotExist(