DeterministicFactory
Verified contract
Active on
Ethereum with 33 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "DeterministicFactory"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17858881 | a year ago | | | 0 | 0.039213067 | |
| 17858861 | a year ago | | | 0 | 0.033289389 | |
| 17858858 | a year ago | | | 0 | 0.019819414 | |
| 17858855 | a year ago | | | 0 | 0.013937641 | |
| 17858846 | a year ago | | | 0 | 0.061210470 | |
| 17858845 | a year ago | | | 0 | 0.010957708 | |
| 17094792 | 2 years ago | | | 0 | 0.11377265 | |
| 17094785 | 2 years ago | | | 0 | 0.048922258 | |
| 17094763 | 2 years ago | | | 0 | 0.17233964 | |
| 17091443 | 2 years ago | | | 0 | 0.12426255 |
ABI
ABI objects
Getter at block 21275706
ADMIN_ROLE() view returns (bytes32)
0xa49807205ce4d355092ef5a8a18f56e8913cf4a201fbe287825b095693c21775
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
DEPLOYER_ROLE() view returns (bytes32)
0xfc425f2263d0df187444b70e47283d622c70181c5baebb1306a01edba1ce184c
Read-only
getDeployed(bytes32 _salt) view returns (address)
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events deploy(bytes32 _salt, bytes _creationCode, uint256 _value) payable returns (address _deployed)
grantRole(bytes32 role, address account)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
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)
constructor(address _admin, address _deployer)
This contract contains no fallback and receive objects.
This contract contains no error objects.