TLUniversalDeployer

Verified contract

Active on Ethereum with 560 txns
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "TLUniversalDeployer"

0x020b0086494ad397816c3c3d08b1f9f0fe5151ef8582d25855bfef37c73048ed
0xb9a801cd69ead450e5c54c46c1923546dedcad5a940518406ae25014eb8767ce
0xfcc0a73cee4ca8a7ec812572304f264cb40e09049a876e0f37fd7e6f2a4e02f7
0xac5ea074ae8fb7e2ed37d2e65b342460c67052b4d1d5714f8d11010b0eed122a
0xfadc0076357951e013c7ea6106e679f2c0c820c9ef7e3a37ff4710c768838382
0x678c501e6523920c8f688c60fd1fb8c30a02b4452eb72bf396ead3ad47ebe4c2
0xb72d15ad1d4f544fa7acd71a83adf8efe519e17630d37d386c8b99c8b9187ff2
0x3da473f99c74249736e061347e3fb176e76eb0cd6997646c57e3c043d0bf4dba
0x2bb07fd8f43afea0809bea850a5ad595880f2c41d2619f03f3bc5f1e81a9ddb5
0xa9ad3cc05cebcd491af6680299ba385c595dcc694e44f5182a4deac337bef2fa

Functions
Getter at block 21173674
VERSION(view returns (string)
1.0.0
 
getDeployableContracts(view returns (string[])
owner(view returns (address)
0xe6c2ade50207b6c6517c3f6f1d5b83b2453252d4
Read-only
getDeployableContract(string contractTypeview returns (struct TLUniversalDeployerDeployableContract)
predictDeployedContractAddress(address senderstring contractTypebytes initializationCodeview returns (address)
predictDeployedContractAddress(address senderstring contractTypebytes initializationCodeuint256 versionIndexview returns (address)
State-modifying
addDeployableContract(string contractTypestruct TLUniversalDeployerContractVersion version
deploy(string contractTypebytes initializationCode
deploy(string contractTypebytes initializationCodeuint256 versionIndex
renounceOwnership(
transferOwnership(address newOwner
Events
ContractDeployed(address indexed senderaddress indexed deployedContractaddress indexed implementationstring cTypestring version
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Constructor
constructor(address initOwner
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ContractAlreadyCreated(
ERC1167FailedCreateClone(
InitializationFailed(
InvalidDeployableContract(
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account