Marketplace
Verified contract
Active on
Ethereum with 244 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Marketplace"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11658757 | 4 years ago | | | 0.3 | 0.0066979002 | |
| 11658739 | 4 years ago | | | 0.3 | 0.0099979003 | |
| 11658726 | 4 years ago | | | 0.3 | 0.0056917500 | |
| 11658717 | 4 years ago | | | 0.3 | 0.0068167500 | |
| 11658717 | 4 years ago | | | 0.3 | 0.0079074300 | |
| 11658698 | 4 years ago | | | 0.3 | 0.011088580 | |
| 11658695 | 4 years ago | | | 0.3 | 0.010906800 | |
| 11658693 | 4 years ago | | | 0.3 | 0.0059078500 | |
| 11658690 | 4 years ago | | | 0.3 | 0.0098161200 | |
| 11658579 | 4 years ago | | | 0.3 | 0.013542610 |
ABI
ABI objects
Getter at block 21171295
offerIdCounter() view returns (uint256)
5
owner() view returns (address)
0x4a24c49c7fb614f9ca86c17ec85308d1a29a11aa
paused() view returns (bool)
false
Read-only
getOffer(uint256 _offerId) view returns (struct MarketplaceOffer)
isSeller(address _seller) view returns (bool)
State-modifying
Events addSeller(address _newSeller)
buyToken(uint256 _offerId, uint256 _tokenAmount) payable
createOffer(address _tokenAddress, uint256 _tokenId, uint256 _tokenAmount, uint256 _price)
deleteOffer(uint256 _offerId)
pauseContract(bool _paused)
removeSeller(address _seller)
renounceOwnership()
transferOwnership(address newOwner)
withdrawAll()
OfferCancelled(address indexed _tokenAddress, uint256 _tokenId, uint256 _offerId)
OfferCreated(address indexed _tokenAddress, address indexed _seller, uint256 _tokenId, uint256 _tokenAmount, uint256 _price, uint256 _offerIdCounter)
OfferSuccess(address indexed _tokenAddress, uint256 _tokenId, uint256 _price, uint256 _offerIdCounter, address _newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.