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 |
---|---|---|---|---|---|
FUNGEA | ERC-20 | 15.136293M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19854732 | 7 months ago | | | 0 | 0.00026347206 | |
| 19085625 | 10 months ago | | | 0 | 0.0010228740 | |
| 18513052 | a year ago | | | 0 | 0.00060266325 | |
| 18327703 | a year ago | | | 0 | 0.00032929818 | |
| 17855390 | a year ago | | | 0 | 0.00031960223 | |
| 17759082 | a year ago | | | 0 | 0.00070485899 | |
| 17494697 | a year ago | | | 0 | 0.0010562870 | |
| 17459901 | a year ago | | | 0 | 0.00069052212 | |
| 17459898 | a year ago | | | 0 | 0.00078066487 | |
| 17459897 | a year ago | | | 0 | 0.00081643073 |
ABI
ABI objects
Getter at block 21283956
buyTax() view returns (uint256)
4
decimals() view returns (uint8)
18
devWallet() view returns (address)
0x0abdfdd65932410743b10262389ac4d4e451c91b
maxTransactionAmount() view returns (uint256)
40000000000000000000000000
maxWallet() view returns (uint256)
40000000000000000000000000
name() view returns (string)
Fungea
owner() view returns (address)
0x100dec6759f54cbc3d8bbe32e473632b7272149f
sellTax() view returns (uint256)
4
symbol() view returns (string)
FUNGEA
totalSupply() view returns (uint256)
1000000000000000000000000000
tradingActive() view returns (bool)
true
transferTax() view returns (uint256)
0
uniswapV2Pair() view returns (address)
0x6f8ee6a70527e7fe690296cd727f6999c3579d73
uniswapV2Router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isExcludedFromFee(address) view returns (bool)
isExcludedMaxTransactionAmount(address) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 _burnAmount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
enableTrading()
excludeFromFee(address _address)
includeToFee(address _address)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
updateBuyTax(uint256 _buyTax)
updateDevWallet(address _newWallet)
updateSellTax(uint256 _sellTax)
updateTransferTax(uint256 _transferTax)
withdrawAll(address _to)
Approval(address indexed owner, address indexed spender, uint256 value)
BurnedToken(uint256 amount)
BuyTaxUpdated(uint256 buyTax)
DevWalletUpdated(address newWallet)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SellTaxUpdated(uint256 sellTax)
Transfer(address indexed from, address indexed to, uint256 value)
TransferTaxUpdated(uint256 transferTax)
constructor()
receive()
This contract contains no error objects.