Collectionswap
Verified contract
Active on
Ethereum with 282 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
0x37e4…8215 | ERC-1555 | 1 | -- | -- | |
0x5060…f546 | ERC-1555 | 1 | -- | -- | |
0x9013…dfef | ERC-1555 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18934108 | a year ago | | | 0 | 0.00046256710 | |
| 18910790 | a year ago | | | 0 | 0.00023454203 | |
| 18910790 | a year ago | | | 0 | 0.00023454203 | |
| 18910790 | a year ago | | | 0 | 0.00023454203 | |
| 17265702 | 2 years ago | | | 0 | 0.0013555467 | |
| 16818045 | 2 years ago | | | 0 | 0.0040524666 | |
| 16668178 | 2 years ago | | | 0 | 0.0021524952 | |
| 16604162 | 2 years ago | | | 0 | 0.0034282267 | |
| 16438389 | 2 years ago | | | 0 | 0.0017720711 | |
| 16069002 | 2 years ago | | | 0 | 0.0035208023 |
ABI
ABI objects
Getter at block 21418547
_factory() view returns (address)
0xb16c1342e617a5b6e4b631eb114483fdb289c0a4
name() view returns (string)
Collectionswap
owner() view returns (address)
0xa293f6755ae5f0cdf64248eec0950b46dace144e
symbol() view returns (string)
CollectSudo LP
totalSupply() view returns (uint256)
8
Read-only
balanceOf(address owner) view returns (uint256)
getAllHeldIds(uint256 tokenId) view returns (uint256[] currentIds)
getApproved(uint256 tokenId) view returns (address)
getMeasurableContribution(uint256 tokenId) view returns (uint256 contribution)
isApprovedForAll(address owner, address operator) view returns (bool)
isApprovedToOperateOnPool(address _owner, uint256 tokenId) view returns (bool)
isPoolAlive(address _pool) view returns (bool)
onERC721Received(address, address, uint256, bytes) pure returns (bytes4)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
validatePoolParamsEq(uint256 tokenId, address nftAddress, address bondingCurveAddress, uint96 fee, uint128 delta) view returns (bool)
validatePoolParamsLte(uint256 tokenId, address nftAddress, address bondingCurveAddress, uint96 fee, uint128 delta) view returns (bool)
viewPoolParams(uint256 tokenId) view returns (struct ICollectionswapLPTokenParams721ETH poolParams)
State-modifying
Events approve(address to, uint256 tokenId)
createDirectPairETH(address _nft, address _bondingCurve, uint128 _delta, uint96 _fee, uint128 _spotPrice, uint256[] _initialNFTIDs) payable returns (address newPair)
onERC1155BatchReceived(address, address, uint256[], uint256[], bytes) returns (bytes4)
onERC1155Received(address, address, uint256, uint256, bytes) returns (bytes4)
refreshPoolParameters(uint256 tokenId)
rescueERC1155(address a, uint256[] ids, uint256[] amounts, uint256 tokenId)
rescueERC20(address a, uint256 amount, uint256 tokenId)
rescueERC721(address a, uint256[] nftIds, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
useLPTokenToDestroyDirectPairETH(uint256 tokenId)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ERC1155Rescued()
ERC20Rescued()
ERC721Rescued()
NewPair(address poolAddress)
NewTokenId(uint256 tokenId)
OwnershipTransferred(address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(address lssvmPairFactoryAddress)
receive()
Ownable_NewOwnerZeroAddress()
Ownable_NotOwner()