mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2025-01-03 09:37:38 +00:00
6a5968e7f0
and the don't pay baseFee after EIP-1559. See https://openethereum.github.io/Permissioning.html#gas-price
165 lines
3.3 KiB
JSON
165 lines
3.3 KiB
JSON
[
|
|
{
|
|
"constant": false,
|
|
"inputs": [
|
|
{
|
|
"name": "_new",
|
|
"type": "address"
|
|
}
|
|
],
|
|
"name": "setOwner",
|
|
"outputs": [],
|
|
"payable": false,
|
|
"type": "function"
|
|
},
|
|
{
|
|
"constant": false,
|
|
"inputs": [
|
|
{
|
|
"name": "_who",
|
|
"type": "address"
|
|
}
|
|
],
|
|
"name": "certify",
|
|
"outputs": [],
|
|
"payable": false,
|
|
"type": "function"
|
|
},
|
|
{
|
|
"constant": true,
|
|
"inputs": [
|
|
{
|
|
"name": "_who",
|
|
"type": "address"
|
|
},
|
|
{
|
|
"name": "_field",
|
|
"type": "string"
|
|
}
|
|
],
|
|
"name": "getAddress",
|
|
"outputs": [
|
|
{
|
|
"name": "",
|
|
"type": "address"
|
|
}
|
|
],
|
|
"payable": false,
|
|
"type": "function"
|
|
},
|
|
{
|
|
"constant": false,
|
|
"inputs": [
|
|
{
|
|
"name": "_who",
|
|
"type": "address"
|
|
}
|
|
],
|
|
"name": "revoke",
|
|
"outputs": [],
|
|
"payable": false,
|
|
"type": "function"
|
|
},
|
|
{
|
|
"constant": true,
|
|
"inputs": [],
|
|
"name": "owner",
|
|
"outputs": [
|
|
{
|
|
"name": "",
|
|
"type": "address"
|
|
}
|
|
],
|
|
"payable": false,
|
|
"type": "function"
|
|
},
|
|
{
|
|
"constant": true,
|
|
"inputs": [],
|
|
"name": "delegate",
|
|
"outputs": [
|
|
{
|
|
"name": "",
|
|
"type": "address"
|
|
}
|
|
],
|
|
"payable": false,
|
|
"type": "function"
|
|
},
|
|
{
|
|
"constant": true,
|
|
"inputs": [
|
|
{
|
|
"name": "_who",
|
|
"type": "address"
|
|
},
|
|
{
|
|
"name": "_field",
|
|
"type": "string"
|
|
}
|
|
],
|
|
"name": "getUint",
|
|
"outputs": [
|
|
{
|
|
"name": "",
|
|
"type": "uint256"
|
|
}
|
|
],
|
|
"payable": false,
|
|
"type": "function"
|
|
},
|
|
{
|
|
"constant": false,
|
|
"inputs": [
|
|
{
|
|
"name": "_new",
|
|
"type": "address"
|
|
}
|
|
],
|
|
"name": "setDelegate",
|
|
"outputs": [],
|
|
"payable": false,
|
|
"type": "function"
|
|
},
|
|
{
|
|
"constant": true,
|
|
"inputs": [
|
|
{
|
|
"name": "_who",
|
|
"type": "address"
|
|
}
|
|
],
|
|
"name": "certified",
|
|
"outputs": [
|
|
{
|
|
"name": "",
|
|
"type": "bool"
|
|
}
|
|
],
|
|
"payable": false,
|
|
"type": "function"
|
|
},
|
|
{
|
|
"constant": true,
|
|
"inputs": [
|
|
{
|
|
"name": "_who",
|
|
"type": "address"
|
|
},
|
|
{
|
|
"name": "_field",
|
|
"type": "string"
|
|
}
|
|
],
|
|
"name": "get",
|
|
"outputs": [
|
|
{
|
|
"name": "",
|
|
"type": "bytes32"
|
|
}
|
|
],
|
|
"payable": false,
|
|
"type": "function"
|
|
}
|
|
]
|