SleepBedroom
Verified contract
Active on
Ethereum with 2,565 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x3c1e…e07f
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
SLEEP | ERC-20 | 4.846795M | -- | -- | |
UNI-V2 | ERC-20 | 3.176071K | -- | -- | |
UNI-V2 | ERC-20 | 560.146278 | -- | -- | |
UNI-V2 | ERC-20 | 94.020744 | -- | -- | |
UNI-V2 | ERC-20 | 4.93465 | -- | -- | |
UNI-V2 | ERC-20 | 1.606253 | -- | -- | |
UNI-V2 | ERC-20 | 0.897917 | -- | -- | |
UNI-V2 | ERC-20 | 0.791633 | -- | -- | |
UNI-V2 | ERC-20 | 0.651945 | -- | -- | |
UNI-V2 | ERC-20 | 0.077321 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12372226 | 4 years ago | | | 0 | 0.0042361500 | |
| 12372155 | 4 years ago | | | 0 | 0.0040950690 | |
| 11534599 | 4 years ago | | | 0 | 0.010380060 | |
| 11534591 | 4 years ago | | | 0 | 0.010552329 | |
| 11401730 | 4 years ago | | | 0 | 0.0023292900 | |
| 11378349 | 4 years ago | | | 0 | 0.0029892557 | |
| 11370691 | 4 years ago | | | 0 | 0.0071362913 | |
| 11370675 | 4 years ago | | | 0 | 0.0062233383 | |
| 11343694 | 4 years ago | | | 0 | 0.0020704800 | |
| 11343686 | 4 years ago | | | 0 | 0.0023104800 |
ABI
ABI objects
Getter at block 21267574
BONUS_MULTIPLIER() view returns (uint256)
1
MAX_EXTRA_REWARD_BLOCK_INTERVAL() view returns (uint256)
100000
bonusEndBlock() view returns (uint256)
10959406
devaddr() view returns (address)
0x3e95a242974df424291bd19ac2ff58c644a986a2
extraSleepPerBlock() view returns (uint256)
1000000000000000000
getHalvingFactor() view returns (uint256)
10141204801825835211973625643008
maxExtraReward() view returns (uint256)
10000000000000000000000
migrator() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0x58d06847f35dd430012d1b00382c58d6a341aa64
poolLength() view returns (uint256)
16
sleep() view returns (address)
0x3c1ee45e11e90fc20427be5e6db5fee557f1e07f
sleepPerBlock() view returns (uint256)
100000000000000000000
startBlock() view returns (uint256)
10957406
totalAllocPoint() view returns (uint256)
5200
Read-only
getExtraReward(uint256 _pid, uint256 startStakeBlock, uint256 endBlock, uint256 numLPTokens) view returns (uint256)
getExtraRewardForUser(uint256 _pid, address _userAddress) view returns (uint256)
getMaxExtraReward(uint256 _pid, uint256 startStakeBlock, uint256 endBlock) view returns (uint256)
getMultiplier(uint256 _from, uint256 _to) view returns (uint256)
pendingSleep(uint256 _pid, address _user) view returns (uint256)
poolInfo(uint256) view returns (address lpToken, uint256 allocPoint, uint256 lastRewardBlock, uint256 accSleepPerShare)
userInfo(uint256, address) view returns (uint256 amount, uint256 rewardDebt, uint256 startStakeTime)
State-modifying
Events add(uint256 _allocPoint, address _lpToken, bool _withUpdate)
deposit(uint256 _pid, uint256 _amount)
dev(address _devaddr)
emergencyWithdraw(uint256 _pid)
massUpdatePools()
migrate(uint256 _pid)
renounceOwnership()
set(uint256 _pid, uint256 _allocPoint, bool _withUpdate)
setMaxExtraReward(uint256 _maxExtraReward)
setMigrator(address _migrator)
transferOwnership(address newOwner)
updatePool(uint256 _pid)
withdraw(uint256 _pid, uint256 _amount)
Deposit(address indexed user, uint256 indexed pid, uint256 amount)
EmergencyWithdraw(address indexed user, uint256 indexed pid, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Withdraw(address indexed user, uint256 indexed pid, uint256 amount)
constructor(address _sleep, address _devaddr, uint256 _sleepPerBlock, uint256 _startBlock, uint256 _bonusEndBlock, uint256 _extraSleepPerBlock, uint256 _maxExtraReward)
This contract contains no fallback and receive objects.
This contract contains no error objects.