ReservePoolV2
Verified contract
Active on
Ethereum with 7 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WBTC | ERC-20 | 0.623359 | $98,680.00 |
$61,513.03 | |
weETH | ERC-20 | 17.22028 | $3,467.19 |
$59,705.98 | |
sfrxETH | ERC-20 | 16.036749 | $3,633.12 |
$58,263.43 | |
stETH | ERC-20 | 4.63023 | $3,292.53 |
$15,245.17 | |
wstETH | ERC-20 | 3.10795 | $3,910.79 |
$12,154.54 | |
ezETH | ERC-20 | 0.850345 | $3,381.73 |
$2,875.64 | |
aCVX | ERC-20 | 15.197138K | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19311702 | 9 months ago | | | 0 | 0.0012582402 | |
| 19288425 | 9 months ago | | | 0 | 0.0015971246 | |
| 19288424 | 9 months ago | | | 0 | 0.0016043961 | |
| 19288423 | 9 months ago | | | 0 | 0.0015157710 | |
| 19288422 | 9 months ago | | | 0 | 0.0014484778 | |
| 19287390 | 9 months ago | | | 0 | 0.0018923665 | |
| 19287389 | 9 months ago | | | 0 | 0.0018232914 |
ABI
ABI objects
Getter at block 21245135
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
MARKET_ROLE() view returns (bytes32)
0x395f08be531c0d7403cba7c5ffd2b57329184452bcebcd6a48299ebbbf39db6f
Read-only
bonusRatio(address) view returns (uint256)
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events grantRole(bytes32 role, address account)
renounceRole(bytes32 role, address account)
requestBonus(address _token, address _recipient, uint256 _originalAmount) returns (uint256)
revokeRole(bytes32 role, address account)
updateBonusRatio(address _token, uint256 _newRatio)
withdrawFund(address _token, address _recipient)
RequestBonus(address indexed market, address indexed token, address indexed receiver, uint256 originalAmount, uint256 bonus)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
UpdateBonusRatio(address indexed token, uint256 oldRatio, uint256 newRatio)
constructor()
receive()
ErrorRatioTooLarge()