Staking3
Verified contract
Active on
Ethereum with 1,769 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($10,425.14)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
IONX | ERC-20 | 1.387381M | $0.007514 |
$10,425.14 | |
UNI-V2 | ERC-20 | 334.05221 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19460487 | 8 months ago | | | 0 | 0.0014244894 | |
| 18772792 | a year ago | | | 0 | 0.0031459353 | |
| 18750747 | a year ago | | | 0 | 0.0013217602 | |
| 18701709 | a year ago | | | 0 | 0.0017282162 | |
| 18693685 | a year ago | | | 0 | 0.0023460731 | |
| 18072691 | a year ago | | | 0 | 0.0036091249 | |
| 17843277 | a year ago | | | 0 | 0.0022319987 | |
| 17059374 | 2 years ago | | | 0 | 0.0024241885 | |
| 17059332 | 2 years ago | | | 0 | 0.0048073590 | |
| 16956087 | 2 years ago | | | 0 | 0.0040582107 |
ABI
ABI objects
Getter at block 21314853
currentEpochMultiplier() view returns (uint128)
54446097883597883
epoch1Start() view returns (uint256)
1637012580
epochDuration() view returns (uint256)
604800
getCurrentEpoch() view returns (uint128)
159
isPaused() view returns (bool)
false
owner() view returns (address)
0xb8d175f16742395f530e0b3bc1d30bd06b78cda9
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)
renounceOwnership()
setPausedState(bool paused)
transferOwnership(address newOwner)
withdraw(address tokenAddress, uint256 amount)
withdrawEther(address receiver, 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)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PausedStateSet(bool isPaused)
Withdraw(address indexed user, address indexed tokenAddress, uint256 amount)
WithdrawStuckERC20(address indexed receiver, address indexed tokenAddress, uint256 amount)
WithdrawStuckERC721(address indexed receiver, address indexed tokenAddress, uint256 indexed tokenId)
WithdrawStuckEther(address indexed receiver, uint256 amount)
constructor(uint256 _epoch1Start, uint256 _epochDuration)
This contract contains no fallback and receive objects.
This contract contains no error objects.