Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x8cfe…a2eb
Balances ($0.09)
Native
Value
$0.09
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
Eth | Native | 0.000027 | $3,443.33 |
$0.09 | |
WETH | ERC-20 | 0 | $3,437.72 |
$0 | |
SPIRIT | ERC-20 | 2.156624 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 5942050 | a year ago | | | 0 | 5.8220017e-7 | |
| 5942039 | a year ago | | | 0 | 0.000000600204942855 | |
| 5942021 | a year ago | | | 0 | 6.1876673e-7 | |
| 5942005 | a year ago | | | 0 | 6.3790314e-7 | |
| 5941886 | a year ago | | | 0 | 0.0000030346897 | |
| 5941873 | a year ago | | | 0 | 2.7995960e-7 | |
| 5941857 | a year ago | | | 0.1 | 0.000000002259098658 | |
| 5941818 | a year ago | | | 0 | 3.7934359e-7 | |
| 5941718 | a year ago | | | 0 | 0.000000003164905231 | |
| 5941570 | a year ago | | | 0 | 0.000000003557253196 |
ABI
ABI objects
Getter at block 22957377
BASIS_POINTS_DENOM() view returns (uint256)
10000
WETH() view returns (address)
0x4200000000000000000000000000000000000006
isOperator() view returns (bool)
false
mainToken() view returns (address)
0xc7a148ad554826b5308e100a05fdb037dda0bde4
mainTokenLP() view returns (address)
0xdfa4eb35599da3a1bbbf2a8091ec6d90874feec5
owner() view returns (address)
0xa4c14cec3c81caed552544dd90b4ed60f32ff69d
Read-only
isOperator(address _account) view returns (bool)
swapPath(address, address, uint256) view returns (address)
tokenType(address) view returns (uint8)
State-modifying
Events addTaxFreeLiquidity(address _tokenA, address _tokenB, uint256 _amountA, uint256 _amountB)
removeTaxFreeLiquidity(address _tokenA, address _tokenB, address _pair, uint256 _amount)
renounceOwnership()
setCoreValues(address _router, address factory, address _mainToken, address _mainTokenLP, address _weth)
setOperatorStatus(address _account, bool _operatorStatus)
setOperatorStatus(address[] _accounts, bool _operatorStatus)
setSwapPath(address _token0, address _token1, address[] _path)
setTokenType(address _token, uint8 _type)
setTokensType(address[] _tokens, uint8 _type)
setTokensTypes(address[] _tokens, uint8[] _types)
swapETHForTokens(uint256 _amountIn, address _pathOut, address _recipient) payable returns (uint256 _outputAmount)
swapTokensForETH(uint256 _amountIn, address _pathIn, address _recipient) returns (uint256 _outputAmount)
swapTokensForTokens(uint256 _amountIn, address _pathIn, address _pathOut, address _recipient) returns (uint256 _outputAmount)
transferOwnership(address newOwner)
withdraw(address token)
zap(address _inputToken, uint256 _amount, address _targetToken, bool _targetIsNative) returns (uint256 amountOut)
zapETH(address _targetToken) payable returns (uint256 amountOut)
zapIntoFarmWithETH(address _targetToken, address _farm, uint256 _pid) payable returns (uint256 amountOut)
zapIntoFarmWithToken(address _inputToken, uint256 _amount, address _targetToken, address _farm, uint256 _pid, bool _targetIsNative) returns (uint256 amountOut)
AddLiquidity(address tokenA, address tokenB, uint256 amountInA, uint256 amountInB, uint256 amountOut)
OperatorStatusChanged(address indexed _operator, bool _operatorStatus)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SwapTokens(address tokenA, address tokenB, uint256 amountInA, uint256 amountOut)
TaxPaid(address indexed user, uint256 amount)
ZapIntoFarm(address indexed _recipient, uint256 indexed _pid, uint256 _amount)
This contract contains no constructor objects.
receive()
This contract contains no error objects.