LineFi Game Token
Verified contract
Active on
Ethereum with 689 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
LFG | ERC-20 | 1K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20981959 | a month ago | | | 0 | 0.00021785839 | |
| 20841338 | 2 months ago | | | 0 | 0.00039824409 | |
| 20787194 | 2 months ago | | | 0 | 0.00048194023 | |
| 20550606 | 3 months ago | | | 0 | 0.000043642452 | |
| 20090484 | 5 months ago | | | 0 | 0.00024335067 | |
| 20001326 | 5 months ago | | | 0 | 0.00016573586 | |
| 20001267 | 5 months ago | | | 0 | 0.00016343624 | |
| 19875656 | 6 months ago | | | 0 | 0.00021030257 | |
| 19875656 | 6 months ago | | | 0 | 0.00020985267 | |
| 19715702 | 7 months ago | | | 0 | 0.00013742342 |
ABI
ABI objects
Getter at block 21177203
_burnFee() view returns (uint256)
0
_liquidityFee() view returns (uint256)
45
_payee() view returns (address)
0xd8fa9591b086f98047700ca34b1ca05d42fb474d
decimals() pure returns (uint8)
18
name() view returns (string)
LineFi Game Token
owner() view returns (address)
0xd8fa9591b086f98047700ca34b1ca05d42fb474d
paused() view returns (bool)
false
symbol() view returns (string)
LFG
totalSupply() view returns (uint256)
35000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
pair(address _pair) view returns (bool)
State-modifying
Events addPairs(address toPair, bool _enable)
approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
manualBurn(uint256 amount)
manualswap()
mint(address _to, uint256 _amount)
pause()
renounceOwnership()
setBurnFee(uint256 burnFee)
setIsSwapAndLp(bool _isSwapAndLp)
setLiquidityFeePercent(uint256 liquidityFee)
setPayee(address payee)
setTrading(uint256 _tradingTime)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
unpause()
withdraw(address token)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 value)
Unpaused(address account)
constructor(uint256 _initialSupply)
receive()
This contract contains no error objects.