TransparentUpgradeableProxy
Verified contract
Proxy
Active on
Ethereum with 73 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
0xa54d…8854
0x78d6…91ae
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
RWA | ERC-20 | 131.702359M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20548776 | 4 months ago | | | 0 | 0.0045867926 | |
| 20493413 | 4 months ago | | | 0 | 0.0030636553 | |
| 20158381 | 6 months ago | | | 0 | 0.0062843575 | |
| 19666395 | 8 months ago | | | 0 | 0.017740128 | |
| 19650334 | 8 months ago | | | 0 | 0.023209349 | |
| 19558692 | 9 months ago | | | 0 | 0.015844113 | |
| 18866743 | a year ago | | | 0 | 0.012489153 | |
| 18624464 | a year ago | | | 0 | 0.037496854 | |
| 18572632 | a year ago | | | 0 | 0.0040125165 | |
| 18470831 | a year ago | | | 0 | 0.0057384011 |
ABI
ABI objects
Getter at block 21420777
epochDuration() view returns (uint256)
604800
epochStart() view returns (uint256)
1652907600
getCurrentEpoch() view returns (uint256)
135
getRewardPerEpoch() view returns (uint256)
5399351863157894000000000
getTotalEpochs() view returns (uint256)
227
lastInitializedEpoch() view returns (uint128)
117
userLastEpochIdHarvested() view returns (uint256)
0
Read-only
getCurrentBalance(address userAddress) view returns (uint256)
getCurrentEpochStake(address userAddress) view returns (uint256)
getEpochStake(address userAddress, uint128 epochId) view returns (uint256)
getPoolSize(uint128 epochId) view returns (uint256)
getRewardAtEpoch(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
approvePool(address poolAddress)
fillPercentArray(uint256 length, uint256 base, uint256 _percentStartEpoch)
getAndClearReward(address wallet) returns (uint256)
harvest(address wallet, uint128 epochId) returns (uint256)
massHarvest(address wallet) returns (uint256)
revokePool(address poolAddress)
setDAOAddress(address _DAOAddress)
setGuardianAddress(address _guardianAddress)
setNewCoinAddress(address coinAddress)
setPerEpoch(uint256 newPerEpoch)
stake(address wallet, uint256 amount) returns (bool)
transferStake(uint256 amount, address from, address to)
unstakeForWallet(address wallet, uint256 amount)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
Harvest(address indexed user, uint128 indexed epochId, uint256 amount)
MassHarvest(address indexed user, uint256 epochsHarvested, uint256 totalValue)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
This contract contains no error objects.