Staking 1INCH v2
Verified contract
Active on
Ethereum with 16,315 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($106,627,077.11)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
1INCH | ERC-20 | 258.871445M | $0.411892 |
$106,627,077.11 | |
HQG | ERC-20 | 9 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21284135 | an hour ago | | | 0 | 0.0014360731 | |
| 21283403 | 4 hours ago | | | 0 | 0.0018694845 | |
| 21281209 | 11 hours ago | | | 0 | 0.0038239069 | |
| 21281012 | 12 hours ago | | | 0 | 0.0029795819 | |
| 21278831 | 19 hours ago | | | 0 | 0.00035721744 | |
| 21278828 | 19 hours ago | | | 0 | 0.00035906860 | |
| 21278828 | 19 hours ago | | | 0 | 0.0021923910 | |
| 21274016 | a day ago | | | 0 | 0.0015369716 | |
| 21273755 | 2 days ago | | | 0 | 0.0030963627 | |
| 21273722 | 2 days ago | | | 0 | 0.0012282820 |
ABI
ABI objects
Getter at block 21284494
MAX_LOCK_PERIOD() view returns (uint256)
63072000
MIN_LOCK_PERIOD() view returns (uint256)
2592000
decimals() view returns (uint8)
18
defaultFarm() view returns (address)
0x1a87c0f9cca2f0926a155640e8958a8a6b0260be
emergencyExit() view returns (bool)
false
expBase() view returns (uint256)
999999952502977513
feeReceiver() view returns (address)
0x7951c7ef839e26f63da87a42c9a87986507f1c07
maxLossRatio() view returns (uint256)
900000000
minLockPeriodRatio() view returns (uint256)
100000000
name() view returns (string)
Staking 1INCH v2
oneInch() view returns (address)
0x111111111117dc0aa78b770fa6a738034120c302
origin() view returns (uint256)
1671729563
owner() view returns (address)
0x7951c7ef839e26f63da87a42c9a87986507f1c07
podCallGasLimit() view returns (uint256)
500000
podsLimit() view returns (uint256)
5
symbol() view returns (string)
st1INCH
totalDeposits() view returns (uint256)
258871444715293631427504890
totalSupply() view returns (uint256)
469193192615614855017507034
Read-only
allowance(address owner, address spender) view returns (uint256)
approve(address, uint256) pure returns (bool)
balanceOf(address account) view returns (uint256)
decreaseAllowance(address, uint256) pure returns (bool)
depositors(address) view returns (uint40 lockTime, uint40 unlockTime, uint176 amount)
earlyWithdrawLoss(address account) view returns (uint256 loss, uint256 ret, bool canWithdraw)
hasPod(address account, address pod) view returns (bool)
increaseAllowance(address, uint256) pure returns (bool)
podAt(address account, uint256 index) view returns (address)
podBalanceOf(address pod, address account) view returns (uint256)
pods(address account) view returns (address[])
podsCount(address account) view returns (uint256)
transfer(address, uint256) pure returns (bool)
transferFrom(address, address, uint256) pure returns (bool)
votingPower(uint256 balance) view returns (uint256)
votingPowerAt(uint256 balance, uint256 timestamp) view returns (uint256)
votingPowerOf(address account) view returns (uint256)
votingPowerOfAt(address account, uint256 timestamp) view returns (uint256)
State-modifying
Events addPod(address pod)
deposit(uint256 amount, uint256 duration)
depositFor(address account, uint256 amount)
depositForWithPermit(address account, uint256 amount, bytes permit)
depositWithPermit(uint256 amount, uint256 duration, bytes permit)
earlyWithdraw(uint256 minReturn, uint256 maxLoss)
earlyWithdrawTo(address to, uint256 minReturn, uint256 maxLoss)
removeAllPods()
removePod(address pod)
renounceOwnership()
rescueFunds(address token, uint256 amount)
setDefaultFarm(address defaultFarm_)
setEmergencyExit(bool emergencyExit_)
setFeeReceiver(address feeReceiver_)
setMaxLossRatio(uint256 maxLossRatio_)
setMinLockPeriodRatio(uint256 minLockPeriodRatio_)
transferOwnership(address newOwner)
withdraw()
withdrawTo(address to)
Approval(address indexed owner, address indexed spender, uint256 value)
DefaultFarmSet(address defaultFarm)
EmergencyExitSet(bool status)
FeeReceiverSet(address receiver)
MaxLossRatioSet(uint256 ratio)
MinLockPeriodRatioSet(uint256 ratio)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PodAdded(address account, address pod)
PodRemoved(address account, address pod)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address oneInch_, uint256 expBase_)
This contract contains no fallback and receive objects.
ApproveDisabled()
DefaultFarmTokenMismatch()
DepositsDisabled()
ExpBaseTooBig()
ExpBaseTooSmall()
IndexOutOfBounds()
InsufficientGas()
InvalidPodAddress()
LockTimeLessMinLock()
LockTimeMoreMaxLock()
LossIsTooBig()
MaxLossIsNotMet()
MaxLossOverflow()
MinLockPeriodRatioNotReached()
MinReturnIsNotMet()
OriginInTheFuture()
OutputArrayTooSmall()
PodAlreadyAdded()
PodNotFound()
PodsLimitReachedForAccount()
PopFromEmptyArray()
ReentrantCall()
RescueAmountIsTooLarge()
SafePermitBadLength()
SafeTransferFailed()
SafeTransferFromFailed()
StakeUnlocked()
TransferDisabled()
UnlockTimeHasNotCome()
ZeroAddress()
ZeroPodsLimit()