LaunchSwap
Verified contract
Active on
Ethereum with 2,689 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($147,741.04)
Native
Value
$147,741.04
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 38.038961 | $3,883.94 |
$147,741.04 | |
0x3264…4d9b (#599593454077356970423077050093635339219007597721) | ERC-1555 | 100,000,000,000,000T | -- | -- | |
0x3264…4d9b (#928435038466596550223571501225920830374804330785) | ERC-1555 | 99,999,999,999,999.9T | -- | -- | |
0x3264…4d9b (#1110403331949107032233257649694731726496094606034) | ERC-1555 | 7,058,645,000T | -- | -- | |
0x3264…4d9b (#326345373068889243390021125786059171672545678154) | ERC-1555 | 100,000,000T | -- | -- | |
0x3264…4d9b (#317062840064218362310364409729803678891242028313) | ERC-1555 | 99,000,000T | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20990733 | 2 months ago | | | 1.3030209 | 0.0024021286 | |
| 20990732 | 2 months ago | | | 2.04 | 0.0023769299 | |
| 20990729 | 2 months ago | | | 1.01 | 0.0024513202 | |
| 20990728 | 2 months ago | | | 1.01 | 0.0024143932 | |
| 20990725 | 2 months ago | | | 5.1 | 0.0030168191 | |
| 20990721 | 2 months ago | | | 1.01 | 0.0030474709 | |
| 20990641 | 2 months ago | | | 2.02 | 0.0045925424 | |
| 20699626 | 3 months ago | | | <0.00000001 | 0.00028488222 | |
| 20684492 | 3 months ago | | | 5.05 | 0.00048428837 | |
| 20684489 | 3 months ago | | | 7.8955326 | 0.00034668579 |
ABI
ABI objects
Getter at block 21407816
accProtocolFees() view returns (uint256)
787380333469857
ethrunes() view returns (address)
0x326490a8f5dcaeaa4a2ad9ea902990c5b0834d9b
protocolFee() view returns (uint16)
20
Read-only
feeTiers(uint256) view returns (bool)
pools(uint160) view returns (uint256 reserve0, uint256 reserve1, uint256 halfReserve, uint256 price, uint256 limitPerBuy, uint256 limitPerSell, uint256 fee, address creator, uint256 creatorFees)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events buy(uint160 id, uint256 amountOut, uint256 deadline, address recipient) payable returns (uint256)
onERC1155BatchReceived(address, address, uint256[], uint256[], bytes) returns (bytes4)
onERC1155Received(address operator, address from, uint256 id, uint256 amount, bytes data) returns (bytes4)
setFeeRecipient(address _feeRecipient)
setFeeTier(uint256 tier, bool b)
withdrawCreatorFees(uint160 id)
withdrawProtocolFees()
Buy(uint160 indexed id, uint256 amountInEth, uint256 amountOut)
CreatePool(address indexed creator, uint160 indexed id, uint256 amount, uint256 price, uint256 fee)
Sell(uint160 indexed id, uint256 amountIn, uint256 amountOutEth)
constructor(address _ethrunes, address _feeRecipient)
This contract contains no fallback and receive objects.
ExceedLimitPerBuy()
ExceedLimitPerSell()
Expired()
InitialPriceTooLow()
InsufficientAmountIn()
InsufficientAmountOut()
InvalidCall()
InvalidFeeRate()
InvalidRecipient()
InvalidSender()
InvalidTotalSupply()
LessThanAmountOutMin()
NotSupportBatchReceivedCallback()
PoolAlreadyCreated()
TotalSupplyMustBeEven()
ZeroAmountIn()