Linu Base

Verified contract

Active on Base with 94 txns
Deployed by via 0xc7c3ba4c at 12595992
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
--
ERC-20
--
ERC-20
--
0x5228a01f352ce4474d24ae026639d01c7ba63753c787eb667855620da2ad5b20
0x28297ef7b90043df9ffb9161bc1d95b64e8f604fe91ac5a57560e5d37180547d
0xb2c364532a6b739816889ed4d069bf9e6ef782fae4e6d15277b86653c0a415aa
0xe73c59174554e49741f71be960d0352f4931bc38d096e218ad90d770a4cf5713
0xfe5d9ac7a804b4e630a51bb81fca945e872120ef710750037a263d85601c1c77
0x68c37ddc99e95c885820145d9e36fb7500d1ccdc8662d204ca508d9ac6dcf946
0xfcf8a676626314a383d3e6726289719b5ec20d77239fa6095822cdce5d98a6d8
0x9949c62035ff1e08f0a27a48e62819f9d6356c39ccff89590b2cb0ee430cbfcd
0xc2d0b23f0bdfad59a3c7484e1bda54c5b8a733609614603f0ad9a745ebb1e651
0xbb7f674d460f7c3ed061b2b75352895e651594238b123f1fc70ff179e0a55ca7

Functions
Getter at block 21858981
amountPerUnits(view returns (uint256)
2500000000000000000000
decimals(view returns (uint8)
18
eachAddressLimitEthers(view returns (uint256)
1000000000000000000
launcher(view returns (address)
0xd75ee57793268dbeae2a29cfd26bc6a0ec6119fe
lockDuration(view returns (uint256)
31536000
lockTime(view returns (uint256)
1713506397
lpPair(view returns (address)
0x38c8bf8032232a89b97a665858eb9fc82f80b809
mintLimit(view returns (uint256)
50000000000000000000000000
minted(view returns (uint256)
2075000000000000000000000
name(view returns (string)
Linu Base
price(view returns (uint256)
1000000000000000
started(view returns (bool)
true
swapTokensAtAmount(view returns (uint256)
35000000000000000000000
symbol(view returns (string)
LINU
tax(view returns (uint256)
5
taxWallet(view returns (address)
0xb735e95f479c142c3cadb5accce73a2a30f22143
totalSupply(view returns (uint256)
4150000000000000000000000
uniswapFactory(view returns (address)
0x8909dc15e40173ff4699343b6eb8132c65e18ec6
uniswapRouter(view returns (address)
0x4752ba5dbc23f44d87826276bf6fd6b1c372ad24
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
isExcludedFromFees(address accountview returns (bool)
State-modifying
approve(address spenderuint256 valuereturns (bool)
transfer(address touint256 valuereturns (bool)
transferFrom(address fromaddress touint256 valuereturns (bool)
unlockLiquidity(
Events
Approval(address indexed owneraddress indexed spenderuint256 value
FairMinted(address indexed touint256 amountuint256 ethAmountuint256 tokenLeft
LaunchEvent(address indexed touint256 amountuint256 ethAmountuint256 liquidity
RefundEvent(address indexed fromuint256 amountuint256 eth
Transfer(address indexed fromaddress indexed touint256 value
Constructor
constructor(address _taxWalletaddress _uniswapRouteraddress _uniswapFactory
Fallback and receive
receive(
Errors
ERC20InsufficientAllowance(address spenderuint256 allowanceuint256 needed
ERC20InsufficientBalance(address senderuint256 balanceuint256 needed
ERC20InvalidApprover(address approver
ERC20InvalidReceiver(address receiver
ERC20InvalidSender(address sender
ERC20InvalidSpender(address spender
ReentrancyGuardReentrantCall(