Staked Scramble LP
Verified contract
Active on
Ethereum with 1,282 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x63b4…5e3b
0xed79…d733
Balances ($40.13)
Native
Value
$40.13
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.012879 | $3,115.76 |
$40.13 | |
UNI-V2 | ERC-20 | 5.210733M | -- | -- | |
SCRAMBLE | ERC-20 | 0 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19867972 | 6 months ago | | | 0 | 0.00022398990 | |
| 19751045 | 7 months ago | | | 0 | 0.0015261100 | |
| 19704713 | 7 months ago | | | 0 | 0.0027776814 | |
| 19698000 | 7 months ago | | | 0 | 0.0025578442 | |
| 19596053 | 7 months ago | | | 0 | 0.0042245577 | |
| 19564949 | 8 months ago | | | 0 | 0.0021726175 | |
| 19511518 | 8 months ago | | | 0 | 0.0022721699 | |
| 19425780 | 8 months ago | | | 0 | 0.020702306 | |
| 19409932 | 8 months ago | | | 0 | 0.0041599797 | |
| 19391405 | 8 months ago | | | 0 | 0.010373847 |
ABI
ABI objects
Getter at block 21223050
MAGNITUDE() view returns (uint256)
340282366920938463463374607431768211456
claimAllowed() view returns (bool)
false
compoundAllowed() view returns (bool)
true
decimals() view returns (uint8)
18
depositAllowed() view returns (bool)
true
feeReceiver() view returns (address)
0x2cf6187e6f7879ad5c4e3565f8c03ef5ab2f103d
getReserves() view returns (uint112, uint112)
(94717550407246437283980097, 16793049449584733)
lockTime() view returns (uint256)
604800
magnifiedEtherPerShare() view returns (uint256)
896838442104177097982200574474256934
name() view returns (string)
Staked Scramble LP
owner() view returns (address)
0xec8168a2759a753ab707047a64c0d78dddfa909d
router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
scramble() view returns (address)
0x63b420fb3294ba1d300ce5d3ba4bbca0f4fe5e3b
scrambleLp() view returns (address)
0xed7985385bf434f0815aa9c90450945aee02d733
symbol() view returns (string)
stSLP
totalEtherDistributed() view returns (uint256)
345783459372890374308
totalSupply() view returns (uint256)
5210732565261111262452888
withdrawAllowed() view returns (bool)
true
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
compoundedLpTokens(address) view returns (uint256)
cumulativeEtherOf(address _user) view returns (uint256)
etherOf(address _user) view returns (uint256)
getCompoundInputParametersOfUser(address _user, uint256 swapSlippage, uint256 liqSlippage) view returns (uint256, uint256)
getSwapAmount(uint256 r, uint256 a) pure returns (uint256)
magnifiedEtherCorrections(address) view returns (int256)
percentShareOf(address _user) view returns (uint256)
userLockEndTimestamp(address) view returns (uint256)
withdrawnEther(address) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
claim()
compound(uint256 _amountOutMin, uint256 _amountTokenMin, uint256 _amountETHMin)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
deposit(uint256 amount)
distributeEther() payable
emergencyWithdrawEth(uint256 _amount)
emergencyWithdrawScrambleLp(uint256 _amount)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
setAllowedActions(bool _depositAllowed, bool _withdrawAllowed, bool _claimAllowed, bool _compoundAllowed)
setFeeReceiverAddress(address _address)
setLockTime(uint256 _lockTime)
setScrambleAddress(address _address)
setScrambleLpAddress(address _address)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
withdraw(uint256 amount)
Approval(address indexed owner, address indexed spender, uint256 value)
Claim(address indexed user, uint256 lpStaked, uint256 ethClaimed)
Compound(address indexed user, uint256 lpStaked, uint256 ethClaimed, uint256 lpAdded)
Deposit(address indexed user, uint256 amountLp)
EtherDistributed(address indexed from, uint256 weiAmount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
Withdraw(address indexed user, uint256 amountLp, uint256 voidedEthRewards)
This contract contains no constructor objects.
receive()
This contract contains no error objects.