MultiRewardsDistributor
Verified contract
Active on
Ethereum with 69,212 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($3.92)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
LOOKS | ERC-20 | 90.420136 | $0.043402 |
$3.92 | |
Trump | ERC-20 | 30.695203B | -- | -- | |
CANTO | ERC-20 | 20M | -- | -- | |
GIF | ERC-20 | 9.090269M | -- | -- | |
OS | ERC-20 | 7.999232M | -- | -- | |
BLUR | ERC-20 | 5M | -- | -- | |
BLUR | ERC-20 | 1.19679M | -- | -- | |
BLUR | ERC-20 | 511.74117K | -- | -- | |
SewerCoin | ERC-20 | 360K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19128191 | 9 months ago | | | 0 | 0.0028385948 | |
| 19122742 | 9 months ago | | | 0 | 0.0030592430 | |
| 19111404 | 9 months ago | | | 0 | 0.0011745602 | |
| 19111035 | 9 months ago | | | 0 | 0.0010897572 | |
| 19106048 | 9 months ago | | | 0 | 0.0015344197 | |
| 19105642 | 9 months ago | | | 0 | 0.0019923533 | |
| 19105590 | 9 months ago | | | 0 | 0.0015114938 | |
| 19105521 | 9 months ago | | | 0 | 0.0017866734 | |
| 19103683 | 9 months ago | | | 0 | 0.0017002565 | |
| 19094385 | 9 months ago | | | 0 | 0.0012724520 |
ABI
ABI objects
Getter at block 21160519
BUFFER_ADMIN_WITHDRAW() view returns (uint256)
259200
SAFE_GUARD_AMOUNT() view returns (uint256)
1000000000000000000
currentRewardRound() view returns (uint256)
582
lastPausedTimestamp() view returns (uint256)
0
looksRareToken() view returns (address)
0xf4d2888d29d722226fafa5d9b24f9164c092421e
numberTrees() view returns (uint8)
2
owner() view returns (address)
0xaa27e4fcccbf24b1f745cf5b2ecee018e91a5e5e
paused() view returns (bool)
false
Read-only
amountClaimedByUserPerTreeId(address, uint8) view returns (uint256)
canClaim(address user, uint8[] treeIds, uint256[] amounts, bytes32[][] merkleProofs) view returns (bool[], uint256[])
merkleRootUsed(bytes32) view returns (bool)
safeGuardUsed(address) view returns (bool)
treeParameters(uint8) view returns (address safeGuard, bytes32 merkleRoot, uint256 maxAmountPerUserInCurrentTree)
State-modifying
Events addNewTree(address safeGuard)
claim(uint8[] treeIds, uint256[] amounts, bytes32[][] merkleProofs)
pauseDistribution()
renounceOwnership()
transferOwnership(address newOwner)
unpauseDistribution()
updateTradingRewards(uint8[] treeIds, bytes32[] merkleRoots, uint256[] maxAmountsPerUser, bytes32[][] merkleProofsSafeGuards)
withdrawTokenRewards(uint256 amount)
Claim(address user, uint256 rewardRound, uint256 totalAmount, uint8[] treeIds, uint256[] amounts)
NewTree(uint8 treeId)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
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.