TransparentUpgradeableProxy
Verified contract
Proxy
Active on
Ethereum with 509 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 48 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
0xb305…0bc2
0xe405…c1c2
Balances ($2,206.05)
Native
Value
$2,206.05
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.70478 | $3,130.13 |
$2,206.05 | |
0xb305…0bc2 | ERC-1555 | 489 | -- | -- | |
0xb305…0bc2 | ERC-1555 | 100 | -- | -- | |
0xb305…0bc2 | ERC-1555 | 100 | -- | -- | |
0xb305…0bc2 | ERC-1555 | 100 | -- | -- | |
0xb305…0bc2 | ERC-1555 | 100 | -- | -- | |
0xb305…0bc2 | ERC-1555 | 100 | -- | -- | |
0xb305…0bc2 | ERC-1555 | 65 | -- | -- | |
0xb305…0bc2 | ERC-1555 | 33 | -- | -- | |
0xb305…0bc2 | ERC-1555 | 33 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21168452 | 5 days ago | | | 0 | 0.0022060384 | |
| 20472557 | 3 months ago | | | 0 | 0.00079714803 | |
| 18643713 | a year ago | | | 0 | 0.0069992202 | |
| 18620085 | a year ago | | | 0 | 0.0067515138 | |
| 18620073 | a year ago | | | 0 | 0.0054621821 | |
| 18620065 | a year ago | | | 0 | 0.0050441036 | |
| 18407275 | a year ago | | | 0 | 0.0020923485 | |
| 18216652 | a year ago | | | 0 | 0.0032158296 | |
| 18202333 | a year ago | | | 0 | 0.0028368147 | |
| 18194812 | a year ago | | | 0 | 0.0033497246 |
ABI
ABI objects
Getter at block 21205770
collectorsFee() view returns (uint256)
30000
isp() view returns (address)
0xe405d1cb210e35d14fa0ce190eadcedeb43bc1c2
listingFee() view returns (uint256)
50000
mgd() view returns (address)
0xb305904aab1d1041b9c237e46a68fc9a22d60bc2
mintFee() view returns (uint256)
150000
openListings() view returns (bool)
false
orderCounter() view returns (uint256)
268
owner() view returns (address)
0x098809af9e0650ed1fd9c7615021d9384032a613
withdrawAddress() view returns (address)
0x098809af9e0650ed1fd9c7615021d9384032a613
Read-only
listedBefore(uint256) view returns (bool)
orders(uint256) view returns (uint256 tokenId, uint256 askingPrice, uint256 amount, address creator, address token, address nft, bool orderValid, bool lookingFor, bool splitPayable)
primaryTracker(uint256) view returns (uint256)
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
cancelOrder(uint256 _orderId)
createOrderExisting(uint256 _tokenId, uint256 _askingPrice, uint256 _amount, address _token, address _nft, bool _lookingFor) payable returns (uint256)
createOrderNew(string _orgName, string _metadataUri, address _royaltyReceiver, address _token, address _for, uint256 _askingPrice, uint256 _issues, uint24 _royalty, bool _splitPayable) returns (uint256)
fulfillOrder(uint256 _orderId, uint256 _numberOfIssues, bool _splitPayable) payable
initialize(address _mgdContract, address _withdrawAddress)
onERC1155BatchReceived(address, address, uint256[], uint256[], bytes) returns (bytes4)
onERC1155Received(address, address, uint256, uint256, bytes) returns (bytes4)
renounceOwnership()
setCollectorsFee(uint256 _fee)
setFeeAdd(address _add)
setListingFee(uint256 _fee)
setMintFee(uint256 _fee)
transferOwnership(address newOwner)
unlockPlatform()
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
OrderCanceled(uint256 indexed _orderId)
OrderFulfilled(uint256 indexed orderID, uint256 salePrice, uint256 platformFee, uint256 royaltyAmount, address indexed royaltyReceiver, uint256 amountSold, bool isPrimaryMarket, address indexed fulfilledBy)
OrderPlaced(uint256 indexed tokenID, uint256 indexed orderID, uint256 indexed askingPrice, uint256 amountForSale, address account, address token, bool lookingFor, bool primary)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
This contract contains no error objects.