Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
1 additional
variable
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
Finn | ERC-20 | 65.519492K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21314545 | a day ago | | | 0 | 0.00034835002 | |
| 20206113 | 5 months ago | | | 0 | 0.000075442859 | |
| 20147850 | 5 months ago | | | 0 | 0.00029506219 | |
| 20147134 | 5 months ago | | | 0 | 0.00022927923 | |
| 20144453 | 5 months ago | | | 0 | 0.00011169063 | |
| 20139205 | 5 months ago | | | 0 | 0.00048835927 | |
| 20139182 | 5 months ago | | | 0 | 0.00022277809 | |
| 20139170 | 5 months ago | | | 0 | 0.00039113241 | |
| 20115968 | 6 months ago | | | 0 | 0.00048990339 | |
| 19950010 | 6 months ago | | | 0 | 0.00022342185 |
ABI
ABI objects
Getter at block 21322053
DEAD_ADDRESS() view returns (address)
0x000000000000000000000000000000000000dead
antibotPeriod() view returns (uint128)
30
blacklistRenounced() view returns (bool)
false
buyTeamFeePct() view returns (uint16)
100
buyTotalFees() view returns (uint16)
0
decimals() view returns (uint8)
18
launchBlock() view returns (uint128)
18745602
limitsInEffect() view returns (bool)
false
maxTransactionAmount() view returns (uint256)
15000000000000000000000000
maxWallet() view returns (uint256)
15000000000000000000000000
name() view returns (string)
Finn
owner() view returns (address)
0x0000000000000000000000000000000000000000
sellTeamFeePct() view returns (uint16)
100
sellTotalFees() view returns (uint16)
0
swapTokensAtAmount() view returns (uint256)
500000000000000000000000
symbol() view returns (string)
Finn
teamWallet() view returns (address)
0xf5c66062d1d0b2630ec9d8db6a0450f8987dfd7e
tokensForTeam() view returns (uint256)
65519492118421000107138
totalSupply() view returns (uint256)
1000000000000000000000000000
uniswapV2Pair() view returns (address)
0x83a021caf6b6a8c068018e62c9b8ab83375e1ffe
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)
isBlacklisted(address account) view returns (bool)
isExcludedFromFees(address account) view returns (bool)
isExcludedMaxTransactionAmount(address) view returns (bool)
State-modifying
Events addSnipers(address[] _snipers)
approve(address spender, uint256 value) returns (bool)
blacklist(address _addr)
blacklistLiquidityPool(address lpAddress)
excludeFromFees(address account, bool excluded)
excludeFromMaxTransaction(address updAds, bool isEx)
launchToken(uint256 _ethAmount, uint128 _antibotPeriod)
removeLimits() returns (bool)
renounceBlacklist()
renounceOwnership()
setAutomatedMarketMakerPair(address pair, bool value)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
unblacklist(address _addr)
updateBuyFees(uint16 _teamFeePercent, uint16 _buyTotalFees)
updateMaxWalletAmount(uint256 newNum)
updateSellFees(uint16 _teamFeePercent, uint16 _sellTotalFees)
updateSwapTokensAtAmount(uint256 newAmount) returns (bool)
withdrawStuckErc20(address _token, address _to)
withdrawStuckEth(address toAddr)
withdrawStuckToken()
Approval(address indexed owner, address indexed spender, uint256 value)
ExcludeFromFees(address indexed account, bool isExcluded)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SetAutomatedMarketMakerPair(address indexed pair, bool indexed value)
SwapAndLiquify(uint256 tokensSwapped, uint256 ethReceived, uint256 tokensIntoLiquidity)
TeamWalletUpdated(address indexed newWallet, address indexed oldWallet)
Transfer(address indexed from, address indexed to, uint256 value)
UpdateUniswapV2Router(address indexed newAddress, address indexed oldAddress)
constructor(address _uniswapRouter, address[] _snipers)
receive()
ERC20InsufficientAllowance(address spender, uint256 allowance, uint256 needed)
ERC20InsufficientBalance(address sender, uint256 balance, uint256 needed)
ERC20InvalidApprover(address approver)
ERC20InvalidReceiver(address receiver)
ERC20InvalidSender(address sender)
ERC20InvalidSpender(address spender)
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)