ProxyBuilder
Verified contract
Active on
Ethereum with 2 txns
Balances ($0.00)
No balances found for "ProxyBuilder"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18533834 | a year ago | | | 0 | 0.024846986 | |
| 18533833 | a year ago | | | 0 | 0.015161588 |
ABI
ABI objects
Getter at block 21177951
owner() view returns (address)
0x29bff390fc12c900aaf0f2e51c06675df691337a
proxyAdmin() view returns (address)
0x96c1aa4e6ed3a0579c78038da7e4a17a19a72106
Read-only
This contract contains no read-only function objects.
State-modifying
Events build(address _implementation, bytes _initDdata) returns (address)
createNewProxyAdmin(address _owner) returns (address)
renounceOwnership()
transferOwnership(address newOwner)
Build(address proxy, address implementation)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
ProxyAdminCreate(address proxyAdmin, address owner)
constructor(address _proxyAdmin)
This contract contains no fallback and receive objects.
AdminAlreadyCreated()