Netmorf corporate assets

Verified contract

Proxy

Active on Base with 0 txns
Deployed by via 0x6dfd5560 at 23819649
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Netmorf corporate assets"

No transactions found for "Netmorf corporate assets"


Functions
Getter at block 23957444
REGISTRY(view returns (address)
0xc6ea7ee0715d20f7cfd8f2d50d1ebd85ee161871
ROUTER(view returns (address)
0x5e09ef69bebbbf04334242ec6d942296a96bd75f
contractURI(view returns (string)
ipfs://QmaCBRmgbUbRAVkt6tvfPxug3n2fyxQHYizRnvp8kXwvVK
creator(view returns (address)
0x6e31d9d4ed8ed93c2871ffb320f68b3cb4e81a25
name(view returns (string)
Netmorf corporate assets
node(view returns (struct Node)
(2, (8453, 0x4fbab165b30796fa9c6d5dc88cf6b5663c27ee69), (8453, 0x6e31d9d4ed8ed93c2871ffb320f68b3cb4e81a25), 0x)
owner(view returns (address)
0x6e31d9d4ed8ed93c2871ffb320f68b3cb4e81a25
totalWorks(view returns (uint256)
9
uri(view returns (string)
ipfs://QmaCBRmgbUbRAVkt6tvfPxug3n2fyxQHYizRnvp8kXwvVK
Read-only
_metadata(uint256view returns (string labelstring uribytes data)
balanceOf(address owneruint256 idview returns (uint256 result)
balanceOfBatch(address[] ownersuint256[] idsview returns (uint256[] balances)
creator(uint256 tokenIdview returns (address)
hasAllRoles(address user_uint256 roles_view returns (bool)
hasAnyRole(address user_uint256 roles_view returns (bool)
isApprovedForAll(address owneraddress operatorview returns (bool result)
maxSupply(uint256 tokenId_view returns (uint256)
metadata(uint256 id_view returns (struct Metadata)
mintFee(uint256 tokenId_view returns (uint256)
mintFee(uint256 tokenId_uint256 amount_view returns (uint256)
name(uint256 tokenIdview returns (string)
node(uint256 tokenIdview returns (struct Node)
ownershipHandoverExpiresAt(address pendingOwnerview returns (uint256 result)
rolesOf(address user_view returns (uint256)
royaltyInfo(uint256 tokenIduint256 salePriceview returns (address receiveruint256 royaltyAmount)
strategy(uint256 tokenId_view returns (struct Strategy)
supportsInterface(bytes4 interfaceIdview returns (bool)
totalSupply(uint256 tokenId_view returns (uint256)
uri(uint256 tokenId_view returns (string)
works(uint256view returns (address creatoruint256 maxSupplyuint256 totalSupplyuint64 opensAtuint64 closesAtstruct Strategy strategy)
State-modifying
cancelOwnershipHandover(payable 
completeOwnershipHandover(address pendingOwnerpayable 
grantPublisherRole(address publisher_
grantRoles(address user_uint256 roles_payable 
initialize(address router_address registry_address owner_address controller_struct Metadata metadata_
mint(address to_uint256 tokenId_uint256 amount_address referrer_bytes data_payable 
mintBatch(address to_uint256[] tokenIds_uint256[] amounts_bytes data_payable 
mintBatch(address[] receivers_uint256 tokenId_uint256 amount_bytes data_payable 
mintWithComment(address to_uint256 tokenId_uint256 amount_address referrer_bytes data_string comment_payable 
promoMint(address[] receivers_uint256 tokenId_bytes data_
publish(address creator_uint256 maxSupply_uint64 opensAt_uint64 closesAt_struct Node[] attributions_struct Strategy strategy_struct Metadata metadata_returns (uint256 tokenId)
renounceOwnership(payable 
renounceRoles(uint256 rolespayable 
requestOwnershipHandover(payable 
revokePublisherRole(address publisher_
revokeRoles(address user_uint256 roles_payable 
safeBatchTransferFrom(address fromaddress touint256[] idsuint256[] amountsbytes data
safeTransferFrom(address fromaddress touint256 iduint256 amountbytes data
setApprovalForAll(address operatorbool isApproved
setMetadata(uint256 id_struct Metadata metadata_
setRoyaltyTarget(uint256 tokenIdaddress target
setStrategy(uint256 tokenId_struct Strategy strategy_
setTimeframe(uint256 tokenIduint64 opensAtuint64 closesAt
transferOwnership(address newOwnerpayable 
transferWork(address to_uint256 tokenId_
Events
ApprovalForAll(address indexed owneraddress indexed operatorbool isApproved
Comment(address indexed collectionuint256 indexed tokenIdaddress indexed authorstring comment
Initialized(uint64 version
Minted(address indexed collectionuint256 indexed tokenIdaddress indexed touint256 amountbytes data
OwnershipHandoverCanceled(address indexed pendingOwner
OwnershipHandoverRequested(address indexed pendingOwner
OwnershipTransferred(address indexed oldOwneraddress indexed newOwner
Published(address indexed collectionuint256 indexed tokenIdstruct Strategy strategy
RolesUpdated(address indexed useruint256 indexed roles
TimeframeUpdated(address indexed collectionuint256 indexed tokenIduint64 opensAtuint64 closesAt
TransferBatch(address indexed operatoraddress indexed fromaddress indexed touint256[] idsuint256[] amounts
TransferSingle(address indexed operatoraddress indexed fromaddress indexed touint256 iduint256 amount
URI(string valueuint256 indexed id
WorkTransferred(address indexed collectionuint256 indexed tokenIdaddress indexed to
Constructor

This contract contains no constructor objects.

Fallback and receive

This contract contains no fallback and receive objects.

Errors
AccountBalanceOverflow(
AlreadyInitialized(
ArrayLengthsMismatch(
InsufficientBalance(
InvalidInitialization(
MaxSupplyReached(
NewOwnerIsZeroAddress(
NoHandoverRequest(
NotInitializing(
NotOpen(uint64 opensAt_uint64 closesAt_
NotOwnerNorApproved(
RoyaltyOverflow(
RoyaltyReceiverIsZeroAddress(
TransferToNonERC1155ReceiverImplementer(
TransferToZeroAddress(
Unauthorized(