RariMerkleRedeemer
Verified contract
Active on
Ethereum with 197 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($718,705.26)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
FEI | ERC-20 | 723.581476K | $0.993261 |
$718,705.26 | |
fDAI-18 | ERC-20 | 3927.744378T | -- | -- | |
fFEI-27 | ERC-20 | 1806.315155T | -- | -- | |
fFEI-8 | ERC-20 | 353.71156T | -- | -- | |
fETH-8 | ERC-20 | 3.488659T | -- | -- | |
fETH-18 | ERC-20 | 3.081726T | -- | -- | |
fUSDC-127 | ERC-20 | 33.305228M | -- | -- | |
fFRAX-144 | ERC-20 | 801.778537K | -- | -- | |
fUSDT-127 | ERC-20 | 620.129174K | -- | -- | |
fFEI-156 | ERC-20 | 234.610674K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20656262 | 4 months ago | | | 0 | 0.00077177765 | |
| 20587299 | 4 months ago | | | 0 | 0.00048886942 | |
| 20586184 | 4 months ago | | | 0 | 0.00084579503 | |
| 20586163 | 4 months ago | | | 0 | 0.00076836004 | |
| 20586152 | 4 months ago | | | 0 | 0.00083306500 | |
| 18933231 | a year ago | | | 0 | 0.0044063864 | |
| 18933132 | a year ago | | | 0 | 0.0060174828 | |
| 18933127 | a year ago | | | 0 | 0.0032279185 | |
| 18894424 | a year ago | | | 0 | 0.0028525202 | |
| 18493528 | a year ago | | | 0 | 0.010599451 |
ABI
ABI objects
Getter at block 21431841
MESSAGE() view returns (string)
By signing and submitting this message to the Ethereum network, I represent that I have read and agree to the Fuse Hack Settlement Agreement and Release, as set forth here: https://fusehacksettlement.com/waiver.pdf
MESSAGE_HASH() view returns (bytes32)
0xfa96708f60f7724bbf815726f3b30e3ac47ba2db78d6d739b28868d1cddba916
baseToken() view returns (address)
0x956f47f50a910163d8bf957cf5846d573e7f87ca
Read-only
cTokenExchangeRates(address) view returns (uint256)
claims(address, address) view returns (uint256)
merkleRoots(address) view returns (bytes32)
previewRedeem(address cToken, uint256 amount) view returns (uint256 baseTokenAmount)
redemptions(address, address) view returns (uint256)
userSignatures(address) view returns (bytes)
State-modifying
Events claim(address _cToken, uint256 _amount, bytes32[] _merkleProof)
claimAndRedeem(address[] cTokens, uint256[] amounts, bytes32[][] merkleProofs)
multiClaim(address[] _cTokens, uint256[] _amounts, bytes32[][] _merkleProofs)
multiRedeem(address[] cTokens, uint256[] cTokenAmounts)
redeem(address cToken, uint256 cTokenAmount)
sign(bytes signature)
signAndClaim(bytes signature, address[] cTokens, uint256[] amounts, bytes32[][] merkleProofs)
signAndClaimAndRedeem(bytes signature, address[] cTokens, uint256[] amountsToClaim, uint256[] amountsToRedeem, bytes32[][] merkleProofs)
Claimed(address indexed claimant, address indexed cToken, uint256 claimAmount)
Redeemed(address indexed recipient, address indexed cToken, uint256 cTokenAmount, uint256 baseTokenAmount)
Signed(address indexed signer, bytes signature)
constructor(address token, address[] cTokens, uint256[] rates, bytes32[] roots)
This contract contains no fallback and receive objects.
This contract contains no error objects.