Felix on Base
Verified contract
Active on
Base with 278,997 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 14 additional slots
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
FELIX | ERC-20 | 20.315034 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21963139 | a day ago | | | 0 | 5.4029353e-7 | |
| 21951928 | a day ago | | | 0 | 1.6458677e-7 | |
| 21901049 | 3 days ago | | | 0 | 2.3155049e-7 | |
| 21891111 | 3 days ago | | | 0 | 5.7179244e-7 | |
| 21889735 | 3 days ago | | | 0 | 3.1130893e-7 | |
| 21872984 | 3 days ago | | | 0 | 1.3217588e-7 | |
| 21872979 | 3 days ago | | | 0 | 2.3172173e-7 | |
| 21872627 | 3 days ago | | | 0 | 0.000000200536934073 | |
| 21856569 | 4 days ago | | | 0 | 1.9308453e-7 | |
| 21851468 | 4 days ago | | | 0 | 2.1918974e-7 |
ABI
ABI objects
Getter at block 22014615 getTokenInfo() view returns (struct WDIStandardTokenTokenInfo _tokenInfo)
decimals() view returns (uint8)
18
getDevBuyTax() view returns (uint256)
0
getDevSellTax() view returns (uint256)
0
getLpBuyTax() view returns (uint256)
0
getLpSellTax() view returns (uint256)
0
getMarketingBuyTax() view returns (uint256)
0
getMarketingSellTax() view returns (uint256)
2000000000000000000
maxAmountForTx() view returns (uint256)
100000000000000000000000000
maxAmountForWallet() view returns (uint256)
100000000000000000000000000
name() view returns (string)
Felix on Base
owner() view returns (address)
0x0000000000000000000000000000000000000000
swapPair() view returns (address _pair)
0x1e19f5c643f69934dbcc79894503fbf44b26b5a4
swapping() view returns (bool)
false
symbol() view returns (string)
FELIX
totalBuyTaxFees() view returns (uint256)
0
totalSellTaxFees() view returns (uint256)
2000000000000000000
totalSupply() view returns (uint256)
100000000000000000000000000
totalTaxFees() view returns (uint256)
2000000000000000000
weth() view returns (address)
0x4200000000000000000000000000000000000006
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isExcludeFromFee(address) view returns (bool)
isExcludeFromTxLimit(address) view returns (bool)
isExcludeFromWalletLimit(address) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
setExclusionFromFee(address account, bool value)
setExclusionFromTxLimit(address account, bool value)
setExclusionFromWalletLimit(address account, bool value)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
updateDevBuyTax(uint256 tax)
updateDevSellTax(uint256 tax)
updateDevWallet(address newWallet)
updateLpBuyTax(uint256 tax)
updateLpSellTax(uint256 tax)
updateMarketingBuyTax(uint256 tax)
updateMarketingSellTax(uint256 tax)
updateMarketingWallet(address newWallet)
updateMaxTransactionAmount(uint256 maxTx)
updateMaxWalletAmount(uint256 maxWallet)
Approval(address indexed owner, address indexed spender, uint256 value)
DevWalletUpdated(address newWallet, address oldWallet)
MarketingWalletUpdated(address newWallet, address oldWallet)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
TransferFee(uint256 makertingTax, uint256 devTax, uint256 indexed lpTax)
constructor(struct WDIStandardTokenTokenInfo _tokenInfo, uint256 _deployerTax, address _deployFeeReceiver)
receive()
This contract contains no error objects.