SecondarySwap
Verified contract
Active on
Base with 27,818 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WETH | ERC-20 | 0.000013 | $3,627.54 |
$0.05 | |
(#1) | ERC-1555 | 11.397K | -- | -- | |
(#4) | ERC-1555 | 247 | -- | -- | |
(#1) | ERC-1555 | 210 | -- | -- | |
(#3) | ERC-1555 | 172 | -- | -- | |
(#1) | ERC-1555 | 123 | -- | -- | |
(#7) | ERC-1555 | 110 | -- | -- | |
(#4) | ERC-1555 | 21 | -- | -- | |
HMSTR | ERC-20 | 5.082855 | -- | -- | |
(#1) | ERC-1555 | 5 | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19424331 | 3 months ago | | | 0.000015211184 | 0.0000060072510 | |
| 19380247 | 3 months ago | | | 0 | 0.0000035451743 | |
| 19124718 | 3 months ago | | | 0.000015500979 | 0.0000053313300 | |
| 19124497 | 3 months ago | | | 0.000015500919 | 0.0000025396496 | |
| 19020623 | 3 months ago | | | 0 | 0.0000015529146 | |
| 18963701 | 3 months ago | | | 0 | 0.0000011259330 | |
| 18865933 | 3 months ago | | | 0 | 0.0000038841515 | |
| 18826359 | 3 months ago | | | 0.000023714258 | 0.0000025550175 | |
| 18826161 | 3 months ago | | | 0.000023714033 | 0.0000025342450 | |
| 18825639 | 3 months ago | | | 0.000023778814 | 0.0000025222646 |
ABI
ABI objects
Getter at block 23179524
WETH() view returns (address)
0x4200000000000000000000000000000000000006
swapRouter() view returns (address)
0x2626664c2603336e57b271c5c0b26f421741e481
uniswapFee() view returns (uint24)
10000
Read-only
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events buy1155(address erc20zAddress, uint256 num1155ToBuy, address recipient, address excessRefundRecipient, uint256 maxEthToSpend, uint160 sqrtPriceLimitX96) payable
onERC1155BatchReceived(address, address, uint256[], uint256[], bytes) returns (bytes4)
onERC1155Received(address, address, uint256, uint256, bytes) returns (bytes4)
sell1155(address erc20zAddress, uint256 num1155ToSell, address recipient, uint256 minEthToAcquire, uint160 sqrtPriceLimitX96)
SecondaryBuy(address indexed msgSender, address indexed recipient, address indexed erc20zAddress, uint256 amountEthSold, uint256 num1155Purchased)
SecondarySell(address indexed msgSender, address indexed recipient, address indexed erc20zAddress, uint256 amountEthPurchased, uint256 num1155Sold)
constructor(address weth_, address swapRouter_, uint24 uniswapFee_)
receive()
AddressInsufficientBalance(address account)
ERC20ZEquivalentAmountNotConverted()
ERC20ZMinimumAmountNotReceived()
FailedInnerCall()
InvalidRecipient()
NoETHSent()
OnlyWETH()
ReentrancyGuardReentrantCall()