EtherFiRewardsRouter

Verified contract

Implementation

Active on Ethereum with 0 txns
Deployed by via 0xfcf1ca4d at 20993825
Slot
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

No balances found for "EtherFiRewardsRouter"

No transactions found for "EtherFiRewardsRouter"


Functions
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
initialize(
recoverERC20(address _tokenuint256 _amount
recoverERC721(address _tokenuint256 _tokenId
renounceOwnership(
transferOwnership(address newOwner
upgradeTo(address newImplementation
upgradeToAndCall(address newImplementationbytes datapayable 
withdrawToLiquidityPool(
Events
AdminChanged(address previousAdminaddress newAdmin
BeaconUpgraded(address indexed beacon
Erc20Sent(address indexed calleraddress indexed tokenuint256 amount
Erc721Sent(address indexed calleraddress indexed tokenuint256 tokenId
EthReceived(address indexed fromuint256 value
EthSent(address indexed fromaddress indexed touint256 value
Initialized(uint8 version
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
UpdatedTreasury(address indexed treasury
Upgraded(address indexed implementation
Constructor
constructor(address _liquidityPooladdress _treasuryaddress _roleRegistry
Fallback and receive
receive(
Errors
IncorrectRole(