Staking
Verified contract
Active on
Ethereum with 3,409 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 |
---|---|---|---|---|---|
BOND | ERC-20 | 799.808616 | $1.55 |
$1,239.7 | |
SWINGBY | ERC-20 | 447.692466K | $0.000102 |
$45.79 | |
XYZ | ERC-20 | 23.461423K | $0.001802 |
$42.27 | |
TKX | ERC-20 | 0.000056 | $11.84 |
$0 | |
SLP | ERC-20 | 217.491346 | -- | -- | |
SLP | ERC-20 | 140.992423 | -- | -- | |
SLP | ERC-20 | 0.107064 | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21036581 | 22 days ago | | | 0 | 0.0025223680 | |
| 21005954 | a month ago | | | 0 | 0.0011904671 | |
| 21005942 | a month ago | | | 0 | 0.0010359402 | |
| 20997018 | a month ago | | | 0 | 0.0014586880 | |
| 20997008 | a month ago | | | 0 | 0.0013217920 | |
| 20984589 | a month ago | | | 0 | 0.0023702120 | |
| 20963715 | a month ago | | | 0 | 0.0056723548 | |
| 20944424 | a month ago | | | 0 | 0.0015320240 | |
| 20933953 | a month ago | | | 0 | 0.0011784800 | |
| 20933945 | a month ago | | | 0 | 0.0015764800 |
ABI
ABI objects
Getter at block 21193265
currentEpochMultiplier() view returns (uint128)
541390542328042328
epoch1Start() view returns (uint256)
1635840000
epochDuration() view returns (uint256)
604800
getCurrentEpoch() view returns (uint128)
159
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.