LingoRewardsBaseRaffle

Verified contract

Active on Base with 638,551 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"

0xedd8ce65b7b1838c2310cc70c8ae7cc518b37a61fd96f84de905160e366e2df8
0x1a8c666d6b1456381e27ec85464ced1aa3578113ee97bd4ab685869ba4ca4c16
0x7a2c2d067e0a4eae5ab9560ad441d10352a63a388d24c7c590632ac4fd2899df
0xe1125ce3dcae75409ae5ff16d5e42797d8a88a8f3c196548383bff5b7803454d
0x820d10f24c224d562c84bf7f406c3efc9e40e7934e0be58558d1e682e4c9820c
0x492e49d83746c9114ac96e265b3b09878a80087be127f59f2a93c161f83415c5
0x03497ec537ae5fb6fed7661aed510e9aec8c6008bce930127cf927b6bf6605f3
0xca7f9c972aeeaf25524c0c922df526c2e7d8dc32d0138922f23e38e6b1dfcf9c
0x3c6ec18afa5b48c1badcf2094978a6ddad82aea08e0ca1345772fabf370b9eb4
0x7cfd149d10a5fa2857c7c46e94d20b8b80ecdb1830e56f52150c0dd069184ffd

Functions
Getter at block 22714255
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(