TransparentUpgradeableProxy
Verified contract
Proxy
Active on
Ethereum with 60 txns
Unified storage
Map
Table
Raw
Constants and immutables
4
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 48 additional slots
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
HOME | ERC-20 | 3.113796M | -- | -- | |
HOME+3crv3CRV-f | ERC-20 | 1.235981K | -- | -- | |
SLP | ERC-20 | 404.821075 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21149770 | 6 days ago | | | 0 | 0.0022766857 | |
| 21048324 | 20 days ago | | | 0 | 0.00070251788 | |
| 21006173 | a month ago | | | 0 | 0.0010368204 | |
| 20946394 | a month ago | | | 0 | 0.0016496772 | |
| 20895932 | a month ago | | | 0 | 0.0019204777 | |
| 20732136 | 2 months ago | | | 0 | 0.0016481096 | |
| 20732128 | 2 months ago | | | 0 | 0.0035845582 | |
| 20122262 | 5 months ago | | | 0 | 0.0030053850 | |
| 20122235 | 5 months ago | | | 0 | 0.0050096392 | |
| 19537053 | 8 months ago | | | 0 | 0.011886545 |
ABI
ABI objects
Getter at block 21191362
currentEpochMultiplier() view returns (uint128)
799604828042328042
epoch1Start() view returns (uint256)
1652907600
epochDuration() view returns (uint256)
604800
getCurrentEpoch() view returns (uint128)
131
Read-only
balanceOf(address user, address token) view returns (uint256)
computeNewMultiplier(uint256 prevBalance, uint128 prevMultiplier, uint256 amount, uint128 currentMultiplier) pure returns (uint128)
epochIsInitialized(address token, uint128 epochId) view returns (bool)
getEpochPoolSize(address tokenAddress, uint128 epochId) view returns (uint256)
getEpochUserBalance(address user, address token, uint128 epochId) view returns (uint256)
State-modifying
Events admin() returns (address admin_)
changeAdmin(address newAdmin)
implementation() returns (address implementation_)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
approveAccess(address addr)
deposit(address tokenAddress, address wallet, uint256 amount)
emergencyWithdraw(address wallet, address tokenAddress)
getAndClearReward(address account, address tokenAddress) returns (uint256)
manualBatchEpochInit(address[] tokens, uint128 startingEpochId, uint128 endingEpochId)
manualEpochInit(address[] tokens, uint128 epochId)
revokeAccess(address addr)
transfer(address tokenAddress, uint256 amount, address from, address to)
withdraw(address tokenAddress, address wallet, uint256 amount)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
Deposit(address indexed user, address indexed tokenAddress, uint256 amount)
EmergencyWithdraw(address indexed user, address indexed tokenAddress, uint256 amount)
ManualEpochInit(address indexed caller, uint128 indexed epochId, address[] tokens)
Withdraw(address indexed user, address indexed tokenAddress, uint256 amount)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
This contract contains no error objects.