Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($5.22)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
EQZ | ERC-20 | 1.5411K | $0.003387 |
$5.22 | |
HQG | ERC-20 | 0.1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19687065 | 7 months ago | | | 0 | 0.00043543495 | |
| 19469671 | 8 months ago | | | 0 | 0.0018981084 | |
| 18887105 | a year ago | | | 0 | 0.00095925359 | |
| 18640008 | a year ago | | | 0 | 0.00094436885 | |
| 18612848 | a year ago | | | 0 | 0.00095777882 | |
| 18495639 | a year ago | | | 0 | 0.00064749803 | |
| 18494337 | a year ago | | | 0 | 0.00076582618 | |
| 18489970 | a year ago | | | 0 | 0.00066035524 | |
| 18488734 | a year ago | | | 0 | 0.00072011428 | |
| 18462798 | a year ago | | | 0 | 0.00062402175 |
ABI
ABI objects
Getter at block 21247719
fee() view returns (uint256)
50000000000000000000
owner() view returns (address)
0x527961367f7608cd48241256e8f239f974afc6b7
token() view returns (address)
0x1da87b114f35e1dc91f72bf57fc07a768ad40bb0
Read-only
This contract contains no read-only function objects.
State-modifying
Events SwapIn(bytes32 txHash, address to, uint256 amount) returns (bool)
SwapOut(uint256 amount, address swapInAddress) returns (bool)
addLiquidity(uint256 amount)
renounceOwnership()
transferOwnership(address newOwner)
updateFee(uint256 newFee)
withdraw(address to, uint256 amount)
LogFeeUpdate(uint256 oldFee, uint256 newFee)
LogLiquidityAdded(address from, uint256 amount)
LogSwapIn(bytes32 indexed txHash, address indexed swapInAddress, uint256 amountSent, uint256 fee)
LogSwapOut(address indexed swapOutAddress, address indexed swapInAddress, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(address _tokenAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.