EtherFiRewardsRouter
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
12
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
Balances ($0.00)
No balances found for "EtherFiRewardsRouter"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "EtherFiRewardsRouter"
ABI
ABI objects
Getter at block 21248774
ETHERFI_ROUTER_ADMIN() view returns (bytes32)
0x40f1c2d2493ddf11797b2dcbf7d8ad68e3dfdc9c3600fb3410969c03c2a12e2c
getImplementation() view returns (address)
0x0000000000000000000000000000000000000000
liquidityPool() view returns (address)
0x308861a430be4cce5502d0a12724771fc6daf216
owner() view returns (address)
0x0000000000000000000000000000000000000000
proxiableUUID() view returns (bytes32)
0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc
roleRegistry() view returns (address)
0x1d3af47c1607a2ef33033693a9989d1d1013bb50
treasury() view returns (address)
0x0c83eae1fe72c390a02e426572854931eeff93ba
Read-only
This contract contains no read-only function objects.
State-modifying
Events initialize()
recoverERC20(address _token, uint256 _amount)
recoverERC721(address _token, uint256 _tokenId)
renounceOwnership()
transferOwnership(address newOwner)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
withdrawToLiquidityPool()
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Erc20Sent(address indexed caller, address indexed token, uint256 amount)
Erc721Sent(address indexed caller, address indexed token, uint256 tokenId)
EthReceived(address indexed from, uint256 value)
EthSent(address indexed from, address indexed to, uint256 value)
Initialized(uint8 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
UpdatedTreasury(address indexed treasury)
Upgraded(address indexed implementation)
constructor(address _liquidityPool, address _treasury, address _roleRegistry)
receive()
IncorrectRole()