Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($1,508.48)
Native
Value
$1,508.48
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.493644 | $3,055.80 |
$1,508.48 | |
FUME | ERC-20 | 8.582378 | -- | -- | |
UNI-V2 | ERC-20 | 0.000068 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20346920 | 4 months ago | | | 0 | 0.00015822724 | |
| 20261452 | 4 months ago | | | 0 | 0.00014014817 | |
| 20261445 | 4 months ago | | | 0 | 0.00016548170 | |
| 20208550 | 4 months ago | | | 0 | 0.00025987913 | |
| 20206208 | 5 months ago | | | 0 | 0.00022084566 | |
| 20189048 | 5 months ago | | | 0 | 0.00019102363 | |
| 20060070 | 5 months ago | | | 0 | 0.00014362480 | |
| 20060070 | 5 months ago | | | 0 | 0.00025056686 | |
| 20059971 | 5 months ago | | | 0 | 0.00043996174 | |
| 20042523 | 5 months ago | | | 0 | 0.00050576392 |
ABI
ABI objects
Getter at block 21191711
_balanceOfLpTokens() view returns (uint256)
0
_burnPool() view returns (address)
0x0000000000000000000000000000000000000000
_totalBurnedLpTokens() view returns (uint256)
0
_totalBurnedTokens() view returns (uint256)
0
decimals() view returns (uint8)
6
feeDecimals() view returns (uint8)
0
feePercentage() view returns (uint32)
5
minimumSupply() view returns (uint256)
0
name() view returns (string)
FUME
owner() view returns (address)
0xf84a01e71388f9038b8c2732de05e140ae312093
symbol() view returns (string)
FUME
totalSupply() view returns (uint256)
5000000000
uniswapV2Pair() view returns (address)
0xb65e0f904755d7afb3046c2288853fecfdd6d356
uniswapV2Router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
calculateTokenFee(uint256 _amount, uint8 _feeDecimals, uint32 _feePercentage) pure returns (uint256 locked)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burnLiq(address _token, address _to, uint256 _amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
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)
updateFee(uint8 _feeDecimals, uint32 _feePercentage)
updateMinTokensBeforeSwap(uint128 _minTokensBeforeSwap)
updateSwapAndLiquifyEnabled(bool _enabled)
Approval(address indexed owner, address indexed spender, uint256 value)
FeeUpdated(uint8 feeDecimals, uint32 feePercentage)
MinTokensBeforeSwapUpdated(uint128 minTokensBeforeSwap)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SwapAndLiquify(uint256 tokensSwapped, uint256 ethReceived, uint256 tokensIntoLiqudity)
SwapAndLiquifyEnabledUpdated(bool enabled)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _uniswapV2Router, uint8 _feeDecimals, uint32 _feePercentage, uint128 _minTokensBeforeSwap, bool _swapAndLiquifyEnabled)
receive()
This contract contains no error objects.