TransparentUpgradeableProxy
Verified contract
Proxy
Active on
Ethereum with 2,381 txns
Unified storage
Map
Table
Raw
Constants and immutables
4
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
0x82a3…c86d
0x2a25…fe6d
Balances ($14,649.32)
Native
Value
$14,649.32
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 3.88901 | $3,766.85 |
$14,649.32 | |
NINFA | ERC-721 | 1 | -- | -- | |
NINFA | ERC-721 | 1 | -- | -- | |
NINFA | ERC-721 | 1 | -- | -- | |
NINFA | ERC-721 | 1 | -- | -- | |
NINFA | ERC-721 | 1 | -- | -- | |
NINFA | ERC-721 | 1 | -- | -- | |
NINFA | ERC-721 | 1 | -- | -- | |
NINFA | ERC-721 | 1 | -- | -- | |
NINFA | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20936416 | 2 months ago | | | 0 | 0.0029708352 | |
| 20770521 | 3 months ago | | | 0 | 0.00074514024 | |
| 20770515 | 3 months ago | | | 0 | 0.00066736987 | |
| 20770510 | 3 months ago | | | 0 | 0.00067359375 | |
| 20640191 | 3 months ago | | | 0 | 0.00019007611 | |
| 20522707 | 4 months ago | | | 0 | 0.000075023139 | |
| 20522696 | 4 months ago | | | 0 | 0.00022920767 | |
| 20522669 | 4 months ago | | | 0 | 0.00054596239 | |
| 20318772 | 5 months ago | | | 0 | 0.0015128800 | |
| 20289786 | 5 months ago | | | 0 | 0.00040531991 |
ABI
ABI objects
Getter at block 21339319
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
getMarketplacesRegistry() view returns (address[])
[0x8Ce901eBF9AfD75b4cB0909260eeF91c5d4C2E60]
Read-only
exists(address _collection) view returns (bool)
getOrderId(address _collection, uint256 _tokenId) view returns (uint256 orderId)
getPrimaryCommission(uint256 _tokenId, uint256 _amount) view returns (address receiver, uint256 commissionAmount)
getRoleAdmin(bytes32 role) view returns (bytes32)
getRoyaltyCommission(address _collection, uint256 _tokenId, uint256 _amount) view returns (address receiver, uint256 commissionAmount)
hasRole(bytes32 role, address account) view returns (bool)
marketInfo(address, uint256 _tokenId) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events admin() returns (address admin_)
changeAdmin(address newAdmin)
implementation() returns (address implementation_)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
acceptOffer(uint256 _offerId)
addMarketplace(address _newMarketplace)
cancelOrder(uint256 _orderId)
changeOrderPrice(uint256 _orderId, uint256 _newPrice)
decreaseOffer(uint256 _offerId, uint256 _newAmount)
deleteMarketplace(uint256 _index)
deletePrimarySaleCommission(uint256 _tokenId)
deleteRoyaltyCommission(address _collection, uint256 _tokenId)
fillOrder(uint256 _orderId, address _msgSender) payable
grantRole(bytes32 role, address account)
increaseOffer(uint256 _offerId) payable
initialize(address _NFT, address _feeAccount)
mint(bytes32 _tokenURI)
mintAndTransfer(bytes32 _tokenURI, address _to, uint24 _primaryBps, uint24 _royaltyBps)
refundOffer(uint256 _offerId)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
setFeeAccount(address _feeAccount)
setNinfaNFT(address _NFT)
setPrimaryFee(uint24 _feeBps)
setPrimarySaleCommission(uint256 _tokenId, address _receiver, uint24 _bps)
setRoyaltyCommission(address _collection, uint256 _tokenId, address _receiver, uint24 _bps)
submitOffer(address _collection, uint256 _tokenId) payable
submitOrder(address _collection, uint256 _tokenId, uint256 _price)
whitelistERC721(address _collection)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
Commission(address indexed collection, uint256 indexed tokenId, address indexed to, uint24 primaryBps, uint24 royaltyBps)
FeeAccount(address feeAccount)
Offer(address indexed collection, uint256 indexed tokenId, address indexed from, uint256 offerId, uint256 price)
OfferCancelled(address indexed collection, uint256 indexed tokenId, address indexed from, uint256 offerId)
Order(address indexed collection, uint256 indexed tokenId, address indexed from, uint256 orderId, uint256 price)
OrderCancelled(address indexed collection, uint256 indexed tokenId, address indexed from, uint256 orderId)
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)
RoyaltyPayment(address indexed collection, uint256 indexed tokenId, address indexed to, uint256 amount)
Trade(address indexed collection, uint256 indexed tokenId, address indexed from, uint256 price, address to, uint256 orderId)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
This contract contains no error objects.