TitanLegendsMarketplaceV2

Verified contract

Active on Ethereum with 44 txns
Deployed by via 0x6b48bf73 at 20846407
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
 (#266)
ERC-721
--
 (#265)
ERC-721
--
 (#263)
ERC-721
--
 (#262)
ERC-721
--
 (#261)
ERC-721
--
 (#260)
ERC-721
--
 (#257)
ERC-721
--
 (#256)
ERC-721
--
 (#255)
ERC-721
--
 (#254)
ERC-721
--
0x25a8e38ab82b2192f3aa92f817c9d8c4b1b2073877467648a9aca37c07ba41b6
0x9bf079298b96ce9639d10947075fbb59b73ff68d1cb5ecbfc1f6cf06be606680
0xfd2dd8f995ef2df4206e0da871edf51bd984d49d6ea9735beb0693030eb49e13
0x70d5c5cbc06958342fb3ff692010ada36c3c813268cab25bcd84bf3b772ee718
0x64a9b697b5e6ea718bea5a9a5b6731442a597682a92612ded97170f75e034bd4
0x6eb6eb56f11ddb0e5e60edcc02f69398e545191c5a7bc65fe211e2b803953368
0xb96e0e041757ad9d5dfe4286c829c466964e01d1cab917c03c202c53027f73fb
0x52cfb5980d25e18bd0a95e7e8eb5117d8660e7a9d820a9d410d9b03621d95014
0xf56e3540c579186ec5517039c9d5d586b72bf148160f1bd6cf1c2ca4466771ff
0x68c6db9e7822b11c596851a4c3971528b88dd69bf06596451d86768cdfb64f71

Functions
Getter at block 21276072
collection(view returns (address)
0x619321771d67d9d8e69a3503683fcba0678d2ef3
currentListingId(view returns (uint256)
25
deviation(view returns (uint32)
300
 
getActiveListings(view returns (uint256[])
getSpotPrice(view returns (uint256)
241919838
 
getTwapPrice(view returns (uint256 quote)
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 listingIdview returns (bool)
listings(uint256view returns (uint256 tokenIduint256 priceaddress owner)
State-modifying
acceptOwnership(
addListing(uint256 tokenIduint256 price
buyListing(uint256 listingIduint256 price
buyListingEth(uint256 listingIduint256 pricepayable 
editListing(uint256 listingIduint256 newPrice
onERC721Received(addressaddressuint256bytesreturns (bytes4)
removeListing(uint256 listingId
renounceOwnership(
setDeviation(uint32 limit
setFeeStorage(address storageAdr
setMarketplaceFee(uint64 fee
setSecondsAgo(uint32 limit
transferOwnership(address newOwner
Events
ListingAdded(uint256 indexed listingIduint256 indexed tokenIdaddress indexed owneruint256 price
ListingEdited(uint256 indexed listingIduint256 price
ListingRemoved(uint256 indexed listingId
ListingSold(uint256 indexed listingIduint256 tokenIduint256 priceaddress buyer
OwnershipTransferStarted(address indexed previousOwneraddress indexed newOwner
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Constructor
constructor(address nftAddressaddress tokenAddressaddress feeStorageAddress
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ContractProhibited(
Deviation(
InactiveListing(
IncorrectAddress(
IncorrectInput(
IncorrectPrice(
InsufficientEth(
MathOverflowedMulDiv(
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account
ReentrancyGuardReentrantCall(
TransferFailed(
Unauthorized(
ZeroPrice(