Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Slopes"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11649210 | 4 years ago | | | 0 | 0.0052990800 | |
| 11649208 | 4 years ago | | | 0 | 0.017433360 | |
| 11649207 | 4 years ago | | | 0 | 0.017436000 | |
| 11649205 | 4 years ago | | | 0 | 0.017433360 | |
| 11649202 | 4 years ago | | | 0 | 0.017433360 | |
| 11649200 | 4 years ago | | | 0 | 0.017433360 | |
| 11649198 | 4 years ago | | | 0 | 0.017433360 | |
| 11649197 | 4 years ago | | | 0 | 0.017433360 | |
| 11649196 | 4 years ago | | | 0 | 0.017433360 | |
| 11649195 | 4 years ago | | | 0 | 0.017140440 |
ABI
ABI objects
Getter at block 21125142
active() view returns (bool)
true
deadlineTime() view returns (uint256)
300
poolLength() view returns (uint256)
9
protocolFee() view returns (uint256)
200
pwdrSentToAvalanche() view returns (uint256)
0
roundRobinFee() view returns (uint256)
500
stakingFee() view returns (uint256)
50
Read-only
_getLpTokenPrice(address _lpToken) view returns (uint256)
_getTokenPrice(address _token, address _lpToken) view returns (uint256)
contractWhitelist(address) view returns (bool)
getFeeForAmount(address _token, uint256 _amount) view returns (uint256)
getPoolStats(address _user, uint256 _pid) view returns (uint256[20] _pool)
getReservesAvailable(address _token) view returns (uint256)
getSlopesStats(address _user) view returns (bool _active, bool _accumulating, uint256[20][] _stats)
poolInfo(uint256) view returns (bool active, address token, address lpToken, bool lpStaked, uint256 weight, uint256 lastReward, uint256 totalStaked, uint256 totalShares, uint256 accPwdrPerShare, uint256 accTokenPerShare)
tokenPools(address) view returns (uint256)
userInfo(uint256, address) view returns (uint256 staked, uint256 shares, uint256 rewardDebt, uint256 claimed, uint256 tokenRewardDebt, uint256 tokenClaimed)
State-modifying
Events activate()
addPool(address _token, address _lpToken, bool _lpStaked, uint256 _weight)
addToWhitelist(address _contractAddress)
claim(uint256 _pid)
claimAll()
claimAllFor(address _user)
deposit(uint256 _pid, uint256 _amount)
emergencyClearance(address _token, uint256 _amount, bool _reset)
flashLoan(address _receiver, address _token, uint256 _amount, bytes _params)
massUpdatePools()
migrate()
removeFromWhitelist(address _contractAddress)
setActive(uint256 _pid, bool _active)
setFees(uint256 _stakingFee, uint256 _roundRobinFee, uint256 _protocolFee)
setLendingToken(address _token, bool _active)
setWeight(uint256 _pid, uint256 _weight)
updatePool(uint256 _pid)
withdraw(uint256 _pid, uint256 _amount)
Activated(address indexed user)
Claim(address indexed user, uint256 indexed pid, uint256 pwdrAmount, uint256 tokenAmount)
ClaimAll(address indexed user, uint256 pwdrAmount, uint256[] tokenAmounts)
ClearanceStarted(address indexed user, uint256 clearanceTime)
Deposit(address indexed user, uint256 indexed pid, uint256 amount)
EmergencyClearing(address indexed user, address token, uint256 amount)
FlashLoan(address indexed _receiver, address indexed _token, uint256 _amount, uint256 _totalFee)
FlashLoanCompleted(address indexed _user, address indexed _receiver, address indexed _token, uint256 _amount, uint256 _totalFee)
Migrate(address indexed user, uint256 amount)
PwdrPurchase(address indexed user, uint256 ethSpentOnPwdr, uint256 pwdrBought)
Withdraw(address indexed user, uint256 indexed pid, uint256 amount)
constructor(address addressRegistry)
receive()
This contract contains no error objects.