AirdropRugGame
Verified contract
Active on
Base with 16,989 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 "AirdropRugGame"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17010392 | 4 months ago | | | 0 | 3.2798882e-7 | |
| 14406738 | 6 months ago | | | 0 | 1.3269744e-7 | |
| 14303866 | 6 months ago | | | 0 | 1.6549669e-7 | |
| 14289417 | 6 months ago | | | 0 | 1.6434432e-7 | |
| 14289139 | 6 months ago | | | 0 | 0.000015260653 | |
| 14289137 | 6 months ago | | | 0 | 1.1775283e-7 | |
| 14289131 | 6 months ago | | | 0 | 6.9067413e-7 | |
| 14289129 | 6 months ago | | | 0 | 5.9933060e-7 | |
| 14289123 | 6 months ago | | | 0 | 6.9057008e-7 | |
| 14289123 | 6 months ago | | | 0 | 0.000015275431 |
ABI
ABI objects
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(address) view returns (bool)
allowedRoots(bytes32) view returns (bool)
ownershipHandoverExpiresAt(address pendingOwner) view returns (uint256 result)
State-modifying
Events addRoot(bytes32 root)
cancelOwnershipHandover() payable
claim(bytes32 root, bytes32[] proof)
completeOwnershipHandover(address pendingOwner) payable
deposit() payable
removeRoot(bytes32 root)
renounceOwnership() payable
requestOwnershipHandover() payable
setClaimAmount(uint256 _claimAmount)
setRugGameAddress(address _rugGameAddress)
setTokenAddress(address _tokenAddress)
transferOwnership(address newOwner) payable
withdraw(address to, uint256 amount)
withdrawAll(address to)
AirdropClaimed(address indexed who)
ClaimAmountChanged(uint256 amount)
OwnershipHandoverCanceled(address indexed pendingOwner)
OwnershipHandoverRequested(address indexed pendingOwner)
OwnershipTransferred(address indexed oldOwner, address indexed newOwner)
RootAdded(bytes32 root)
RootRemoved(bytes32 root)
constructor(address _rugGameAddress, address _tokenAddress, uint256 _claimAmount)
This contract contains no fallback and receive objects.
AlreadyClaimed()
AlreadyInitialized()
InvalidProof()
InvalidRoot()
NewOwnerIsZeroAddress()
NoHandoverRequest()
RootAlreadyAdded()
RootNotAdded()
Unauthorized()