This contract is being backfilled. You may encounter incomplete storage history.

TokenMarketplaceV2

Verified contract

Active on Ethereum with 8,155 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 $70,129.43
0xe8391b243029d44e071e27476dd357984b8b2c379b99422f0923b35722c3d028
0x3fc7c4b2524fce6d51253b7d883180747f944d2d90437601576de34453a90266
0x709438b5d79061fe6fb9d0b3ed06073337f378bad72fc11230480954edcab00c
0x58000548f82b98d12325111f46728c564079b1dfd13712de267f3289c2471305
0x04867f88d791ac8f7999e4897ed100cab169be7e29fd7e16069ac21ab4b3c032
0xd67e4a8761e72fe00067e27dc74b9034b3f648edf3677120f7204d0053415e77
0x23362dec119104cbd57d1a9cb3706d95cd289d5c24be482c103b43f8b1f3d312
0xa60d2d7ad519ae0bfc53ed510d21ae8d2bb50570ff9eea706ffa6ec146c6e0a5
0x077f2d8e35d7cf6eb842ecb6a638eb2d2fd3c71e029e6c22ca23c465a07e2103
0xf2df53d7cae657e9f378102305efb634f4165729656577bb6bf4fcea3f52f3ea

Functions
Getter at block 20803761
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.