Skip to content
Merged
76 changes: 76 additions & 0 deletions simulations/vip-545/abi/DefaultProxyAdmin.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,76 @@
[
{
"inputs": [{ "internalType": "address", "name": "initialOwner", "type": "address" }],
"stateMutability": "nonpayable",
"type": "constructor"
},
{
"anonymous": false,
"inputs": [
{ "indexed": true, "internalType": "address", "name": "previousOwner", "type": "address" },
{ "indexed": true, "internalType": "address", "name": "newOwner", "type": "address" }
],
"name": "OwnershipTransferred",
"type": "event"
},
{
"inputs": [
{ "internalType": "contract TransparentUpgradeableProxy", "name": "proxy", "type": "address" },
{ "internalType": "address", "name": "newAdmin", "type": "address" }
],
"name": "changeProxyAdmin",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [{ "internalType": "contract TransparentUpgradeableProxy", "name": "proxy", "type": "address" }],
"name": "getProxyAdmin",
"outputs": [{ "internalType": "address", "name": "", "type": "address" }],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [{ "internalType": "contract TransparentUpgradeableProxy", "name": "proxy", "type": "address" }],
"name": "getProxyImplementation",
"outputs": [{ "internalType": "address", "name": "", "type": "address" }],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [],
"name": "owner",
"outputs": [{ "internalType": "address", "name": "", "type": "address" }],
"stateMutability": "view",
"type": "function"
},
{ "inputs": [], "name": "renounceOwnership", "outputs": [], "stateMutability": "nonpayable", "type": "function" },
{
"inputs": [{ "internalType": "address", "name": "newOwner", "type": "address" }],
"name": "transferOwnership",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [
{ "internalType": "contract TransparentUpgradeableProxy", "name": "proxy", "type": "address" },
{ "internalType": "address", "name": "implementation", "type": "address" }
],
"name": "upgrade",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [
{ "internalType": "contract TransparentUpgradeableProxy", "name": "proxy", "type": "address" },
{ "internalType": "address", "name": "implementation", "type": "address" },
{ "internalType": "bytes", "name": "data", "type": "bytes" }
],
"name": "upgradeAndCall",
"outputs": [],
"stateMutability": "payable",
"type": "function"
}
]
Loading
Loading