SakeMasterV2
Verified contract
Active on
Ethereum with 4,197 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x0667…78b0
Balances ($5,895.24)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
SAKE | ERC-20 | 4.8347M | $0.001219 |
$5,895.24 | |
SLP | ERC-20 | 1.400434K | -- | -- | |
SLP | ERC-20 | 460.163015 | -- | -- | |
SLP | ERC-20 | 448.913879 | -- | -- | |
SLP | ERC-20 | 268.161018 | -- | -- | |
SLP | ERC-20 | 59.198839 | -- | -- | |
SLP | ERC-20 | 18.209177 | -- | -- | |
SLP | ERC-20 | 2.256131 | -- | -- | |
SLP | ERC-20 | 0.989949 | -- | -- | |
SLP | ERC-20 | 0.989439 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18728369 | a year ago | | | 0 | 0.010309437 | |
| 18678615 | a year ago | | | 0 | 0.0051174850 | |
| 17329987 | a year ago | | | 0 | 0.0078171369 | |
| 17326938 | 2 years ago | | | 0 | 0.0024857700 | |
| 16705009 | 2 years ago | | | 0 | 0.0043921500 | |
| 16490920 | 2 years ago | | | 0 | 0.0020947636 | |
| 15894006 | 2 years ago | | | 0 | 0.0018689036 | |
| 15797184 | 2 years ago | | | 0 | 0.0036490938 | |
| 15529056 | 2 years ago | | | 0 | 0.0013696984 | |
| 15529056 | 2 years ago | | | 0 | 0.0010205598 |
ABI
ABI objects
Getter at block 21258541
BONUS_MULTIPLIER() view returns (uint256)
2
admin() view returns (address)
0x54a42e47e1e6b5b02c095d0ee0dbe36a059e45b4
lpFeeRatio() view returns (uint8)
0
owner() view returns (address)
0x142151d3b15b8961f2937cf7880bcd10c050800c
poolLength() view returns (uint256)
33
sake() view returns (address)
0x066798d9ef0833ccc719076dab77199ecbd178b0
sakeFeeAddress() view returns (address)
0x5fe808a4889b714496e7b821c8542e26be2f8f67
sakeFeeRatio() view returns (uint8)
10
sakeMaker() view returns (address)
0xea3978b82419d5671c14aa6151b7e92fc0b1fd22
sakePerBlockTradeMining() view returns (uint256)
10000000000000000000
sakePerBlockYieldFarming() view returns (uint256)
5000000000000000000
startBlock() view returns (uint256)
11070600
totalAllocPoint() view returns (uint256)
12464
tradeMiningEndBlock() view returns (uint256)
13374600
tradeMiningEndBlockNum() view returns (uint256)
2304000
tradeMiningSpeedUpEndBlock() view returns (uint256)
11262600
tradeMiningSpeedUpEndBlockNum() view returns (uint256)
192000
withdrawInterval() view returns (uint256)
192000
yieldFarmingIIEndBlock() view returns (uint256)
12222600
yieldFarmingIIEndBlockNum() view returns (uint256)
1152000
Read-only
getMultiplier(uint256 _from, uint256 _to) view returns (uint256 multipY, uint256 multipT)
getSakePerBlock(uint256 blockNum) view returns (uint256)
pendingSake(uint256 _pid, address _user) view returns (uint256)
poolInfo(uint256) view returns (address lpToken, address sToken, uint256 allocPoint, uint256 lastRewardBlock, uint256 accSakePerShare, uint256 multiplierSToken, bool sakeLockSwitch)
userInfo(uint256, address) view returns (uint256 amount, uint256 amountStoken, uint256 amountLPtoken, uint256 pengdingSake, uint256 rewardDebt, uint256 lastWithdrawBlock)
State-modifying
Events add(uint256 _allocPoint, uint256 _multiplierSToken, address _lpToken, address _sToken, bool _withUpdate)
deposit(uint256 _pid, uint256 _amountlpToken, uint256 _amountsToken)
emergencyWithdraw(uint256 _pid)
handoverSakeMintage(address newOwner)
massUpdatePools()
renounceOwnership()
set(uint256 _pid, uint256 _allocPoint, bool _withUpdate)
setAdmin(address _adminaddr)
setLpFeeRatio(uint8 newRatio)
setMultiplierSToken(uint256 _pid, uint256 _multiplierSToken, bool _withUpdate)
setSakeFeeAddress(address _sakeFeeAddress)
setSakeFeeRatio(uint8 newRatio)
setSakeLockSwitch(uint256 _pid, bool _sakeLockSwitch, bool _withUpdate)
setSakeMaker(address _sakeMaker)
setSakePerBlockTradeMining(uint256 _sakePerBlockTradeMining, bool _withUpdate)
setSakePerBlockYieldFarming(uint256 _sakePerBlockYieldFarming, bool _withUpdate)
setTradeMiningEndBlock(uint256 _endBlock)
setTradeMiningSpeedUpEndBlock(uint256 _endBlock)
setWithdrawInterval(uint256 _blockNum)
setYieldFarmingIIEndBlock(uint256 _endBlock)
transferOwnership(address newOwner)
updatePool(uint256 _pid)
withdraw(uint256 _pid, uint256 _amountLPtoken)
Deposit(address indexed user, uint256 indexed pid, uint256 amountLPtoken, uint256 amountStoken)
EmergencyWithdraw(address indexed user, uint256 indexed pid, uint256 amountLPtoken)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Withdraw(address indexed user, uint256 indexed pid, uint256 amountLPtoken)
constructor(address _sake, address _admin, address _sakeMaker, address _sakeFeeAddress, uint256 _startBlock)
This contract contains no fallback and receive objects.
This contract contains no error objects.