TokenMarketplaceV2
Verified contract
Active on
Ethereum with 8,217 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xfbee…4b7d
Balances ($912.83)
Native
Value
$912.83
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.252 | $3,622.33 |
$912.83 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21246850 | 9 days ago | | | 0 | 0.00049463055 | |
| 21071516 | a month ago | | | 0 | 0.0012681537 | |
| 21071513 | a month ago | | | 0 | 0.0012901557 | |
| 21071509 | a month ago | | | 0 | 0.0013424308 | |
| 21071506 | a month ago | | | 0 | 0.0013158674 | |
| 21071504 | a month ago | | | 0 | 0.0013892498 | |
| 21071499 | a month ago | | | 0 | 0.0011658679 | |
| 21071497 | a month ago | | | 0 | 0.0012527946 | |
| 21071495 | a month ago | | | 0 | 0.0013078638 | |
| 21071493 | a month ago | | | 0 | 0.0013157460 |
ABI
ABI objects
Getter at block 21314083
ROLE_WHITELISTED() view returns (string)
whitelist
artistRoyaltyPercentage() view returns (uint256)
125
koCommissionAccount() view returns (address)
0x3f8c962eb167ad2f80c72b5f933511ccdf0719d4
kodaAddress() view returns (address)
0xfbeef911dc5821886e1dda71586d90ed28174b7d
minBidAmount() view returns (uint256)
1000000000000000
owner() view returns (address)
0x3f8c962eb167ad2f80c72b5f933511ccdf0719d4
paused() view returns (bool)
false
platformFeePercentage() view returns (uint256)
0
Read-only
checkRole(address _operator, string _role) view
determineSaleValues(uint256 _tokenId) view returns (uint256 _sellerTotal, uint256 _platformFee, uint256 _royaltyFee)
disabledListings(uint256) view returns (bool)
disabledTokens(uint256) view returns (bool)
hasRole(address _operator, string _role) view returns (bool)
listings(uint256) view returns (uint256 price, address seller)
offers(uint256) view returns (address bidder, uint256 offer)
tokenListingDetails(uint256 _tokenId) view returns (uint256 _price, address _lister, address _currentOwner)
tokenOffer(uint256 _tokenId) view returns (address _bidder, uint256 _offer, address _owner, bool _enabled, bool _paused)
whitelist(address _operator) view returns (bool)
State-modifying
Events acceptBid(uint256 _tokenId, uint256 _acceptedAmount)
addAddressToWhitelist(address _operator)
addAddressesToWhitelist(address[] _operators)
buyToken(uint256 _tokenId) payable
delistToken(uint256 _tokenId)
disableAuction(uint256 _tokenId)
disableListing(uint256 _tokenId)
enableAuction(uint256 _tokenId)
enableListing(uint256 _tokenId)
listToken(uint256 _tokenId, uint256 _listingPrice)
pause()
placeBid(uint256 _tokenId) payable
rejectBid(uint256 _tokenId)
removeAddressFromWhitelist(address _operator)
removeAddressesFromWhitelist(address[] _operators)
renounceOwnership()
setArtistRoyaltyPercentage(uint256 _artistRoyaltyPercentage)
setKoCommissionAccount(address _koCommissionAccount)
setKodavV2(address _kodaAddress)
setMinBidAmount(uint256 _minBidAmount)
setPlatformPercentage(uint256 _platformFeePercentage)
transferOwnership(address _newOwner)
unpause()
withdrawBid(uint256 _tokenId)
AuctionDisabled(uint256 indexed _tokenId, address indexed _auctioneer)
AuctionEnabled(uint256 indexed _tokenId, address indexed _auctioneer)
BidAccepted(uint256 indexed _tokenId, address indexed _currentOwner, address indexed _bidder, uint256 _amount)
BidPlaced(uint256 indexed _tokenId, address indexed _currentOwner, address indexed _bidder, uint256 _amount)
BidRejected(uint256 indexed _tokenId, address indexed _currentOwner, address indexed _bidder, uint256 _amount)
BidWithdrawn(uint256 indexed _tokenId, address indexed _bidder)
ListingDisabled(uint256 indexed _tokenId)
ListingEnabled(uint256 indexed _tokenId)
OwnershipRenounced(address indexed previousOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Pause()
RoleAdded(address indexed operator, string role)
RoleRemoved(address indexed operator, string role)
TokenDeListed(uint256 indexed _tokenId)
TokenListed(uint256 indexed _tokenId, address indexed _seller, uint256 _price)
TokenPurchased(uint256 indexed _tokenId, address indexed _buyer, address indexed _seller, uint256 _price)
Unpause()
UpdateMinBidAmount(uint256 minBidAmount)
UpdatePlatformPercentageFee(uint256 _oldPercentage, uint256 _newPercentage)
UpdateRoyaltyPercentageFee(uint256 _oldPercentage, uint256 _newPercentage)
constructor(address _kodaAddress, address _koCommissionAccount)
This contract contains no fallback and receive objects.
This contract contains no error objects.