TitanLegendsMarketplaceV2
Verified contract
Active on
Ethereum with 44 txns
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 |
---|---|---|---|---|---|
DRAGONXHYBRID | ERC-721 | 1 | -- | -- | |
DRAGONXHYBRID | ERC-721 | 1 | -- | -- | |
DRAGONXHYBRID | ERC-721 | 1 | -- | -- | |
DRAGONXHYBRID | ERC-721 | 1 | -- | -- | |
DRAGONXHYBRID | ERC-721 | 1 | -- | -- | |
DRAGONXHYBRID | ERC-721 | 1 | -- | -- | |
DRAGONXHYBRID | ERC-721 | 1 | -- | -- | |
DRAGONXHYBRID | ERC-721 | 1 | -- | -- | |
DRAGONXHYBRID | ERC-721 | 1 | -- | -- | |
DRAGONXHYBRID | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21267761 | a day ago | | | 0 | 0.0016936265 | |
| 21212803 | 9 days ago | | | 0 | 0.0014997560 | |
| 21150036 | 18 days ago | | | 0 | 0.00036991068 | |
| 21116421 | 22 days ago | | | 0 | 0.00070567318 | |
| 21058218 | a month ago | | | 0 | 0.00028760436 | |
| 21057746 | a month ago | | | 0 | 0.00042157200 | |
| 21052392 | a month ago | | | 0 | 0.00018973707 | |
| 21029123 | a month ago | | | 0 | 0.0013118559 | |
| 21018601 | a month ago | | | 0 | 0.0014303253 | |
| 21018450 | a month ago | | | 0 | 0.0016221746 |
ABI
ABI objects
Getter at block 21276072 getActiveListings() view returns (uint256[]) getTwapPrice() view returns (uint256 quote)
collection() view returns (address)
0x619321771d67d9d8e69a3503683fcba0678d2ef3
currentListingId() view returns (uint256)
25
deviation() view returns (uint32)
300
getSpotPrice() view returns (uint256)
241919838
marketplaceFee() view returns (uint64)
300
owner() view returns (address)
0xf279986d7ac76bee90c55928536867981c400319
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
secondsAgo() view returns (uint32)
300
titanX() view returns (address)
0xf19308f923582a6f7c465e5ce7a9dc1bec6665b1
Read-only
isListingActive(uint256 listingId) view returns (bool)
listings(uint256) view returns (uint256 tokenId, uint256 price, address owner)
State-modifying
Events acceptOwnership()
addListing(uint256 tokenId, uint256 price)
buyListing(uint256 listingId, uint256 price)
buyListingEth(uint256 listingId, uint256 price) payable
editListing(uint256 listingId, uint256 newPrice)
onERC721Received(address, address, uint256, bytes) returns (bytes4)
removeListing(uint256 listingId)
renounceOwnership()
setDeviation(uint32 limit)
setFeeStorage(address storageAdr)
setMarketplaceFee(uint64 fee)
setSecondsAgo(uint32 limit)
transferOwnership(address newOwner)
ListingAdded(uint256 indexed listingId, uint256 indexed tokenId, address indexed owner, uint256 price)
ListingEdited(uint256 indexed listingId, uint256 price)
ListingRemoved(uint256 indexed listingId)
ListingSold(uint256 indexed listingId, uint256 tokenId, uint256 price, address buyer)
OwnershipTransferStarted(address indexed previousOwner, address indexed newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(address nftAddress, address tokenAddress, address feeStorageAddress)
This contract contains no fallback and receive objects.
ContractProhibited()
Deviation()
InactiveListing()
IncorrectAddress()
IncorrectInput()
IncorrectPrice()
InsufficientEth()
MathOverflowedMulDiv()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
ReentrancyGuardReentrantCall()
TransferFailed()
Unauthorized()
ZeroPrice()