LPToken

Verified contract

Implementation

Active on Ethereum with 0 txns
Deployed by via 0x5ac3fe83 at 12301860
Slot
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
-
variable spans 43 additional slots

No balances found for "LPToken"

No transactions found for "LPToken"


Functions
Getter at block 21223072
decimals(view returns (uint8)
0
lpTokenBurner(view returns (address)
0x0000000000000000000000000000000000000000
lpTokenMinter(view returns (address)
0x0000000000000000000000000000000000000000
name(view returns (string)
owner(view returns (address)
0x0000000000000000000000000000000000000000
paused(view returns (bool)
false
perAccountCap(view returns (uint256)
0
symbol(view returns (string)
totalSupply(view returns (uint256)
0
totalSupplyCap(view returns (uint256)
0
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
burnWeightPH(addressview returns (uint256)
burnableAmtOf(address _accountview returns (uint256)
burnableAmtPH(addressview returns (uint256)
canMintPerAccountCap(address _accountuint256 _amountview returns (uint256)
canMintPerTotalSupply(uint256 _amountview returns (uint256)
pendingBurnAmtPH(addressview returns (uint256)
rewardDebt(addressview returns (uint256)
rewardDebtOf(address _accountview returns (uint256)
State-modifying
approve(address spenderuint256 amountreturns (bool)
burn(address _accountuint256 _amountuint256 _poolRewardPerLPToken
decreaseAllowance(address spenderuint256 subtractedValuereturns (bool)
increaseAllowance(address spenderuint256 addedValuereturns (bool)
initializeLPToken(string _namestring _symboluint8 _decimals
mint(address _accountuint256 _amountuint256 _poolRewardPerLPToken
pauseAll(
proposeToBurn(address _accountuint256 _amountuint256 _blockWeightDuration
renounceOwnership(
setup(address _lpTokenMinteraddress _lpTokenBurner
setupDecimals(uint8 _decimals
setupMintCap(uint256 _totalSupplyCapuint256 _perAccountCap
transfer(address recipientuint256 amountreturns (bool)
transferFrom(address senderaddress recipientuint256 amountreturns (bool)
transferOwnership(address newOwner
unPauseAll(
Events
Approval(address indexed owneraddress indexed spenderuint256 value
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Paused(address account
TokenBurn(address indexed _fromaddress indexed _touint256 _amount
TokenMint(address indexed _fromaddress indexed _touint256 _amount
Transfer(address indexed fromaddress indexed touint256 value
Unpaused(address account
Constructor

This contract contains no constructor objects.

Fallback and receive

This contract contains no fallback and receive objects.

Errors

This contract contains no error objects.