Funicular Token
Verified contract
Active on
Ethereum with 1,247 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
9 additional
variables
Balances ($99.53)
Native
Value
$99.53
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.02603 | $3,823.61 |
$99.53 | |
FUNICULAR | ERC-20 | 357.584762 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21315664 | 2 days ago | | | 0 | 0.00070637253 | |
| 21315662 | 2 days ago | | | 0 | 0.00073319930 | |
| 21315660 | 2 days ago | | | 0 | 0.00072741111 | |
| 21315650 | 2 days ago | | | 0 | 0.00071956016 | |
| 21081328 | a month ago | | | 0 | 0.00029487756 | |
| 20669478 | 3 months ago | | | 0 | 0.000059867054 | |
| 20344232 | 4 months ago | | | 0 | 0.000072837000 | |
| 19855882 | 7 months ago | | | 0 | 0.00017935122 | |
| 19768487 | 7 months ago | | | 0 | 0.00080868445 | |
| 19698120 | 7 months ago | | | 0 | 0.00059739228 |
ABI
ABI objects
Getter at block 21331059
_launchTokensClaimed() view returns (bool)
false
decimals() view returns (uint8)
18
getBaseBuyFees() view returns (uint8, uint8, uint8)
(1, 9, 1)
getBaseSellFees() view returns (uint8, uint8, uint8)
(1, 9, 1)
initialSupply() view returns (uint256)
1000000000000000000000000
isTradingEnabled() view returns (bool)
true
launchTokens() view returns (uint256)
66206754920649064675659
liquidity1Wallet() view returns (address)
0x15dd979245521fe508c15569e783bd823516453c
liquidity2Wallet() view returns (address)
0x15dd979245521fe508c15569e783bd823516453c
maxTxAmount() view returns (uint256)
1000000000000000000000000
maxWalletAmount() view returns (uint256)
10000000000000000000000
minimumTokensBeforeSwap() view returns (uint256)
1
name() view returns (string)
Funicular Token
operationsWallet() view returns (address)
0x64961ffd0d84b2355ec2b5d35b0d8d8825a774dc
owner() view returns (address)
0x15dd979245521fe508c15569e783bd823516453c
symbol() view returns (string)
FUNICULAR
totalSupply() view returns (uint256)
1000000000000000000000000
uniswapV2Pair() view returns (address)
0xaa85a90b2d53f9aa3b3ec56d0dd45b6794cb4858
uniswapV2Router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
Read-only
allowance(address owner, address spender) view returns (uint256)
automatedMarketMakerPairs(address) view returns (bool)
balanceOf(address account) view returns (uint256)
State-modifying
Events activateTrading()
allowTradingWhenDisabled(address account, bool allowed)
approve(address spender, uint256 amount) returns (bool)
blockAccount(address account)
claimETHOverflow(uint256 amount)
claimLaunchTokens()
deactivateTrading()
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
excludeFromFees(address account, bool excluded)
excludeFromMaxTransactionLimit(address account, bool excluded)
excludeFromMaxWalletLimit(address account, bool excluded)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
setBaseFeesOnBuy(uint8 _liquidity1FeeOnBuy, uint8 _liquidity2FeeOnBuy, uint8 _operationsFeeOnBuy)
setBaseFeesOnSell(uint8 _liquidity1FeeOnSell, uint8 _liquidity2FeeOnSell, uint8 _operationsFeeOnSell)
setFeeOnSelectedWalletTransfers(address account, bool value)
setMaxTransactionAmount(uint256 newValue)
setMaxWalletAmount(uint256 newValue)
setMinimumTokensBeforeSwap(uint256 newValue)
setUniswapRouter(address newAddress)
setWallets(address newLiquidity1Wallet, address newLiquidity2Wallet, address newOperationsWallet)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
unblockAccount(address account)
AllowedWhenTradingDisabledChange(address indexed account, bool isExcluded)
Approval(address indexed owner, address indexed spender, uint256 value)
AutomatedMarketMakerPairChange(address indexed pair, bool indexed value)
BlockedAccountChange(address indexed holder, bool indexed status)
ClaimOverflow(address token, uint256 amount)
CustomTaxPeriodChange(uint256 indexed newValue, uint256 indexed oldValue, string indexed taxType, bytes23 period)
ExcludeFromFeesChange(address indexed account, bool isExcluded)
ExcludeFromMaxTransferChange(address indexed account, bool isExcluded)
ExcludeFromMaxWalletChange(address indexed account, bool isExcluded)
FeeChange(string indexed identifier, uint8 liquidity1Fee, uint8 liquidity2Fee, uint8 operationsFee)
FeeOnSelectedWalletTransfersChange(address indexed account, bool newValue)
FeesApplied(uint8 liquidity1Fee, uint8 liquidity2Fee, uint8 operationsFee, uint8 totalFee)
MaxTransactionAmountChange(uint256 indexed newValue, uint256 indexed oldValue)
MaxWalletAmountChange(uint256 indexed newValue, uint256 indexed oldValue)
MinTokenAmountBeforeSwapChange(uint256 indexed newValue, uint256 indexed oldValue)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SwapAndLiquify(uint256 tokensSwapped, uint256 ethReceived, uint256 tokensIntoLiqudity)
TradingStatusChange(bool indexed newValue, bool indexed oldValue)
Transfer(address indexed from, address indexed to, uint256 value)
UniswapV2RouterChange(address indexed newAddress, address indexed oldAddress)
WalletChange(string indexed indentifier, address indexed newWallet, address indexed oldWallet)
constructor()
receive()
This contract contains no error objects.