AirdropRugGame

Verified contract

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

No balances found for "AirdropRugGame"

0xf65a693e14b5b195164b698d01f9517f1244866e7773557943288b99b648eb23
0x6e6bca23670008d0168bb38caddc5ee61770032247474f6ee481cbc8e99f4ba7
0x4234511074f6aa43df86a4b69a945c6af8a2a18224d537ec1ed143d6442181c0
0xb8a9ae6bb8f161dc5488228c82e5c595543e56b488e681bb2eeb8887af94310c
0x7b1b764a2ae44d67c62fc11fb99a4a1acdd2c158024b08e06ddb5e9e2b53ebb9
0x274aba4a4aa8fdc58bd11b14da333bc2753c84ae1c45216039520be842bf3f93
0x2e7c67239ec2d653170deafe29a3d2951e94b2ee3a6835d7bee7c9fe9ce591ec
0x98236510b873468d6bf09903ea042ee44d78bfdf596c5950702241c88c14fa78
0x6725bc7c8ad38b8a7390189b8ad335ebe8db6420c72f9e4e272991766b4fffe3
0x101b411b4e2b844af692737bc5250de2ac46f95cbb18c4bbab3f208490f69faa

Functions
Getter at block 21834104
claimAmount(view returns (uint256)
1234500000000000
owner(view returns (address result)
0x4aa7def945f3ce7d3e57fcd6ad44764402652715
rugGame(view returns (address)
0xabc123420ad9f45347a2b4d5992201a5150d9a3a
tokenAddress(view returns (address)
0xc958e3db092ce36105c14217bbfa38b90a9c3e78
Read-only
addressClaimed(addressview returns (bool)
allowedRoots(bytes32view returns (bool)
ownershipHandoverExpiresAt(address pendingOwnerview returns (uint256 result)
State-modifying
addRoot(bytes32 root
cancelOwnershipHandover(payable 
claim(bytes32 rootbytes32[] proof
completeOwnershipHandover(address pendingOwnerpayable 
deposit(payable 
removeRoot(bytes32 root
renounceOwnership(payable 
requestOwnershipHandover(payable 
setClaimAmount(uint256 _claimAmount
setRugGameAddress(address _rugGameAddress
setTokenAddress(address _tokenAddress
transferOwnership(address newOwnerpayable 
withdraw(address touint256 amount
withdrawAll(address to
Events
AirdropClaimed(address indexed who
ClaimAmountChanged(uint256 amount
OwnershipHandoverCanceled(address indexed pendingOwner
OwnershipHandoverRequested(address indexed pendingOwner
OwnershipTransferred(address indexed oldOwneraddress indexed newOwner
RootAdded(bytes32 root
RootRemoved(bytes32 root
Constructor
constructor(address _rugGameAddressaddress _tokenAddressuint256 _claimAmount
Fallback and receive

This contract contains no fallback and receive objects.

Errors
AlreadyClaimed(
AlreadyInitialized(
InvalidProof(
InvalidRoot(
NewOwnerIsZeroAddress(
NoHandoverRequest(
RootAlreadyAdded(
RootNotAdded(
Unauthorized(