Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x3fa8…e717
0x160f…780b
0xaa05…a9c3
Balances ($0.00)
No balances found for "Media"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19008740 | a year ago | | | 0 | 0.0031911168 | |
| 19008568 | a year ago | | | 0 | 0.0033217605 | |
| 18987391 | a year ago | | | 0 | 0.0027826385 | |
| 18961622 | a year ago | | | 0 | 0.0026278723 | |
| 18892693 | a year ago | | | 0 | 0.0042629166 | |
| 18892678 | a year ago | | | 0 | 0.0044684684 | |
| 18889380 | a year ago | | | 0 | 0.0032364532 | |
| 18888260 | a year ago | | | 0 | 0.0024105380 | |
| 18888211 | a year ago | | | 0 | 0.0026621022 | |
| 18888193 | a year ago | | | 0 | 0.0028938303 |
ABI
ABI objects
Getter at block 21395785
owner() view returns (address)
0xdbd4c0df20c63721161868f25527f2ee368f6aac
Read-only
This contract contains no read-only function objects.
State-modifying
Events approveBid(address nftAddress, address seller, uint256 tokenId, address bidder)
burn(address from, uint256 tokenId, uint256 amount)
burn(uint256 tokenId)
buyItem(address nftAddress, address seller, uint256 tokenId, uint256 quantity) payable
cancelAuction(address nftAddress, uint256 tokenId)
cancelBid(address nftAddress, address seller, uint256 tokenId)
cancelSell(address nftAddress, uint256 tokenId)
claimNft(address nftAddress, address seller, uint256 tokenId)
createAuction(address nftAddress, address erc20Token, uint256 tokenId, uint256 amount, uint256 basePrice, uint256 endTime)
mint(uint256 amount, uint256 royaltyFraction, string uri, bool isErc721)
placeBid(address nftAddress, address seller, uint256 tokenId, uint256 price) payable
renounceOwnership()
revokeAuction(address nftAddress, uint256 tokenId)
sellitem(address nftAddress, address erc20Token, uint256 tokenId, uint256 amount, uint256 price)
transferOwnership(address newOwner)
AuctionCreated(address indexed nftAddress, uint256 indexed tokenId, address indexed seller, uint256 price, uint256 quantity, uint256 startTime, uint256 endTime)
MarketItemCreated(address indexed nftAddress, address indexed seller, uint256 price, uint256 indexed tokenId, uint256 quantity)
Mint(address indexed from, address indexed to, uint256 indexed tokenId)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(address erc721Address, address erc1155Address, address marketAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.