OssifiableProxy

Verified contract

Proxy

Active on Ethereum with 437 txns
Deployed by via 0xf533173f at 20935462
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "OssifiableProxy"

0xfca33038d9f6e31b52067a5ba2b9b41a90c783d9fb2c1e502a8a74be30eebb2e
0x31273f7cd7b123ce7a800eaec6e8eebdbcb695a97fdde9f4d31171d3083001b6
0x5d107cfe6197daebdcaccef0e0ccded15b102166107c3912dc24dc24e3155fee
0xe8e6a7f05e17ed95823a5b1b2f269e3df7d1c57f3c448d128e2f81000f48b209
0xa643f650eb94b91c0808b3f2b59ed32428e2319a5ebb3468db04f5813caf0f82
0x03f2be6441c4fea28c21c2c44637f84d34ca6e04763a967644175c9cfac92538
0x8f39a2eb3008545d640a1b1bf7277c725299c874b5664108217b8da576c3d152
0x44742669386b7262d9dd35db536f047e91a05c328f162557dfe76154c75e3f52
0x5cda0b6107bf55a2cd9d534e47a37313e772f33109269e59eabe8cfeb23acdd9
0x719d02d614b50dfb0e464a61f50f7f7b4bca8c95754c4dbf0f6fa336ed68e3bc

Functions
Getter at block 21220994
proxy__getAdmin(view returns (address)
0x3e40d73eb977dc6a537af587d48316fee66e9c8c
proxy__getImplementation(view returns (address)
0x8daea53b17a629918cdfab785c5c74077c1d895b
proxy__getIsOssified(view returns (bool)
false
Read-only

This contract contains no read-only function objects.

State-modifying
proxy__changeAdmin(address newAdmin_
proxy__ossify(
proxy__upgradeTo(address newImplementation_
proxy__upgradeToAndCall(address newImplementation_bytes setupCalldata_
Events
AdminChanged(address previousAdminaddress newAdmin
ProxyOssified(
Upgraded(address indexed implementation
Constructor
constructor(address implementation_address admin_bytes data_
Fallback and receive
fallback(
receive(
Errors
AddressEmptyCode(address target
ERC1967InvalidAdmin(address admin
ERC1967InvalidImplementation(address implementation
ERC1967NonPayable(
FailedInnerCall(
NotAdmin(
ProxyIsOssified(