Skip to content

Commit

Permalink
Add mainnet deployment artifact of FreeFeeModel
Browse files Browse the repository at this point in the history
  • Loading branch information
manumonti committed Jul 17, 2024
1 parent 8966bd6 commit 8616609
Showing 1 changed file with 211 additions and 0 deletions.
211 changes: 211 additions & 0 deletions deployment/artifacts/mainnet.json
Original file line number Diff line number Diff line change
Expand Up @@ -4486,6 +4486,217 @@
"block_number": 50224074,
"deployer": "0xFfFd7092685bDeeBD121D1A0FEA3c349114Cce50"
},
"FreeFeeModel": {
"address": "0x1acaf2677B987e690A09296BabdCe6376712213d",
"abi": [
{
"type": "constructor",
"stateMutability": "nonpayable",
"inputs": []
},
{
"type": "error",
"name": "OwnableInvalidOwner",
"inputs": [
{
"name": "owner",
"type": "address",
"internalType": "address"
}
]
},
{
"type": "error",
"name": "OwnableUnauthorizedAccount",
"inputs": [
{
"name": "account",
"type": "address",
"internalType": "address"
}
]
},
{
"type": "event",
"name": "OwnershipTransferred",
"inputs": [
{
"name": "previousOwner",
"type": "address",
"internalType": "address",
"indexed": true
},
{
"name": "newOwner",
"type": "address",
"internalType": "address",
"indexed": true
}
],
"anonymous": false
},
{
"type": "function",
"name": "approveInitiator",
"stateMutability": "nonpayable",
"inputs": [
{
"name": "initiator",
"type": "address",
"internalType": "address"
}
],
"outputs": []
},
{
"type": "function",
"name": "beforeIsAuthorized",
"stateMutability": "view",
"inputs": [
{
"name": "ritualId",
"type": "uint32",
"internalType": "uint32"
}
],
"outputs": []
},
{
"type": "function",
"name": "beforeSetAuthorization",
"stateMutability": "nonpayable",
"inputs": [
{
"name": "ritualId",
"type": "uint32",
"internalType": "uint32"
},
{
"name": "addresses",
"type": "address[]",
"internalType": "address[]"
},
{
"name": "value",
"type": "bool",
"internalType": "bool"
}
],
"outputs": []
},
{
"type": "function",
"name": "initiatorWhiteList",
"stateMutability": "view",
"inputs": [
{
"name": "initiator",
"type": "address",
"internalType": "address"
}
],
"outputs": [
{
"name": "approved",
"type": "bool",
"internalType": "bool"
}
]
},
{
"type": "function",
"name": "owner",
"stateMutability": "view",
"inputs": [],
"outputs": [
{
"name": "",
"type": "address",
"internalType": "address"
}
]
},
{
"type": "function",
"name": "processRitualExtending",
"stateMutability": "nonpayable",
"inputs": [
{
"name": "initiator",
"type": "address",
"internalType": "address"
},
{
"name": "",
"type": "uint32",
"internalType": "uint32"
},
{
"name": "",
"type": "uint256",
"internalType": "uint256"
},
{
"name": "",
"type": "uint32",
"internalType": "uint32"
}
],
"outputs": []
},
{
"type": "function",
"name": "processRitualPayment",
"stateMutability": "nonpayable",
"inputs": [
{
"name": "initiator",
"type": "address",
"internalType": "address"
},
{
"name": "",
"type": "uint32",
"internalType": "uint32"
},
{
"name": "",
"type": "uint256",
"internalType": "uint256"
},
{
"name": "",
"type": "uint32",
"internalType": "uint32"
}
],
"outputs": []
},
{
"type": "function",
"name": "renounceOwnership",
"stateMutability": "nonpayable",
"inputs": [],
"outputs": []
},
{
"type": "function",
"name": "transferOwnership",
"stateMutability": "nonpayable",
"inputs": [
{
"name": "newOwner",
"type": "address",
"internalType": "address"
}
],
"outputs": []
}
],
"tx_hash": "0xaefffed758247637a234c1f3c1cbc529f95f5a4b31165ec5fea7f74ac07204ba",
"block_number": 59473269,
"deployer": "0x0224B7B41E9204550b8B3Fdc1afd6200446576E8"
},
"GlobalAllowList": {
"address": "0x6D25F454D9FDE0d9b71f34965cb53316e6549c94",
"abi": [
Expand Down

0 comments on commit 8616609

Please sign in to comment.