Staking
Verified contract
Active on
Ethereum with 7,646 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
PUSH | ERC-20 | 1.093427M | $0.109679 |
$119,925.98 | |
UNI-V2 | ERC-20 | 287.964546 | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21177665 | 6 days ago | | | 0 | 0.0037322377 | |
| 21087772 | 19 days ago | | | 0 | 0.0015290563 | |
| 21074944 | 21 days ago | | | 0 | 0.00077969838 | |
| 21041624 | 25 days ago | | | 0 | 0.0012294797 | |
| 21017022 | a month ago | | | 0 | 0.00090484195 | |
| 20992588 | a month ago | | | 0 | 0.0018668305 | |
| 20992586 | a month ago | | | 0 | 0.0017883114 | |
| 20992562 | a month ago | | | 0 | 0.0019062276 | |
| 20802515 | 2 months ago | | | 0 | 0.00082887235 | |
| 20772244 | 2 months ago | | | 0 | 0.0030286880 |
ABI
ABI objects
Getter at block 21222296
currentEpochMultiplier() view returns (uint128)
108910383597883597
epoch1Start() view returns (uint256)
1618389000
epochDuration() view returns (uint256)
604800
getCurrentEpoch() view returns (uint128)
188
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 deposit(address tokenAddress, uint256 amount)
emergencyWithdraw(address tokenAddress)
manualEpochInit(address[] tokens, uint128 epochId)
withdraw(address tokenAddress, uint256 amount)
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(uint256 _epoch1Start, uint256 _epochDuration)
This contract contains no fallback and receive objects.
This contract contains no error objects.