MultiMerkleDistributor
Verified contract
Active on
Ethereum with 113 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($18,481.71)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
swETH | ERC-20 | 1.843381 | $3,945.07 |
$7,272.27 | |
GRAI | ERC-20 | 6.018982K | $0.976248 |
$5,876.02 | |
LQTY | ERC-20 | 2.298015K | $1.57 |
$3,607.88 | |
PAL | ERC-20 | 20.933153K | $0.053181 |
$1,113.25 | |
IDLE | ERC-20 | 595.135193 | $0.506606 |
$301.5 | |
WETH | ERC-20 | 0.073144 | $3,676.91 |
$268.94 | |
BADGER | ERC-20 | 9.615384 | $3.91 |
$37.6 | |
SGT | ERC-20 | 119.059748 | $0.026643 |
$3.17 | |
DAI | ERC-20 | 1.080985 | $1.00 |
$1.08 | |
BSN | ERC-20 | 201.274348K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20021334 | 6 months ago | | | 0 | 0.0021133734 | |
| 19654503 | 8 months ago | | | 0 | 0.0029871675 | |
| 19098171 | 10 months ago | | | 0 | 0.0023533555 | |
| 18936697 | a year ago | | | 0 | 0.0029616701 | |
| 18600486 | a year ago | | | 0 | 0.0055494343 | |
| 18583895 | a year ago | | | 0 | 0.0073491373 | |
| 18437636 | a year ago | | | 0 | 0.0013852320 | |
| 18434321 | a year ago | | | 0 | 0.0017480000 | |
| 18402896 | a year ago | | | 0 | 0.00084375615 | |
| 18384340 | a year ago | | | 0 | 0.00055760504 |
ABI
ABI objects
Getter at block 21301474
owner() view returns (address)
0x0792dcb7080466e4bbc678bdb873fe7d969832b8
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
questBoard() view returns (address)
0x602e94d90f34126f31444d001732a1974378d9fc
Read-only
getClosedPeriodsByQuests(uint256 questID) view returns (uint256[])
isClaimed(uint256 questID, uint256 period, uint256 index) view returns (bool)
questClosedPeriods(uint256, uint256) view returns (uint256)
questMerkleRootPerPeriod(uint256, uint256) view returns (bytes32)
questRewardToken(uint256) view returns (address)
questRewardsPerPeriod(uint256, uint256) view returns (uint256)
rewardTokens(address) view returns (bool)
State-modifying
Events acceptOwnership()
addQuest(uint256 questID, address token) returns (bool)
addQuestPeriod(uint256 questID, uint256 period, uint256 totalRewardAmount) returns (bool)
claim(uint256 questID, uint256 period, uint256 index, address account, uint256 amount, bytes32[] merkleProof)
claimQuest(address account, uint256 questID, struct MultiMerkleDistributorClaimParams[] claims)
emergencyUpdateQuestPeriod(uint256 questID, uint256 period, uint256 addedRewardAmount, bytes32 merkleRoot) returns (bool)
fixQuestPeriod(uint256 questID, uint256 period, uint256 newTotalRewardAmount) returns (bool)
multiClaim(address account, struct MultiMerkleDistributorClaimParams[] claims)
recoverERC20(address token) returns (bool)
renounceOwnership()
transferOwnership(address newOwner)
updateQuestPeriod(uint256 questID, uint256 period, uint256 totalAmount, bytes32 merkleRoot) returns (bool)
Claimed(uint256 indexed questID, uint256 indexed period, uint256 index, uint256 amount, address rewardToken, address indexed account)
NewPendingOwner(address indexed previousPendingOwner, address indexed newPendingOwner)
NewQuest(uint256 indexed questID, address rewardToken)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
QuestPeriodUpdated(uint256 indexed questID, uint256 indexed period, bytes32 merkleRoot)
constructor(address _questBoard)
This contract contains no fallback and receive objects.
AlreadyClaimed()
CallerNotAllowed()
CallerNotPendingOwner()
CannotBeOwner()
CannotRecoverToken()
EmptyMerkleRoot()
EmptyParameters()
IncorrectPeriod()
IncorrectQuestID()
IncorrectRewardAmount()
InvalidProof()
MerkleRootNotUpdated()
NullAmount()
PeriodAlreadyUpdated()
PeriodNotClosed()
PeriodNotListed()
QuestAlreadyListed()
QuestNotListed()
TokenNotWhitelisted()
ZeroAddress()