TradingRewardsDistributor
Verified contract
Active on
Ethereum with 19,585 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
Genie | ERC-20 | 8.358561M | -- | -- | |
COMMON | ERC-20 | 3.067012M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20452838 | 3 months ago | | | 0 | 0.000032523000 | |
| 15113307 | 2 years ago | | | 0 | 0.00026737483 | |
| 14817565 | 2 years ago | | | 0 | 0.00032451000 | |
| 14655854 | 3 years ago | | | 0 | 0.0016105136 | |
| 14642492 | 3 years ago | | | 0 | 0.00083477789 | |
| 14635089 | 3 years ago | | | 0 | 0.00049516500 | |
| 14632464 | 3 years ago | | | 0 | 0.0014740796 | |
| 14629009 | 3 years ago | | | 0 | 0.0011999614 | |
| 14628481 | 3 years ago | | | 0 | 0.0012557175 | |
| 14628461 | 3 years ago | | | 0 | 0.0013633403 |
ABI
ABI objects
Getter at block 21163667
BUFFER_ADMIN_WITHDRAW() view returns (uint256)
259200
currentRewardRound() view returns (uint256)
99
lastPausedTimestamp() view returns (uint256)
1650462748
looksRareToken() view returns (address)
0xf4d2888d29d722226fafa5d9b24f9164c092421e
maximumAmountPerUserInCurrentTree() view returns (uint256)
18831352118784075004497166
owner() view returns (address)
0xaa27e4fcccbf24b1f745cf5b2ecee018e91a5e5e
paused() view returns (bool)
true
Read-only
amountClaimedByUser(address) view returns (uint256)
canClaim(address user, uint256 amount, bytes32[] merkleProof) view returns (bool, uint256)
hasUserClaimedForRewardRound(uint256, address) view returns (bool)
merkleRootOfRewardRound(uint256) view returns (bytes32)
merkleRootUsed(bytes32) view returns (bool)
State-modifying
Events claim(uint256 amount, bytes32[] merkleProof)
pauseDistribution()
renounceOwnership()
transferOwnership(address newOwner)
unpauseDistribution()
updateTradingRewards(bytes32 merkleRoot, uint256 newMaximumAmountPerUser)
withdrawTokenRewards(uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
RewardsClaim(address indexed user, uint256 indexed rewardRound, uint256 amount)
TokenWithdrawnOwner(uint256 amount)
Unpaused(address account)
UpdateTradingRewards(uint256 indexed rewardRound)
constructor(address _looksRareToken)
This contract contains no fallback and receive objects.
This contract contains no error objects.