TWFactory
Verified contract
Active on
Ethereum with 198 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "TWFactory"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14623554 | 3 years ago | | | 0 | 0.13989903 | |
| 14620051 | 3 years ago | | | 0 | 0.028419070 | |
| 14620045 | 3 years ago | | | 0 | 0.036330341 | |
| 14619709 | 3 years ago | | | 0 | 0.021874012 | |
| 14619649 | 3 years ago | | | 0 | 0.036210629 | |
| 14618784 | 3 years ago | | | 0 | 0.035625076 | |
| 14616417 | 3 years ago | | | 0 | 0.047085927 | |
| 14615776 | 3 years ago | | | 0 | 0.015479642 | |
| 14612682 | 3 years ago | | | 0 | 0.022777516 | |
| 14612189 | 3 years ago | | | 0 | 0.020244540 |
ABI
ABI objects
Getter at block 21212052
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
FACTORY_ROLE() view returns (bytes32)
0xdfbefbf47cfe66b701d8cfdbce1de81c821590819cb07e71cb01b6602fb0ee27
registry() view returns (address)
0x7c487845f98938bb955b1d5ad069d9a30e4131fd
Read-only
approval(address) view returns (bool)
currentVersion(bytes32) view returns (uint256)
deployer(address) view returns (address)
getImplementation(bytes32 _type, uint256 _version) view returns (address)
getRoleAdmin(bytes32 role) view returns (bytes32)
getRoleMember(bytes32 role, uint256 index) view returns (address)
getRoleMemberCount(bytes32 role) view returns (uint256)
hasRole(bytes32 role, address account) view returns (bool)
implementation(bytes32, uint256) view returns (address)
isTrustedForwarder(address forwarder) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events addImplementation(address _implementation)
approveImplementation(address _implementation, bool _toApprove)
deployProxy(bytes32 _type, bytes _data) returns (address)
deployProxyByImplementation(address _implementation, bytes _data, bytes32 _salt) returns (address deployedProxy)
deployProxyDeterministic(bytes32 _type, bytes _data, bytes32 _salt) returns (address)
grantRole(bytes32 role, address account)
multicall(bytes[] data) returns (bytes[] results)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
ImplementationAdded(address implementation, bytes32 indexed contractType, uint256 version)
ImplementationApproved(address implementation, bool isApproved)
ProxyDeployed(address indexed implementation, address proxy, address indexed deployer)
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 _trustedForwarder, address _registry)
This contract contains no fallback and receive objects.
This contract contains no error objects.