NamespaceFactory
Verified contract
Implementation
Active on
Base with 0 txns
Storage
Map
Table
Raw
Constants and immutables
1
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "NamespaceFactory"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "NamespaceFactory"
ABI
ABI objects
Getter at block 21848247
CurveManager() view returns (address)
0x0000000000000000000000000000000000000000
communityStake() view returns (address)
0x0000000000000000000000000000000000000000
namespaceLogic() view returns (address)
0x0000000000000000000000000000000000000000
reservationHook() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
getNamespace(bytes32) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events configureCommunityStakeId(string name, string tokenName, uint256 id, address exchangeToken, uint256 scalar, uint256 curve)
deployNamespace(string name, string _uri, address _feeManager, bytes _signature)
initialize(address _communityStake, address _namespaceLogic, address _reservationHook, address _curveManager)
onERC1155BatchReceived(address, address, uint256[], uint256[], bytes) returns (bytes4)
onERC1155Received(address, address, uint256, uint256, bytes) returns (bytes4)
setReservationHook(address _hook)
transferOwnership(address newOwner)
updateNamespaceImplementation(address newImplementation)
ConfiguredCommunityStakeId(string name, string tokenName, uint256 id)
DeployedNamespace(string name, address _feeManager, bytes _signature, address _namespaceDeployer)
Initialized(uint64 version)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
InvalidInitialization()
NotInitializing()