Staking 1INCH v2

Verified contract

Active on Ethereum with 16,315 txns
Deployed by via 0xd6d5ad71 at 16241691
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
Value $106,627,077.11
ERC-20
--
0x02d5c923beda975988e20b841d9c26810844ab5577eef6c8ff14edf6d8cb0d47
0x02b9d7651d5e57f950bdfdd1487cad147ffd8a3c4e0afcdb87fa41a5e68f0df7
0x87bf792a28e8c3c70286a0033bbdd2da8910b0dd7f8c1b69d05c5b21b18b99dd
0xb8abe808e8a217f55db28d88d3709966deeda2fd2ea82950f67eb4d5d83b5361
0x0417b27a76818ffce857dcec0cff775fc406ad027eababf4941f7c78447dbb35
0xa8890544051719f627c1958736f329d5a1f800ea7ee94e1e8b4c9f7ca6043995
0xd22506fc3a76b144074b075c3800bb27dce25906da123b54940bc9425d3d57cb
0xc061efbb90a5131b5d984639fec7486f2af3c613e90f4ebca393d5a66f098d4c
0x74d882c9139322782b55c13a8c822fc7017c82a0ae3caf9343e45b3afe212263
0x22c4d63e1d1bef003208de3835673be08a814c99a78d0d58c4e1e0c9c6492f1b

Functions
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 owneraddress spenderview returns (uint256)
approve(addressuint256pure returns (bool)
balanceOf(address accountview returns (uint256)
decreaseAllowance(addressuint256pure returns (bool)
depositors(addressview returns (uint40 lockTimeuint40 unlockTimeuint176 amount)
earlyWithdrawLoss(address accountview returns (uint256 lossuint256 retbool canWithdraw)
hasPod(address accountaddress podview returns (bool)
increaseAllowance(addressuint256pure returns (bool)
podAt(address accountuint256 indexview returns (address)
podBalanceOf(address podaddress accountview returns (uint256)
pods(address accountview returns (address[])
podsCount(address accountview returns (uint256)
transfer(addressuint256pure returns (bool)
transferFrom(addressaddressuint256pure returns (bool)
votingPower(uint256 balanceview returns (uint256)
votingPowerAt(uint256 balanceuint256 timestampview returns (uint256)
votingPowerOf(address accountview returns (uint256)
votingPowerOfAt(address accountuint256 timestampview returns (uint256)
State-modifying
addPod(address pod
deposit(uint256 amountuint256 duration
depositFor(address accountuint256 amount
depositForWithPermit(address accountuint256 amountbytes permit
depositWithPermit(uint256 amountuint256 durationbytes permit
earlyWithdraw(uint256 minReturnuint256 maxLoss
earlyWithdrawTo(address touint256 minReturnuint256 maxLoss
removeAllPods(
removePod(address pod
renounceOwnership(
rescueFunds(address tokenuint256 amount
setDefaultFarm(address defaultFarm_
setEmergencyExit(bool emergencyExit_
setFeeReceiver(address feeReceiver_
setMaxLossRatio(uint256 maxLossRatio_
setMinLockPeriodRatio(uint256 minLockPeriodRatio_
transferOwnership(address newOwner
withdraw(
withdrawTo(address to
Events
Approval(address indexed owneraddress indexed spenderuint256 value
DefaultFarmSet(address defaultFarm
EmergencyExitSet(bool status
FeeReceiverSet(address receiver
MaxLossRatioSet(uint256 ratio
MinLockPeriodRatioSet(uint256 ratio
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
PodAdded(address accountaddress pod
PodRemoved(address accountaddress pod
Transfer(address indexed fromaddress indexed touint256 value
Constructor
constructor(address oneInch_uint256 expBase_
Fallback and receive

This contract contains no fallback and receive objects.

Errors
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(