Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xf726…f0b2
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
BaldSwap-LP | ERC-20 | 4.920601K | -- | -- | |
BALDSWAP | ERC-20 | 60.387018 | -- | -- | |
BaldSwap-LP | ERC-20 | 24.125856 | -- | -- | |
BaldSwap-LP | ERC-20 | 19.583973 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 4096464 | a year ago | | | 0 | 0.0000012920920 | |
| 4082894 | a year ago | | | 0 | 0.000013432980 | |
| 3767731 | a year ago | | | 0 | 0.000013974957 | |
| 3767731 | a year ago | | | 0 | 0.000014773900 | |
| 3571788 | a year ago | | | 0 | 0.000012047538 | |
| 3571776 | a year ago | | | 0 | 0.000012095504 | |
| 3531745 | a year ago | | | 0 | 0.000015685983 | |
| 3426498 | a year ago | | | 0 | 0.000023495624 | |
| 3426490 | a year ago | | | 0 | 0.000023278946 | |
| 3426399 | a year ago | | | 0 | 0.000017715475 |
ABI
ABI objects
Getter at block 22779235
BONUS_MULTIPLIER() view returns (uint256)
1
allocRatio() view returns (uint8)
2
cake() view returns (address)
0xf726b769ea45edf14d159b23b2bda1a1af98f0b2
cakePerSecond() view returns (uint256)
1015634898000000000
owner() view returns (address)
0xe3ea149a05716a23514ce838e584eaeff9f5a6fc
ownerFee() view returns (uint256)
2500
poolLength() view returns (uint256)
4
startTime() view returns (uint256)
1690746600
totalAllocPoint() view returns (uint256)
1650
Read-only
getMultiplier(uint256 _from, uint256 _to) view returns (uint256)
lpTokenAdded(address) view returns (bool)
pendingCake(uint256 _pid, address _user) view returns (uint256)
poolInfo(uint256) view returns (address lpToken, uint256 allocPoint, uint256 lastRewardBlockTime, uint256 accCakePerShare)
userInfo(uint256, address) view returns (uint256 amount, uint256 rewardDebt)
State-modifying
Events add(uint256 _allocPoint, address _lpToken, bool _withUpdate)
deposit(uint256 _pid, uint256 _amount)
emergencyWithdraw(uint256 _pid)
enterStaking(uint256 _amount)
leaveStaking(uint256 _amount)
massUpdatePools()
reduceEmissions(uint256 _mintAmt)
renounceOwnership()
set(uint256 _pid, uint256 _allocPoint, bool _withUpdate)
setAllocRatio(uint8 _allocRatio)
setStartTime(uint256 _startTime)
transferOwnership(address newOwner)
updateMultiplier(uint256 multiplierNumber)
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 _cake, uint256 _cakePerSecond)
This contract contains no fallback and receive objects.
This contract contains no error objects.