Proxy
Verified contract
Proxy
Active on
Ethereum with 912 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
0xe7f0…5c22 | ERC-1555 | 25 | -- | -- | |
0xe7f0…5c22 | ERC-1555 | 24 | -- | -- | |
0xf3cb…8d5a | ERC-1555 | 12 | -- | -- | |
0xf5a2…f251 | ERC-1555 | 11 | -- | -- | |
0xf346…a499 | ERC-1555 | 10 | -- | -- | |
0x8f6f…8b25 | ERC-1555 | 9 | -- | -- | |
0x8f6f…8b25 | ERC-1555 | 9 | -- | -- | |
0x9e2b…3913 | ERC-1555 | 9 | -- | -- | |
0x8f6f…8b25 | ERC-1555 | 8 | -- | -- | |
0xf346…a499 | ERC-1555 | 7 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20928685 | 2 months ago | | | 0 | 0.0019432817 | |
| 20921489 | 2 months ago | | | 0 | 0.0028164131 | |
| 20721433 | 3 months ago | | | 0 | 0.00051794094 | |
| 20686070 | 3 months ago | | | 2 | 0.0013059702 | |
| 20669910 | 3 months ago | | | 0 | 0.00020439899 | |
| 20669860 | 3 months ago | | | 0 | 0.00016917102 | |
| 20669808 | 3 months ago | | | 0 | 0.00015982866 | |
| 20619090 | 3 months ago | | | 0 | 0.000097290890 | |
| 20262822 | 5 months ago | | | 0 | 0.00055608774 | |
| 20190989 | 5 months ago | | | 0 | 0.00069956531 |
ABI
ABI objects
Getter at block 21297744
admin() view returns (address)
0xfbefcf4e3bbf8108660d3a692e6bb31c53f12d15
implementation() view returns (address impl)
0x16c56be7f6da153e1048838d93337e2fdb7f09b1
initialized() view returns (bool)
true
mintFeePlatform() view returns (uint32)
3000
owner() view returns (address)
0xfbefcf4e3bbf8108660d3a692e6bb31c53f12d15
platform() view returns (address)
0xfd4539d06b39250c67207e1928e107b534f5ef13
royaltyPlatform() view returns (uint32)
200
trdparty() view returns (address)
0x2367476d2b908da9f144ef54d1d9fe38b78937a7
Read-only
artists(address) view returns (bool)
collectionURI(address collection) view returns (string)
collections(address) view returns (address artist, address splitter, uint32 mintFeePlatform, uint32 royaltyCollection, uint32 royaltyPlatform, uint32 logicIndex, string contractURI)
logics(uint256) view returns (address)
royaltyInfo(address collection, uint256, uint256 value) view returns (address, uint256)
tokenURI(address collection, uint256 tokenId) view returns (string)
tokens(address, uint256) view returns (uint256 price, uint256 amount, uint256 startDate, string metadata)
State-modifying
Events setImplementation(address newImpl)
addOnChain(address collection, uint256 tokenId, uint256 tokenLogic, uint256 price, uint256 startDate, address metadata)
addToken(address collection, uint256 tokenId, uint256 tokenLogic, uint256 price, uint256 startDate, string metadata)
airdrop(address collection, uint256 tokenId, address[] redeemers)
buy(address collection, uint256 tokenId, uint256 tokenLogic) payable
collectRoyalties(address collection, address[] coins)
emitCollectionRegistered(address[] registers)
escapeSafeTokens(address token, uint256 id, uint256 amount)
escapeTokens(address token, uint256 amount)
initialize(address[2] _logics)
onERC1155BatchReceived(address, address, uint256[], uint256[], bytes) returns (bytes4)
onERC1155Received(address, address, uint256, uint256, bytes) returns (bytes4)
onERC721Received(address, address, uint256, bytes) returns (bytes4)
onERC721Received(address, uint256, bytes) returns (bytes4)
redeem(address collection, uint256 tokenId, address[] redeemers, uint256[] prices)
registerCollection(uint32 logicIndex, string name, string symbol, address artist, uint32 royaltyArtist, string contractURI)
registerManifold(uint32 logicIndex, address manifold, address artist, string contractURI)
removeArtist(address artist)
setArtist(address artist, string metadata)
setArtists(address[] _artists)
setLogic(uint256 index, address newLogic)
setMintFeePlatform(uint32 newMintFeePlatform)
setPlatform(address newPlatform)
setRoyaltyPlatform(uint32 newRoyaltyPlatform)
setTrdparty(address newTrdparty)
syncLogic(address collection)
transferOwnership(address newOwner)
updateCollectionMintFeePlatform(address collection, uint32 newMintFeePlatform)
updateCollectionRoyaltyArtist(address collection, uint32 royaltyArtist)
updateCollectionURI(address collection, string contractURI)
updateOnChainMetadata(address collection, uint256 tokenId, address metadata)
updateTokenMetadata(address collection, uint256 tokenId, string metadata)
updateTokenPrice(address collection, uint256 tokenId, uint256 price)
updateTokenStartDate(address collection, uint256 tokenId, uint256 startDate)
withdraw()
ArtistUpdated(address artist, string metadata)
CollectionRegistered(address collection, struct UnitLondonMarketplaceCollectionData data)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PlatformUpdated(address oldPlatform, address newPlatform)
TokenAirdropped(address collection, uint256 tokenId, address[] redeemers)
TokenRedeemed(address collection, uint256 tokenId, address[] redeemers, uint256[] prices)
TokenSold(address collection, uint256 tokenId, uint256 amount, uint256 value)
TokenUpdated(address collection, uint256 tokenId, struct UnitLondonMarketplaceTokenData data)
This contract contains no constructor objects.
fallback()
receive()
receive()
This contract contains no error objects.