ScrambleChef
Verified contract
Active on
Ethereum with 9,886 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x63b4…5e3b
0xed79…d733
0x400a…4ebb
0x7a38…1bb0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WHITE | ERC-20 | 60.274139M | -- | -- | |
UNI-V2 | ERC-20 | 796.558794K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20533508 | 3 months ago | | | 0 | 0.00083467427 | |
| 20357657 | 4 months ago | | | 0 | 0.0024282466 | |
| 20268111 | 5 months ago | | | 0 | 0.00097867163 | |
| 20217342 | 5 months ago | | | 0 | 0.0010778926 | |
| 20063593 | 6 months ago | | | 0 | 0.0037089730 | |
| 19927685 | 6 months ago | | | 0 | 0.00048577605 | |
| 19927683 | 6 months ago | | | 0 | 0.00049524538 | |
| 19927679 | 6 months ago | | | 0 | 0.00045739982 | |
| 19927678 | 6 months ago | | | 0 | 0.00044748584 | |
| 19927676 | 6 months ago | | | 0 | 0.00046088806 |
ABI
ABI objects
Getter at block 21289264
dailyDebaseRateHardCap() view returns (uint256)
20000000000000000000
fullProtec() view returns (address)
0x400afbc1bba6e8ff4462d161f7dc24e4873d4ebb
getDebaseRate() view returns (uint256)
2314814814814
lastTimestamp() view returns (uint256)
1723718591
owner() view returns (address)
0xec8168a2759a753ab707047a64c0d78dddfa909d
poolLength() view returns (uint256)
2
rewardPerSecond() view returns (uint256)
10000000000000000000
scramble() view returns (address)
0x63b420fb3294ba1d300ce5d3ba4bbca0f4fe5e3b
scrambleLp() view returns (address)
0xed7985385bf434f0815aa9c90450945aee02d733
startTimestamp() view returns (uint256)
1702744247
totalAllocPoint() view returns (uint256)
1000
white() view returns (address)
0x7a38afa395666799b3dbfe22c0d1467fec931bb0
Read-only
claimMultiplierLevel(address) view returns (uint256)
getClaimMultiplierUpgradePrice(address _account) view returns (uint256)
getPendingBonusRewards(address _account) view returns (uint256)
getPendingBonusXp(address _account) view returns (uint256)
getPendingXp(address _account) view returns (uint256)
getXpMultiplierUpgradePrice(address _account) view returns (uint256)
lastClaimedBlock(address) view returns (uint256)
lockDurations(uint256) view returns (uint256)
pendingReward(uint256 _pid, address _user) view returns (uint256)
poolInfo(uint256) view returns (address lpToken, uint256 allocPoint, uint256 lastRewardTimestamp, uint256 accRewardPerShare)
totalStakedInPool(uint256) view returns (uint256)
userInfo(uint256, address) view returns (uint256 amount, uint256 rewardDebt, uint256 lockEndedTimestamp)
xpAccumulated(address) view returns (uint256)
xpMultiplierLevel(address) view returns (uint256)
State-modifying
Events add(uint256 _allocPoint, address _lpToken, bool _withUpdate)
deposit(uint256 _pid, uint256 _amount, address _account)
emergencyWithdraw(address lpToken, uint256 amount)
makeScramble(address _account)
renounceOwnership()
set(uint256 _pid, uint256 _allocPoint, bool _withUpdate)
setDailyDebaseRateHardCap(uint256 _dailyDebaseRateHardCap)
setLockDuration(uint256 _pid, uint256 _lockDuration)
setWhiteVaultAddress(address _fullProtec)
transferOwnership(address newOwner)
updateRewardPerSecond(uint256 _rewardPerSecond)
upgradeScrambleMultiplier(address _account)
upgradeXpMultiplier(address _account)
withdraw(uint256 _pid, uint256 _amount, address _account)
Deposit(address indexed user, uint256 indexed pid, uint256 indexed amount)
LogPoolAddition(uint256 indexed pid, uint256 allocPoint, address indexed lpToken)
LogRewardPerSecond(uint256 amount)
LogSetLockDuration(uint256 indexed pid, uint256 lockDuration)
LogSetPool(uint256 indexed pid, uint256 allocPoint)
LogUpdatePool(uint256 indexed pid, uint256 lastRewardTimestamp, uint256 lpSupply, uint256 accRewardPerShare)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RewardPaid(address indexed user, uint256 indexed pid, uint256 indexed amount)
Withdraw(address indexed user, uint256 indexed pid, uint256 indexed amount)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.