DropManager
Verified contract
Active on
Ethereum with 272 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x96a0…a608
0x1277…e07c
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
LQT | ERC-721 | 1 | -- | -- | |
LQT | ERC-721 | 1 | -- | -- | |
LQT | ERC-721 | 1 | -- | -- | |
LQT | ERC-721 | 1 | -- | -- | |
LQT | ERC-721 | 1 | -- | -- | |
LQT | ERC-721 | 1 | -- | -- | |
LQT | ERC-721 | 1 | -- | -- | |
LQT | ERC-721 | 1 | -- | -- | |
LQT | ERC-721 | 1 | -- | -- | |
LQT | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20435234 | 4 months ago | | | 0.038359965 | 0.0037922110 | |
| 20435198 | 4 months ago | | | 0.054254576 | 0.0040972956 | |
| 20417820 | 4 months ago | | | 0 | 0.00050434351 | |
| 20417781 | 4 months ago | | | 0 | 0.0022979475 | |
| 20417677 | 4 months ago | | | 0 | 0.00033399092 | |
| 20417662 | 4 months ago | | | 0 | 0.0016564542 | |
| 20417530 | 4 months ago | | | 0 | 0.00026416433 | |
| 20417510 | 4 months ago | | | 0 | 0.0014471568 | |
| 20417371 | 4 months ago | | | 0 | 0.00024095496 | |
| 20417322 | 4 months ago | | | 0 | 0.0012878293 |
ABI
ABI objects
Getter at block 21211210
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
PERCENTAGE_PRECISION() view returns (uint256)
100
PLATFORM_ADMIN_ROLE() view returns (bytes32)
0x5246556c0ab216b5b325ad7c539bfbd1a07c768773cdf810fecd3c3375c27407
allListingsPaused() view returns (bool)
false
liquidToken() view returns (address)
0x654615313c0c87ac74ea99bf79645ab8480cfde1
listingCounter() view returns (uint128)
79
redemptionManager() view returns (address)
0x96a08265cde871082b706823b609344f3974a608
releaseCounter() view returns (uint128)
70
royaltyDistributor() view returns (address)
0xd0f6a5543b160d8981859947c02e082664ca67fb
royaltyWallet() view returns (address)
0x92b430f091891b78f2e92a39a1e67e885b8eb0c8
swapContract() view returns (address)
0x1277fada090a917c38db7708d26fd120ab50e07c
Read-only
addressListingLookup(address) view returns (uint8)
getRoleAdmin(bytes32 role) view returns (bytes32)
hasBid(uint128 tokenId) view returns (bool status)
hasRole(bytes32 role, address account) view returns (bool)
hasSold(uint128 tokenId) view returns (bool status)
listingPauseStatus(uint128 listingId) view returns (bool status)
listingRegistry(uint8) view returns (address)
onERC721Received(address, address, uint256, bytes) pure returns (bytes4)
pendingEth(uint128) view returns (uint256)
releases(uint128) view returns (uint128 listingId, uint128 startTokenId, uint128 endTokenId, uint8 listingType, uint16 producerPercentage, address producer)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events claimToken(uint128 releaseId, uint128 tokenId, uint128 listingId, uint8 listingType)
createListing(struct IListingListing listing, uint8 listingType, uint256 releaseDate, bytes data)
createRelease(uint128 qty, string liquidUri, string redeemedUri, address producer, uint16 producerPercentage)
createReleaseAndList(uint8 listingType, uint128 qty, string liquidUri, string redeemedUri, address producer, uint16 producerPercentage, struct IListingListing listing, uint256 releaseDate, bytes data)
deleteListing(uint8 listingType, uint128 listingId)
distributeListingFunds(uint8 listingType, uint128 listingId, uint128 releaseId)
distributeSaleFunds(uint8 listingType, uint128 listingId, uint128 releaseId, uint256 saleAmount)
distributeSecondaryFunds(uint128 releaseId, uint256 amount)
grantRole(bytes32 role, address account)
pauseAllListings()
pauseListing(uint128 listingId)
placeBidWithETH(uint128 releaseId, uint128 tokenId, uint256 amount, address spender, address swapTarget, bytes data) payable
placeBidWithUSDC(uint128 releaseId, uint128 tokenId, uint256 amount, bytes data)
placeETHBidWithReceiver(uint128 releaseId, uint128 tokenId, address receiver, uint256 amount, address spender, address swapTarget, bytes data) payable
registerListingType(uint8 listingType, address listingContract)
relistRelease(uint128 releaseId, uint8 newListingType, struct IListingListing listing, bytes data)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
setRedemptionManager(address _redemptionManager)
setRoyaltyDistributor(address _royaltyDistributor)
setRoyaltyWallet(address _royaltyWallet)
transferBaseToken(uint8 listingType, uint128 listingId, address destination, uint256 amount)
transferToken(uint8 listingType, uint128 tokenId, address destination)
unpauseAllListings()
unpauseListing(uint128 listingId)
updateListing(uint8 listingType, uint128 listingId, struct IListingListing listing, bytes data)
withdrawTokens(uint128 releaseId, uint128[] tokens, address destination)
AllListingStatusChanged(address indexed sender, bool status)
FundsDistributed(address receiver, uint256 amount, uint128 releaseId)
ListingStatusChanged(uint128 indexed listingType, bool status)
ListingTypeCreated(address indexed listingAddress, uint8 indexed listingType)
ProceedsWithdrawn(address indexed receiver, uint128[] listingIds)
ReleaseCreated(uint128 releaseId)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
TimeLockSet(uint256 indexed releaseId, uint256 indexed releaseDate)
TokenClaimed(address claimant, uint128 tokenId)
TokensWithdrawn(address indexed receiver, uint128 listingId, uint128[] tokens)
constructor(address _superUser, address _liquidToken, address _redemptionManager, address _royaltyWallet, address _royaltyDistributor, address _swapContract)
This contract contains no fallback and receive objects.
DistributionNotSupported()
EthTransferFailed()
IncorrectAccess(address sender)
IncorrectSwapParams()
InvalidProducerPercentage(uint16 producerPercentage)
InvalidRelease(address sender, uint128 releaseId)
InvalidTokenAmount()
InvalidTransferOperator()
ListingActive(uint128 listingId)
ListingIdTaken()
ListingPaused()
ListingStatusAlreadySet()
NoFundsRemaining(uint128 listingId)
ReleaseAlreadyListed(address sender, uint128 releaseId)
TokenAlreadySold()
TokenHasBid(uint128 tokenId)
TokenNotInRelease(uint128 tokenId)
ZeroAddress(bytes32 field)