BottoLiquidityMiningV2
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
2
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
Balances ($0.00)
No balances found for "BottoLiquidityMiningV2"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "BottoLiquidityMiningV2"
ABI
ABI objects
Getter at block 21168291
botto() view returns (address)
0x0000000000000000000000000000000000000000
bottoEth() view returns (address)
0x0000000000000000000000000000000000000000
endTime() view returns (uint256)
0
firstStakeTime() view returns (uint256)
0
owner() view returns (address)
0x0000000000000000000000000000000000000000
startTime() view returns (uint256)
0
totalClaimedRewards() view returns (uint256)
0
totalDepositRewards() view returns (uint256)
0
totalRewards() view returns (uint256)
0
totalStake() view returns (uint256 total)
0
totalStakers() view returns (uint256)
0
Read-only
totalUserStake(address user) view returns (uint256 total)
userClaimedRewards(address) view returns (uint256)
State-modifying
Events deposit(uint256 _totalRewards, uint256 _startTime, uint256 _endTime)
initialize(address _bottoEth, address _botto)
payout() returns (uint256 reward)
renounceOwnership()
rescueTokens(address tokenToRescue, address to, uint256 amount)
stake(uint256 bottoEthIn)
transferOwnership(address newOwner)
updateEndTime(uint256 _endTime)
withdraw() returns (uint256 bottoEthOut, uint256 reward)
Deposit(uint256 totalRewards, uint256 startTime, uint256 endTime)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Payout(address indexed staker, uint256 reward)
Stake(address indexed staker, uint256 bottoEthIn)
Withdraw(address indexed staker, uint256 bottoEthOut)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.