Factory
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
5
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 21432292
ADMIN_ROLE() view returns (bytes32)
0xa49807205ce4d355092ef5a8a18f56e8913cf4a201fbe287825b095693c21775
CODE_VERSION() view returns (uint256)
10000
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)
implementations(string) view returns (address)
isOperator(address instance, address operator) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
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 name, bytes initdata, bytes signature) payable
grantRole(bytes32 role, address account)
initialize(address factoryOwner, address factorySigner)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
setCallFee(uint256 newFee)
setDeploymentFee(uint256 newFee)
setImplementation(string name, address newImplementation)
setOperator(address instance, address operator, bool allowed)
setWhitelisted(address instance, bool newStatus)
upgrade()
withdrawFees(address to)
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)
TemplateCreated(string name, address implementation)
TemplateDeployed(string name, address implementation, address destination)
TemplateUpdated(string name, address oldImplementation, address newImplementation)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.