MultiMerkleDistributorV2
Verified contract
Active on
Ethereum with 464 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($31,450.63)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
T | ERC-20 | 828.284914K | $0.027555 |
$22,823.13 | |
ALCX | ERC-20 | 187.672485 | $20.75 |
$3,894.2 | |
GHO | ERC-20 | 2.586028K | $0.988683 |
$2,556.76 | |
PAL | ERC-20 | 45.500703K | $0.047268 |
$2,150.73 | |
ynETH | ERC-20 | 0.008312 | $3,103.74 |
$25.8 | |
USDC | ERC-20 | 0.004121 | $0.999344 |
$0 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21225188 | 10 hours ago | | | 0 | 0.0015915434 | |
| 21220940 | a day ago | | | 0 | 0.0028547443 | |
| 21220441 | a day ago | | | 0 | 0.0010356691 | |
| 21210838 | 2 days ago | | | 0 | 0.0070276898 | |
| 21205480 | 3 days ago | | | 0 | 0.0029120147 | |
| 21197817 | 4 days ago | | | 0 | 0.0017214134 | |
| 21197786 | 4 days ago | | | 0 | 0.0026522355 | |
| 21197730 | 4 days ago | | | 0 | 0.0014444460 | |
| 21197379 | 4 days ago | | | 0 | 0.0012485205 | |
| 21195051 | 5 days ago | | | 0 | 0.0021483203 |
ABI
ABI objects
Getter at block 21228105
lootCreator() view returns (address)
0x10785c34c1d26508acdebd8201c9ad8d2e774a85
owner() view returns (address)
0x0792dcb7080466e4bbc678bdb873fe7d969832b8
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
questBoard() view returns (address)
0xaa1698f0a51e6d00f5533cc3e5d36010ee4558c6
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 MultiMerkleDistributorV2ClaimParams[] 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 MultiMerkleDistributorV2ClaimParams[] claims)
recoverERC20(address token) returns (bool)
renounceOwnership()
setLootCreator(address _lootCreator)
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)
LootCreatorUpdated(address indexed oldCreator, address indexed newCreator)
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.
AddressEmptyCode(address target)
AddressInsufficientBalance(address account)
AddressZero()
AlreadyClaimed()
CallerNotAllowed()
CallerNotPendingOwner()
CannotBeOwner()
CannotRecoverToken()
EmptyMerkleRoot()
EmptyParameters()
FailedInnerCall()
IncorrectPeriod()
IncorrectQuestID()
IncorrectRewardAmount()
InvalidProof()
MerkleRootNotUpdated()
NullAmount()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
PeriodAlreadyUpdated()
PeriodNotClosed()
PeriodNotListed()
QuestAlreadyListed()
QuestNotListed()
ReentrancyGuardReentrantCall()
SafeERC20FailedOperation(address token)
TokenNotWhitelisted()