LingoRewardsBaseRaffle
Verified contract
Active on
Base with 638,551 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 "LingoRewardsBaseRaffle"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22714255 | a few seconds ago | | | 0 | 0.0000037988244 | |
| 22714254 | a few seconds ago | | | 0 | 0.0000030118975 | |
| 22714254 | a few seconds ago | | | 0 | 4.9696789e-7 | |
| 22714253 | a few seconds ago | | | 0 | 0.0000028654251 | |
| 22714251 | a few seconds ago | | | 0 | 4.9313619e-7 | |
| 22714251 | a few seconds ago | | | 0 | 0.0000030131826 | |
| 22714251 | a few seconds ago | | | 0 | 0.0000030132239 | |
| 22714249 | a few seconds ago | | | 0 | 0.0000046265293 | |
| 22714246 | a few seconds ago | | | 0 | 4.9373117e-7 | |
| 22714246 | a few seconds ago | | | 0 | 4.9457309e-7 |
ABI
ABI objects
Getter at block 22714255
owner() view returns (address)
0x5e352ee300372f3acccf34c0686209f1902ad448
paused() view returns (bool)
false
Read-only
getPlayerAmount(bytes32 raffleId, address account) view returns (uint256)
getRaffleCommitmentOpened(bytes32 key) view returns (bool)
getRaffleCurrentRandomness(bytes32 key) view returns (bytes32)
getRaffleExists(bytes32 key) view returns (bool)
getRaffleRandomnessCommitment(bytes32 key) view returns (bytes32)
getTotalSum(bytes32 key) view returns (uint256)
State-modifying
Events crackTheEgg(bytes data)
getRaffleTickets(bytes32 raffleId, address account, uint256 amount, uint256 nonce, struct LingoRewardsBaseRaffleSignature signature, bytes32 randomness)
getWinner(bytes32 raffleId, bytes randomnessOpening) returns (address)
newRaffle(bytes32 raffleId, bytes32 randomnessCommitment)
pause()
renounceOwnership()
setSigner(address _signer)
transferOwnership(address newOwner)
unpause()
CrackTheEgg(address sender, uint256 timestamp, bytes data)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
PlayerAmountIncreased(bytes32 indexed raffleId, address indexed player, uint256 amount, uint256 nonce)
RaffleCreated(bytes32 indexed raffleId, bytes32 randomnessCommitment)
Unpaused(address account)
WinnerDeclared(bytes32 indexed raffleId, address winner)
constructor(address initialOwner, address initialSigner)
This contract contains no fallback and receive objects.
CommitmentAlreadyOpened()
ECDSAInvalidSignature()
ECDSAInvalidSignatureLength(uint256 length)
ECDSAInvalidSignatureS(bytes32 s)
EnforcedPause()
ExpectedPause()
GameNotConcluded()
InvalidNonce()
InvalidRaffleId()
InvalidRandomnessOpening()
InvalidSignature()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
RaffleAlreadyExists()
RaffleDoesNotExist()