Staking
Verified contract
Active on
Ethereum with 2,352 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 |
---|---|---|---|---|---|
UNIX | ERC-20 | 2.983047M | $0.001328 |
$3,960.59 | |
UNI-V2 | ERC-20 | 0.07716 | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18675529 | a year ago | | | 0 | 0.0017759641 | |
| 16894032 | 2 years ago | | | 0 | 0.0014126980 | |
| 16873442 | 2 years ago | | | 0 | 0.0014128660 | |
| 16862350 | 2 years ago | | | 0 | 0.0014128660 | |
| 16831784 | 2 years ago | | | 0 | 0.0053467990 | |
| 16797918 | 2 years ago | | | 0 | 0.0062550070 | |
| 16757951 | 2 years ago | | | 0 | 0.0053487070 | |
| 16722243 | 2 years ago | | | 0 | 0.0025604726 | |
| 16719223 | 2 years ago | | | 0 | 0.0014126980 | |
| 16719223 | 2 years ago | | | 0 | 0.0019700660 |
ABI
ABI objects
Getter at block 21158708
currentEpochMultiplier() view returns (uint128)
220444830246913580
epoch1Start() view returns (uint256)
1638518400
epochDuration() view returns (uint256)
2592000
getCurrentEpoch() view returns (uint128)
36
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.