MerkleRewardsDistributor
Verified contract
Active on
Ethereum with 23 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x6186…2883
Balances ($1,444.23)
Native
Value
$1.91
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.0005 | $3,815.08 |
$1.91 | |
XYZ | ERC-20 | 322.534964K | $0.004414 |
$1,423.6 | |
SAND | ERC-20 | 10.56 | $0.87733 |
$9.26 | |
ASTO | ERC-20 | 142 | $0.035202 |
$5 | |
SYLO | ERC-20 | 2.5615K | $0.001497 |
$3.84 | |
AAVE | ERC-20 | 0.0025 | $246.86 |
$0.62 | |
APE | ERC-20 | 0.005 | $1.88 |
$0.01 | |
ENTR | ERC-20 | 0.00003 | $0.006232 |
$0 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16421303 | 2 years ago | | | 0 | 0.0012351581 | |
| 16421302 | 2 years ago | | | 0 | 0.040915768 | |
| 16421203 | 2 years ago | | | 0 | 0.025855068 | |
| 16421053 | 2 years ago | | | 0 | 0.036152636 | |
| 16421003 | 2 years ago | | | 0 | 0.038051379 | |
| 16420805 | 2 years ago | | | 0 | 0.0020130658 | |
| 16420755 | 2 years ago | | | 0 | 0.0023879957 | |
| 16420705 | 2 years ago | | | 0 | 0.0015015543 | |
| 16420505 | 2 years ago | | | 0 | 0.0016437842 | |
| 16420455 | 2 years ago | | | 0 | 0.0020240119 |
ABI
ABI objects
Getter at block 21333062
BPS_MAX() view returns (uint16)
10000
adminAddress() view returns (address)
0xf7ffef737e122fdac725898201d41fd30df71d1a
betweenEpochs() view returns (bool)
false
claimsDisabled() view returns (bool)
false
currentEpoch() view returns (uint256)
6
daoAddress() view returns (address)
0xa8047c2a86d5a188b0e15c3c10e2bc144cb272c2
merkleRoot() view returns (bytes32)
0x1a84d73d73aa0485c58ea3f3704c097d57bc3216b60892c14c0e8df344174210
minStakeAmount() view returns (uint256)
2000000000000000000000
owner() view returns (address)
0xc8e2d405ece9e066383c92d7c889266bc946f2ab
routerContract() view returns (address)
0xd9e1ce17f2641f24ae83637ab66a2cca9c378b9f
swapTimeout() view returns (uint256)
900
tokenContract() view returns (address)
0x618679df9efcd19694bb1daa8d00718eacfa2883
treasuryAddress() view returns (address)
0xd6901cfba94ae408d6ccef593cda88914d775104
treasuryFeeBps() view returns (uint16)
0
treasuryFees() view returns (uint256)
0
Read-only
claimed(bytes32) view returns (bool)
State-modifying
Events claim(uint256 amountToClaim, bytes32[] merkleProof)
endEpoch(uint256 epochNumber, uint256 ethAttributed, address[] ethSwapPath, uint256 ethReturnMin, address[] tokensAttributed, uint256[] amountsAttributed, address[][] swapPaths, uint256[] amountsOutMin)
nextEpoch(bytes32 newMerkleRoot, bytes newMerkleCDI)
renounceOwnership()
setAdminAddress(address _adminAddress)
setDaoAddress(address _daoAddress)
setMinStakeAmount(uint256 _minStakeAmount)
setRouterContract(address _routerContract)
setSwapTimeout(uint256 _swapTimeout)
setTreasuryAddress(address _treasuryAddress)
setTreasuryFeeBps(uint16 _treasuryFeeBps)
transferOwnership(address newOwner)
AdminAddressUpdated(address indexed from, address indexed to)
Claimed(address indexed account, uint256 epoch, uint256 amount)
DaoAddressUpdated(address indexed from, address indexed to)
DepositedTreasuryFees(address indexed addr, uint256 amount)
EpochEnded(uint256 endedEpochNum, uint256 timestamp)
EpochStarted(uint256 epochNumber)
EthSwapped(uint256 swapAmountOut, uint256 receivedTokens, uint256 epoch)
MerkleProofCIDUpdated(bytes newMerkleCDI)
MinStakeAmountUpdated(uint256 from, uint256 to)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RouterContractUpdated(address indexed from, address indexed to)
SwapTimeoutUpdated(uint256 from, uint256 to)
TokensSwapped(uint256 swapAmountOut, uint256 receivedTokens, uint256 epoch, address indexed tokenAddress)
TreasuryAddressUpdated(address indexed from, address indexed to)
TreasuryFeeTaken(uint256 epoch, uint256 amount)
TreasuryFeeUpdated(uint256 from, uint256 to)
constructor(address _adminAddress, address _treasuryAddress, address _daoAddress, address tokenAddress, address routerAddress)
receive()
ClaimsDisabledUntilNextEpoch()
IncorrectEpoch()
InsufficientEthBalance(uint256 required, uint256 actual)
InsufficientTokenBalance(address token, uint256 required, uint256 actual)
InvalidEpoch()
InvalidMerkleProof()
InvalidRequest(string msg)
InvalidTreasuryFee()
MismatchedArrayLengths()
NoTokensAttributed()
OnlyAdmin()
OnlyDao()
RewardAlreadyClaimed()