TokenMarketplaceV2

Verified contract

Active on Ethereum with 8,217 txns
Deployed by via 0xea02b237 at 11250377
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value $912.83
0x80a03cf6316e1e227b4193f04516280fe997c0f75b44e5797625fb8f2f61f1bf
0x155476c1f06f39ae472f1c3ede9627dd24a7f5c1eb3b3c66c3ededdf42b5fb66
0xc4c5d6f3464c5814a3add6c42c59416ab452b398ec96157f3fbc8856ad2900b1
0x04b6cf91c0896b5543bb08307dce33fee74f948717b3a58e59cfeb8cd8defeb4
0xca6ddbf85a45bcd35124a8c656a855265d4bec61be7d52212f8797e71062001d
0x42de89298208ffb08eadc3f8926033d04a1434b38f930ba5af6141d387fdacf4
0xf6009749220acc252705d23b9916d21b10399006115ecad036a35abb47abfab6
0x66556f0ecff57cecd0a1ab931cbf8f6e4c9f64dde099489417f25615c1add6af
0xa0a7980a37f374afd3430b86f7769e621251918ea29ec06b9c80341966a5c4db
0x7c04e092ef1cdb6743addd84fd66a698468af1f198660b5a75acc2a0983a94c8

Functions
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 _operatorstring _roleview 
determineSaleValues(uint256 _tokenIdview returns (uint256 _sellerTotaluint256 _platformFeeuint256 _royaltyFee)
disabledListings(uint256view returns (bool)
disabledTokens(uint256view returns (bool)
hasRole(address _operatorstring _roleview returns (bool)
listings(uint256view returns (uint256 priceaddress seller)
offers(uint256view returns (address bidderuint256 offer)
tokenListingDetails(uint256 _tokenIdview returns (uint256 _priceaddress _listeraddress _currentOwner)
tokenOffer(uint256 _tokenIdview returns (address _bidderuint256 _offeraddress _ownerbool _enabledbool _paused)
whitelist(address _operatorview returns (bool)
State-modifying
acceptBid(uint256 _tokenIduint256 _acceptedAmount
addAddressToWhitelist(address _operator
addAddressesToWhitelist(address[] _operators
buyToken(uint256 _tokenIdpayable 
delistToken(uint256 _tokenId
disableAuction(uint256 _tokenId
disableListing(uint256 _tokenId
enableAuction(uint256 _tokenId
enableListing(uint256 _tokenId
listToken(uint256 _tokenIduint256 _listingPrice
pause(
placeBid(uint256 _tokenIdpayable 
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
Events
AuctionDisabled(uint256 indexed _tokenIdaddress indexed _auctioneer
AuctionEnabled(uint256 indexed _tokenIdaddress indexed _auctioneer
BidAccepted(uint256 indexed _tokenIdaddress indexed _currentOwneraddress indexed _bidderuint256 _amount
BidPlaced(uint256 indexed _tokenIdaddress indexed _currentOwneraddress indexed _bidderuint256 _amount
BidRejected(uint256 indexed _tokenIdaddress indexed _currentOwneraddress indexed _bidderuint256 _amount
BidWithdrawn(uint256 indexed _tokenIdaddress indexed _bidder
ListingDisabled(uint256 indexed _tokenId
ListingEnabled(uint256 indexed _tokenId
OwnershipRenounced(address indexed previousOwner
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Pause(
RoleAdded(address indexed operatorstring role
RoleRemoved(address indexed operatorstring role
TokenDeListed(uint256 indexed _tokenId
TokenListed(uint256 indexed _tokenIdaddress indexed _selleruint256 _price
TokenPurchased(uint256 indexed _tokenIdaddress indexed _buyeraddress indexed _selleruint256 _price
Unpause(
UpdateMinBidAmount(uint256 minBidAmount
UpdatePlatformPercentageFee(uint256 _oldPercentageuint256 _newPercentage
UpdateRoyaltyPercentageFee(uint256 _oldPercentageuint256 _newPercentage
Constructor
constructor(address _kodaAddressaddress _koCommissionAccount
Fallback and receive

This contract contains no fallback and receive objects.

Errors

This contract contains no error objects.