Factory
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
6
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
Balances ($0.00)
No balances found for "Factory"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "Factory"
ABI
ABI objects
Getter at block 21206628
ADMIN_ROLE() view returns (bytes32)
0xa49807205ce4d355092ef5a8a18f56e8913cf4a201fbe287825b095693c21775
CODE_VERSION() view returns (uint256)
10100
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
SIGNER_ROLE() view returns (bytes32)
0xe2f4eaae4a9751e85a3e4a7b9587827a877f29914755229b07a7b2da98285f70
callFee() view returns (uint256)
0
deploymentFee() view returns (uint256)
0
templates() view returns (string[] templateNames)
[]
version() view returns (uint256)
0
Read-only
OPERATOR_ROLE(address instance) pure returns (bytes32)
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
implementation(string templateName, uint256 templateVersion) view returns (address)
isOperator(address instance, address operator) view returns (bool)
latestImplementation(string) view returns (address)
latestVersion(string) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
versions(string templateName) view returns (uint256[] templateVersions)
whitelisted(address) view returns (bool)
State-modifying
Events call(address instance, bytes data) payable
call(address instance, bytes data, bytes signature) payable
deploy(string name, bytes initdata) payable
deploy(string templateName, bytes initdata, bytes signature) payable
deploy(string templateName, uint256 templateVersion, bytes initdata, bytes signature) payable
grantRole(bytes32 role, address account)
initialize(address factoryOwner, address factorySigner)
registerTemplate(address implementationAddress)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
setCallFee(uint256 newFee)
setDeploymentFee(uint256 newFee)
setOperator(address instance, address operator, bool allowed)
setWhitelisted(address instance, bool newStatus)
upgrade()
withdrawFees(address to)
Initialized(uint8 version)
OperatorChanged(address instance, address operator, bool allowed)
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)
TemplateAdded(string name, uint256 version, address implementation)
TemplateDeployed(string name, uint256 version, address destination)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.