LuckyRooAirdrop
Verified contract
Active on
Ethereum with 1,762 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x9d71…a938
0x09b1…5110
-
variable spans 2 additional slots
1 additional
variable
Balances ($0.00)
No balances found for "LuckyRooAirdrop"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16340039 | 2 years ago | | | 0 | 0.0030930474 | |
| 16339354 | 2 years ago | | | 0 | 0.0019847624 | |
| 16331565 | 2 years ago | | | 0 | 0.00045697313 | |
| 16320292 | 2 years ago | | | 0 | 0.0026919557 | |
| 16317036 | 2 years ago | | | 0 | 0.0019798640 | |
| 16306461 | 2 years ago | | | 0 | 0.0024666429 | |
| 16302426 | 2 years ago | | | 0.0008 | 0.0069640070 | |
| 16300736 | 2 years ago | | | 0 | 0.0057018874 | |
| 16300624 | 2 years ago | | | 0 | 0.0060123217 | |
| 16300566 | 2 years ago | | | 0 | 0.0067460815 |
ABI
ABI objects
Getter at block 21384302 getSubscriptionInfo() view returns (uint96 balance, uint64 reqCount, address owner, address[] consumers)
ERC20_LINK_ADDRESS() view returns (address)
0xf8a0bf9cf54bb92f17374d9e9a321e6a111a51bd
PEGSWAP_ADDRESS() view returns (address)
0x1fcc3b22955e76ca48bf025f1a6993685975bb9e
currentID() view returns (uint256)
11
distributeRate() view returns (uint256)
9500
distributorLimit() view returns (uint256)
500000000000000000000
initialized() view returns (bool)
true
lastAirdropTime() view returns (uint256)
1672437659
numDistributors() view returns (uint256)
2
owner() view returns (address)
0x040e5cc052308b73ad545f0e4293940ca5487d1f
performanceFee() view returns (uint256)
800000000000000
r_requestId() view returns (uint256)
115605557617676721103743156932831086413565442390225017025028028275663505207798
s_requestId() view returns (uint256)
0
s_subscriptionId() view returns (uint64)
0
token() view returns (address)
0x9d7107c8e30617cadc11f9692a19c82ae8bba938
treasury() view returns (address)
0x785466a12d832785d90d96a5229dcb104be795d8
Read-only
airdropRates(uint256) view returns (uint256)
distributors(uint256) view returns (address)
getAirdropResult(uint256 _id) view returns (address[3], uint256[3])
s_randomWords(uint256) view returns (uint256)
userInfo(address) view returns (uint256 amount, uint256 regAirdropID)
State-modifying
Events addDistributor() payable
callAirdrop()
cancelSubscription()
claim()
emergencyWithdrawETH()
emergencyWithdrawToken(address _token)
fundPeggedLinkToCoordiator(uint256 _amount)
fundToCoordiator(uint96 _amount)
initialize(address _token, address _oracle)
rawFulfillRandomWords(uint256 requestId, uint256[] randomWords)
renounceOwnership()
requestRandomWords()
setAirdropRates(uint256 _rateA, uint256 _rateB, uint256 _rateC)
setCoordiatorConfig(bytes32 _keyHash, uint32 _gasLimit, uint32 _numWords)
setDistributorBalanceLimit(uint256 _min)
setServiceInfo(address _treasury, uint256 _fee)
startSubscription(address _vrfCoordinator)
transferOwnership(address newOwner)
AddDistributor(address user, uint256 amount)
Claim(address user, uint256 amount)
HolderDistributed(uint256 id, address[3] winners, uint256[3] amounts)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
ServiceInfoUpadted(address addr, uint256 fee)
SetDistributorLimit(uint256 limit)
SetDistributorRates(uint256[3] rates)
constructor(address _vrfCoordinator, address _link, bytes32 _keyHash)
receive()
OnlyCoordinatorCanFulfill(address have, address want)