LPToken
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
0
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
-
variable spans 43 additional slots
Balances ($0.00)
No balances found for "LPToken"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "LPToken"
ABI
ABI objects
Getter at block 21223621
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 owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
burnWeightPH(address) view returns (uint256)
burnableAmtOf(address _account) view returns (uint256)
burnableAmtPH(address) view returns (uint256)
canMintPerAccountCap(address _account, uint256 _amount) view returns (uint256)
canMintPerTotalSupply(uint256 _amount) view returns (uint256)
pendingBurnAmtPH(address) view returns (uint256)
rewardDebt(address) view returns (uint256)
rewardDebtOf(address _account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(address _account, uint256 _amount, uint256 _poolRewardPerLPToken)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initializeLPToken(string _name, string _symbol, uint8 _decimals)
mint(address _account, uint256 _amount, uint256 _poolRewardPerLPToken)
pauseAll()
proposeToBurn(address _account, uint256 _amount, uint256 _blockWeightDuration)
renounceOwnership()
setup(address _lpTokenMinter, address _lpTokenBurner)
setupDecimals(uint8 _decimals)
setupMintCap(uint256 _totalSupplyCap, uint256 _perAccountCap)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
unPauseAll()
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
TokenBurn(address indexed _from, address indexed _to, uint256 _amount)
TokenMint(address indexed _from, address indexed _to, uint256 _amount)
Transfer(address indexed from, address indexed to, uint256 value)
Unpaused(address account)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.