0x2213aedcd9adb929aa2b72d6516084c0faf86fe8
Verified contract
Proxy
Active on
Base with 113,599 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x2456…d267
0x19ec…406d
-
variable spans 49 additional slots
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
GTC | ERC-20 | 2.4K | -- | -- | |
| ERC-20 | 2.4K | -- | -- | |
OHNO | ERC-20 | 101.234568 | -- | -- | |
LZPZ | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17742557 | 3 months ago | | | 0 | 0.0000016436109 | |
| 17742553 | 3 months ago | | | 0 | 0.0000016436109 | |
| 17737930 | 3 months ago | | | 0 | 0.0000016634297 | |
| 17737926 | 3 months ago | | | 0 | 0.0000016631446 | |
| 17737926 | 3 months ago | | | 0 | 0.0000016634297 | |
| 17737924 | 3 months ago | | | 0 | 0.0000016634297 | |
| 17737924 | 3 months ago | | | 0 | 0.0000016634297 | |
| 17737922 | 3 months ago | | | 0 | 0.0000016634297 | |
| 17737919 | 3 months ago | | | 0 | 0.0000016634297 | |
| 17737919 | 3 months ago | | | 0 | 0.0000016631446 |
ABI
ABI objects
Getter at block 22036302
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
FEE_MANAGER_ROLE() view returns (bytes32)
0x6c0757dc3e6b28b2580c03fd9e96c274acf4f99d91fbec9b418fa1d70604ff1c
_NFT_CONTRACT() view returns (address)
0x19ecbc13e899e4952d8e1a24108330d43cc0406d
_TOKEN_CONTRACT() view returns (address)
0x24569d33653c404f90af10a2b98d6e0030d3d267
marketplaceFeesReceiver() view returns (address)
0xa6a47e2ad1dc0680308b16731285a8f1476473c8
marketplacePercentFees() view returns (uint8, uint8, uint8)
(2, 3, 0)
Read-only
computeSaleShares(uint256 weiPrice) view returns (uint256 sellerShare, uint256 marketplaceSellFeeShare, uint256 marketplaceBuyFeeShare, uint256 marketplaceBurnFeeShare)
getBuyerSalePrice(uint64 tokenId) view returns (uint256)
getRoleAdmin(bytes32 role) view returns (bytes32)
getSale(uint64 tokenId) view returns (uint256, address)
hasReservedOffer(address from, uint64 tokenId) view returns (bool)
hasRole(bytes32 role, address account) view returns (bool)
hasSale(uint64 tokenId) view returns (bool)
isReservationOpenFor(address from, uint64 tokenId) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events acceptSale(uint64 tokenId, uint256 salePrice)
acceptSale(uint64 tokenId, uint256 salePrice, address nftReceiver)
createSaleFrom(address from, uint64 tokenId, uint256 tokenWeiPrice)
createSaleFrom(address from, uint64 tokenId, uint256 tokenWeiPrice, address reserve)
destroySaleFrom(address from, uint64 tokenId)
grantRole(bytes32 role, address account)
initialize(address tokenAddress, address nftAddress)
renounceRole(bytes32 role, address callerConfirmation)
revokeRole(bytes32 role, address account)
setMarketplaceFeesReceiver(address nMarketplaceFeesReceiver)
setMarketplacePercentFees(uint8 nMarketplaceSellPercentFee, uint8 nMarketplaceBuyPercentFee, uint8 nMarketplaceBurnPercentFee)
updateSaleFrom(address from, uint64 tokenId, uint256 tokenWeiPrice, address reserve)
Initialized(uint64 version)
MarketplaceFeesReceiverUpdated(address feesReceiver)
MarketplaceFeesUpdated(uint128 sellerPercentFees, uint128 buyerPercentFees, uint256 burnPercentFees)
OptionSet(uint64 tokenId, address buyer, uint256 until)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
SaleAccepted(uint64 tokenId, uint256 tokenWeiPrice, address seller, address buyer)
SaleCreated(uint64 tokenId, uint256 tokenWeiPrice, address seller, address reserve)
SaleDestroyed(uint64 tokenId, address seller)
SaleUpdated(uint64 tokenId, uint256 tokenWeiPrice, address seller, address reserve)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
AccessControlBadConfirmation()
AccessControlUnauthorizedAccount(address account, bytes32 neededRole)
AddressEmptyCode(address target)
AddressInsufficientBalance(address account)
FailedInnerCall()
InvalidInitialization()
MathOverflowedMulDiv()
NotInitializing()
SafeERC20FailedOperation(address token)