TLUniversalDeployer
Verified contract
Active on
Ethereum with 560 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "TLUniversalDeployer"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21172519 | 4 hours ago | | | 0 | 0.0084896265 | |
| 21168953 | 16 hours ago | | | 0 | 0.014457014 | |
| 21167667 | 20 hours ago | | | 0 | 0.014946162 | |
| 21165393 | a day ago | | | 0 | 0.010734797 | |
| 21154347 | 3 days ago | | | 0 | 0.0029063821 | |
| 21151832 | 3 days ago | | | 0 | 0.0054708733 | |
| 21142757 | 4 days ago | | | 0 | 0.0029109110 | |
| 21142406 | 4 days ago | | | 0 | 0.0036583183 | |
| 21136433 | 5 days ago | | | 0 | 0.0060059596 | |
| 21133790 | 6 days ago | | | 0 | 0.0059914309 |
ABI
ABI objects
Getter at block 21173674 getDeployableContracts() view returns (string[])
VERSION() view returns (string)
1.0.0
owner() view returns (address)
0xe6c2ade50207b6c6517c3f6f1d5b83b2453252d4
Read-only
getDeployableContract(string contractType) view returns (struct TLUniversalDeployerDeployableContract)
predictDeployedContractAddress(address sender, string contractType, bytes initializationCode) view returns (address)
predictDeployedContractAddress(address sender, string contractType, bytes initializationCode, uint256 versionIndex) view returns (address)
State-modifying
Events addDeployableContract(string contractType, struct TLUniversalDeployerContractVersion version)
deploy(string contractType, bytes initializationCode)
deploy(string contractType, bytes initializationCode, uint256 versionIndex)
renounceOwnership()
transferOwnership(address newOwner)
ContractDeployed(address indexed sender, address indexed deployedContract, address indexed implementation, string cType, string version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(address initOwner)
This contract contains no fallback and receive objects.
ContractAlreadyCreated()
ERC1167FailedCreateClone()
InitializationFailed()
InvalidDeployableContract()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)