3WAY TOKEN
Verified contract
Active on
Ethereum with 183 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
6 additional
variables
Balances ($1.51)
Native
Value
$1.51
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.000394 | $3,828.42 |
$1.51 | |
3WAY | ERC-20 | 0.026641 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15367159 | 2 years ago | | | 0 | 0.00019146468 | |
| 11394248 | 4 years ago | | | 0 | 0.0062514200 | |
| 11392253 | 4 years ago | | | 0 | 0.00066789000 | |
| 11374028 | 4 years ago | | | 0 | 0.0012912540 | |
| 11371322 | 4 years ago | | | 0 | 0.0030277680 | |
| 11368150 | 4 years ago | | | 0 | 0.00055369800 | |
| 11368139 | 4 years ago | | | 0 | 0.0071093400 | |
| 11368124 | 4 years ago | | | 0 | 0.0055142500 | |
| 11362457 | 4 years ago | | | 0 | 0.0013357800 | |
| 11362420 | 4 years ago | | | 0 | 0.0013803060 |
ABI
ABI objects
Getter at block 21382677
LpTokenBalance() view returns (uint256)
0
_burnFee() view returns (uint256)
3
_burnFeeDecimal() view returns (uint256)
0
_burnPool() view returns (address)
0x0000000000000000000000000000000000000000
_liquidityFee() view returns (uint256)
3
_liquidityFeeDecimal() view returns (uint256)
0
_maxTxAmount() view returns (uint256)
1000000000000000000000
_taxFee() view returns (uint256)
3
_taxFeeDecimal() view returns (uint256)
0
decimals() view returns (uint8)
18
name() view returns (string)
3WAY TOKEN
owner() view returns (address)
0x115ec7939ce210b992fa3d82f6ed3e72d826765e
swapAndLiquifyEnabled() view returns (bool)
false
symbol() view returns (string)
3WAY
totalBurn() view returns (uint256)
97407876900649019773
totalFees() view returns (uint256)
97407876900649019773
totalSupply() view returns (uint256)
902592123099350980227
uniswapV2Pair() view returns (address)
0x735dba04864f704e7b0a7ef3a542ad0e271fbf65
uniswapV2Router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
calculateBurnFee(uint256 _amount) view returns (uint256)
calculateLiquidityFee(uint256 _amount) view returns (uint256)
calculateTaxFee(uint256 _amount) view returns (uint256)
isExcluded(address account) view returns (bool)
isExcludedFromFee(address account) view returns (bool)
reflectionFromToken(uint256 tAmount, bool deductTransferFee) view returns (uint256)
tokenFromReflection(uint256 rAmount) view returns (uint256)
State-modifying
Events Lock()
UnLock()
approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
deliver(uint256 tAmount)
excludeAccount(address account)
excludeFromFee(address account)
includeAccount(address account)
includeInFee(address account)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
setBurnFeePercent(uint256 burnFee, uint256 burnFeeDecimal)
setLiquidityFeePercent(uint256 liquidityFee, uint256 liquidityFeeDecimal)
setMaxTxPercent(uint256 maxTxPercent, uint256 maxTxDecimals)
setMinTokensBeforeSwapPercent(uint256 _minTokensBeforeSwapPercent, uint256 _minTokensBeforeSwapDecimal)
setSwapAndLiquifyEnabled(bool _enabled)
setTaxFeePercent(uint256 taxFee, uint256 taxFeeDecimal)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
withDrawLpTokens()
withdrawTokens()
withdrawWETH()
Approval(address indexed owner, address indexed spender, uint256 value)
MinTokensBeforeSwapUpdated(uint256 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()
receive()
This contract contains no error objects.