Staking
Verified contract
Active on
Ethereum with 9,326 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 |
---|---|---|---|---|---|
AAVE | ERC-20 | 18.428367K | $193.80 |
$3,571,417.51 | |
LINK | ERC-20 | 1.643201K | $14.65 |
$24,072.89 | |
BOND | ERC-20 | 2.839381K | $1.63 |
$4,628.19 | |
SUSHI | ERC-20 | 4.402031K | $0.811004 |
$3,570.06 | |
SNX | ERC-20 | 2.004173K | $1.66 |
$3,326.93 | |
COMP | ERC-20 | 46.483188 | $50.30 |
$2,338.1 | |
ILV | ERC-20 | 23.518645 | $40.71 |
$957.44 | |
MARS4 | ERC-20 | 10 | $0.000511 |
$0.01 | |
TKX | ERC-20 | 0.000062 | $11.81 |
$0 | |
LENS | ERC-20 | 45.438345M | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21135290 | 3 days ago | | | 0 | 0.00092257785 | |
| 21100755 | 8 days ago | | | 0 | 0.00032232462 | |
| 21024344 | 19 days ago | | | 0 | 0.00012286000 | |
| 21018981 | 19 days ago | | | 0 | 0.00015357500 | |
| 20903030 | a month ago | | | 0 | 0.00020206689 | |
| 20741974 | 2 months ago | | | 0 | 0.00020368742 | |
| 19903469 | 6 months ago | | | 0 | 0.00014225414 | |
| 19630344 | 7 months ago | | | 0 | 0.00082024987 | |
| 19603225 | 7 months ago | | | 0 | 0.00079504779 | |
| 19159802 | 9 months ago | | | 0 | 0.00078379709 |
ABI
ABI objects
Getter at block 21158585
currentEpochMultiplier() view returns (uint128)
42461970899470899
epoch1Start() view returns (uint256)
1622419200
epochDuration() view returns (uint256)
604800
getCurrentEpoch() view returns (uint128)
180
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.