ERC1967Proxy
Verified contract
Proxy
Active on
Ethereum with 212 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
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
1 additional
variable
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
UNI-V2 | ERC-20 | 0.000366 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20196162 | 5 months ago | | | 0 | 0.0021993535 | |
| 20072048 | 5 months ago | | | 0 | 0.0013457485 | |
| 20067667 | 5 months ago | | | 0 | 0.0054080749 | |
| 19803149 | 6 months ago | | | 0 | 0.0013899127 | |
| 19749197 | 7 months ago | | | 0 | 0.0051751487 | |
| 19052490 | 10 months ago | | | 0 | 0.0046293823 | |
| 18754749 | a year ago | | | 0 | 0.0030323178 | |
| 18746101 | a year ago | | | 0 | 0.0044652958 | |
| 18722855 | a year ago | | | 0 | 0.0064048857 | |
| 18722834 | a year ago | | | 0 | 0.010547939 |
ABI
ABI objects
Getter at block 21205730 proxiableUUID() view returns (bytes32)
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
UPGRADER_ROLE() view returns (bytes32)
0x189ab7a9244df0848122154315af71fe140f3db0fe014031783b0946b8c9d2e3
currentEpochMultiplier() view returns (uint128)
459604828042328042
epoch1Start() view returns (uint256)
1677672000
epochDuration() view returns (uint256)
604800
getCurrentEpoch() view returns (uint128)
90
getImplementation() view returns (address)
0x91fd1ef3d91f5a1c58a5345d6ca216ec5312dfcf
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)
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events deposit(address tokenAddress, uint256 amount)
emergencyWithdraw(address tokenAddress)
grantRole(bytes32 role, address account)
initAllEpochs(address[] tokens)
initAllEpochsToken(address token)
initialize(struct IYieldFarmingV1StakingStakingConfig cfg)
initializeUUPS(struct IYieldFarmingV1StakingStakingConfig cfg, address roleAdmin, address upgrader)
manualEpochInit(address[] tokens, uint128 epochId)
manualEpochInitToken(address token, uint128 epochId)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
withdraw(address tokenAddress, uint256 amount)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Deposit(address indexed user, address indexed tokenAddress, uint256 amount)
EmergencyWithdraw(address indexed user, address indexed tokenAddress, uint256 amount)
InitAllEpochs(address indexed caller, address[] tokens)
InitAllEpochsToken(address indexed caller, address tokenAddress)
Initialized(uint8 version)
ManualEpochInit(address indexed caller, uint128 indexed epochId, address[] tokens)
ManualEpochInitToken(address indexed caller, uint128 indexed epochId, address tokenAddress)
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)
Upgraded(address indexed implementation)
Withdraw(address indexed user, address indexed tokenAddress, uint256 amount)
constructor(address _logic, bytes _data)
fallback()
receive()
This contract contains no error objects.