SecondarySwap
Verified contract
Active on
Base with 40,557 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($2.83)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WETH | ERC-20 | 0.000854 | $3,317.63 |
$2.83 | |
HMSTR | ERC-20 | 5.082855 | -- | -- | |
CUBBY | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21321012 | a month ago | | | 0.000086289663 | 2.8186512e-7 | |
| 20845849 | a month ago | | | 0 | 0.0000011766429 | |
| 20845749 | a month ago | | | 0 | 0.0000011697882 | |
| 20845725 | a month ago | | | 0 | 0.0000011590048 | |
| 20845689 | a month ago | | | 0 | 0.0000011587015 | |
| 20845654 | a month ago | | | 0 | 0.0000011698214 | |
| 20845625 | a month ago | | | 0 | 0.0000011711202 | |
| 20772198 | 2 months ago | | | 0 | 2.7101705e-7 | |
| 20760996 | 2 months ago | | | 0.00021701722 | 0.0000019895813 | |
| 20759832 | 2 months ago | | | 0.00021625139 | 0.0000019865337 |
ABI
ABI objects
Getter at block 22763664
WETH() view returns (address)
0x0000000000000000000000000000000000000000
swapRouter() view returns (address)
0x0000000000000000000000000000000000000000
uniswapFee() view returns (uint24)
0
zoraTimedSaleStrategy() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
onERC1155BatchReceived(address, address, uint256[], uint256[], bytes) pure returns (bytes4)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events buy1155(address erc20zAddress, uint256 num1155ToBuy, address recipient, address excessRefundRecipient, uint256 maxEthToSpend, uint160 sqrtPriceLimitX96) payable
initialize(address weth_, address swapRouter_, uint24 uniswapFee_, address zoraTimedSaleStrategy_)
onERC1155Received(address, address, uint256 id, uint256 value, bytes data) 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)
This contract contains no constructor objects.
receive()
AddressInsufficientBalance(address account)
ERC20ZEquivalentAmountNotConverted()
ERC20ZMinimumAmountNotReceived()
FailedInnerCall()
InvalidRecipient()
NoETHSent()
NotSupported()
OnlyWETH()
ReentrancyGuardReentrantCall()
SaleNotSet()