V00_Marketplace
Verified contract
Active on
Ethereum with 10,635 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($29,475.29)
Native
Value
$21,097.72
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 6.722617 | $3,138.32 |
$21,097.72 | |
0x89d2…0359 | ERC-20 | 505.917112 | $16.44 |
$8,317.28 | |
OGN | ERC-20 | 586.845 | $0.102735 |
$60.29 | |
KICK | ERC-20 | 888.888K | -- | -- | |
EBK | ERC-20 | 7.832189 | -- | -- | |
AMB | ERC-20 | 0.1 | -- | -- | |
MYOU | ERC-20 | 0.1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20934201 | a month ago | | | 0 | 0.00077313600 | |
| 11700497 | 4 years ago | | | 0.000037248 | 0.0033000000 | |
| 11698123 | 4 years ago | | | 0.00003729 | 0.035766500 | |
| 11119805 | 4 years ago | | | 0 | 0.00062081600 | |
| 11119798 | 4 years ago | | | 0 | 0.00059408800 | |
| 10604859 | 4 years ago | | | 0 | 0.0023552400 | |
| 10603269 | 4 years ago | | | 0 | 0.0017091120 | |
| 10488893 | 4 years ago | | | 0 | 0.0019633000 | |
| 10470360 | 4 years ago | | | 0 | 0.0025522900 | |
| 10470360 | 4 years ago | | | 0 | 0.0016884380 |
ABI
ABI objects
Getter at block 21203720
owner() view returns (address)
0x73150a2c2b5855550598bb076baf2d2aa8255733
tokenAddr() view returns (address)
0x8207c1ffc5b6804f6024322ccf34f29c3541ae26
totalListings() view returns (uint256)
3220
Read-only
allowedAffiliates(address) view returns (bool)
listings(uint256) view returns (address seller, uint256 deposit, address depositManager)
offers(uint256, uint256) view returns (uint256 value, uint256 commission, uint256 refund, address currency, address buyer, address affiliate, address arbitrator, uint256 finalizes, uint8 status)
totalOffers(uint256 listingID) view returns (uint256)
State-modifying
Events acceptOffer(uint256 listingID, uint256 offerID, bytes32 _ipfsHash)
addAffiliate(address _affiliate, bytes32 ipfsHash)
addData(bytes32 ipfsHash)
addData(uint256 listingID, bytes32 ipfsHash)
addData(uint256 listingID, uint256 offerID, bytes32 ipfsHash)
addFunds(uint256 listingID, uint256 offerID, bytes32 _ipfsHash, uint256 _value) payable
createListing(bytes32 _ipfsHash, uint256 _deposit, address _depositManager)
createListingWithSender(address _seller, bytes32 _ipfsHash, uint256 _deposit, address _depositManager) returns (bool)
dispute(uint256 listingID, uint256 offerID, bytes32 _ipfsHash)
executeRuling(uint256 listingID, uint256 offerID, bytes32 _ipfsHash, uint256 _ruling, uint256 _refund)
finalize(uint256 listingID, uint256 offerID, bytes32 _ipfsHash)
makeOffer(uint256 listingID, bytes32 _ipfsHash, uint256 _finalizes, address _affiliate, uint256 _commission, uint256 _value, address _currency, address _arbitrator) payable
makeOffer(uint256 listingID, bytes32 _ipfsHash, uint256 _finalizes, address _affiliate, uint256 _commission, uint256 _value, address _currency, address _arbitrator, uint256 _withdrawOfferID) payable
removeAffiliate(address _affiliate, bytes32 ipfsHash)
renounceOwnership()
sendDeposit(uint256 listingID, address target, uint256 value, bytes32 ipfsHash)
setTokenAddr(address _tokenAddr)
transferOwnership(address _newOwner)
updateListing(uint256 listingID, bytes32 _ipfsHash, uint256 _additionalDeposit)
updateListingWithSender(address _seller, uint256 listingID, bytes32 _ipfsHash, uint256 _additionalDeposit) returns (bool)
updateRefund(uint256 listingID, uint256 offerID, uint256 _refund, bytes32 _ipfsHash)
withdrawListing(uint256 listingID, address _target, bytes32 _ipfsHash)
withdrawOffer(uint256 listingID, uint256 offerID, bytes32 _ipfsHash)
AffiliateAdded(address indexed party, bytes32 ipfsHash)
AffiliateRemoved(address indexed party, bytes32 ipfsHash)
ListingArbitrated(address indexed party, uint256 indexed listingID, bytes32 ipfsHash)
ListingCreated(address indexed party, uint256 indexed listingID, bytes32 ipfsHash)
ListingData(address indexed party, uint256 indexed listingID, bytes32 ipfsHash)
ListingUpdated(address indexed party, uint256 indexed listingID, bytes32 ipfsHash)
ListingWithdrawn(address indexed party, uint256 indexed listingID, bytes32 ipfsHash)
MarketplaceData(address indexed party, bytes32 ipfsHash)
OfferAccepted(address indexed party, uint256 indexed listingID, uint256 indexed offerID, bytes32 ipfsHash)
OfferCreated(address indexed party, uint256 indexed listingID, uint256 indexed offerID, bytes32 ipfsHash)
OfferData(address indexed party, uint256 indexed listingID, uint256 indexed offerID, bytes32 ipfsHash)
OfferDisputed(address indexed party, uint256 indexed listingID, uint256 indexed offerID, bytes32 ipfsHash)
OfferFinalized(address indexed party, uint256 indexed listingID, uint256 indexed offerID, bytes32 ipfsHash)
OfferFundsAdded(address indexed party, uint256 indexed listingID, uint256 indexed offerID, bytes32 ipfsHash)
OfferRuling(address indexed party, uint256 indexed listingID, uint256 indexed offerID, bytes32 ipfsHash, uint256 ruling)
OfferWithdrawn(address indexed party, uint256 indexed listingID, uint256 indexed offerID, bytes32 ipfsHash)
OwnershipRenounced(address indexed previousOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(address _tokenAddr)
This contract contains no fallback and receive objects.
This contract contains no error objects.