Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: updating ABIs #40

Merged
merged 2 commits into from
Aug 28, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
539 changes: 539 additions & 0 deletions abis/0.8.25/AgentFactory.json

Large diffs are not rendered by default.

561 changes: 561 additions & 0 deletions abis/0.8.25/AgentFactorySubscription.json

Large diffs are not rendered by default.

1,083 changes: 1,083 additions & 0 deletions abis/0.8.25/AgentMech.json

Large diffs are not rendered by default.

1,202 changes: 1,202 additions & 0 deletions abis/0.8.25/AgentMechSubscription.json

Large diffs are not rendered by default.

1,046 changes: 1,046 additions & 0 deletions abis/0.8.25/AgentRegistry.json

Large diffs are not rendered by default.

359 changes: 359 additions & 0 deletions abis/0.8.25/Karma.json

Large diffs are not rendered by default.

59 changes: 59 additions & 0 deletions abis/0.8.25/KarmaProxy.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,59 @@
{
"_format": "hh-sol-artifact-1",
"contractName": "KarmaProxy",
"sourceName": "contracts/KarmaProxy.sol",
"abi": [
{
"inputs": [
{
"internalType": "address",
"name": "implementation",
"type": "address"
},
{
"internalType": "bytes",
"name": "karmaData",
"type": "bytes"
}
],
"stateMutability": "nonpayable",
"type": "constructor"
},
{
"inputs": [],
"name": "InitializationFailed",
"type": "error"
},
{
"inputs": [],
"name": "ZeroImplementationAddress",
"type": "error"
},
{
"inputs": [],
"name": "ZeroKarmaData",
"type": "error"
},
{
"stateMutability": "nonpayable",
"type": "fallback"
},
{
"inputs": [],
"name": "KARMA_PROXY",
"outputs": [
{
"internalType": "bytes32",
"name": "",
"type": "bytes32"
}
],
"stateMutability": "view",
"type": "function"
}
],
"bytecode": "0x608060405234801561000f575f80fd5b506040516102ec3803806102ec83398101604081905261002e9161012d565b6001600160a01b0382166100555760405163d02c623d60e01b815260040160405180910390fd5b80515f0361007657604051630113854b60e61b815260040160405180910390fd5b817f1e4b6d67098d4183ce03b91c95f9376a98c5440ec22f2cf171d6dca04a5a29d8555f826001600160a01b0316826040516100b291906101f6565b5f60405180830381855af49150503d805f81146100ea576040519150601f19603f3d011682016040523d82523d5f602084013e6100ef565b606091505b505090508061011157604051630337323560e31b815260040160405180910390fd5b50505061020c565b634e487b7160e01b5f52604160045260245ffd5b5f806040838503121561013e575f80fd5b82516001600160a01b0381168114610154575f80fd5b60208401519092506001600160401b0380821115610170575f80fd5b818501915085601f830112610183575f80fd5b81518181111561019557610195610119565b604051601f8201601f19908116603f011681019083821181831017156101bd576101bd610119565b816040528281528860208487010111156101d5575f80fd5b8260208601602083015e5f6020848301015280955050505050509250929050565b5f82518060208501845e5f920191825250919050565b60d4806102185f395ff3fe6080604052348015600e575f80fd5b50600436106026575f3560e01c8063fc3aecd0146066575b7f1e4b6d67098d4183ce03b91c95f9376a98c5440ec22f2cf171d6dca04a5a29d854365f80375f80365f845af490503d5f803e806061573d5ffd5b503d5ff35b608c7f1e4b6d67098d4183ce03b91c95f9376a98c5440ec22f2cf171d6dca04a5a29d881565b60405190815260200160405180910390f3fea26469706673582212200ddd08f94ca7550fe4df6077c4420bbca447db261657e845c90b09d15ee4e9a564736f6c63430008190033",
"deployedBytecode": "0x6080604052348015600e575f80fd5b50600436106026575f3560e01c8063fc3aecd0146066575b7f1e4b6d67098d4183ce03b91c95f9376a98c5440ec22f2cf171d6dca04a5a29d854365f80375f80365f845af490503d5f803e806061573d5ffd5b503d5ff35b608c7f1e4b6d67098d4183ce03b91c95f9376a98c5440ec22f2cf171d6dca04a5a29d881565b60405190815260200160405180910390f3fea26469706673582212200ddd08f94ca7550fe4df6077c4420bbca447db261657e845c90b09d15ee4e9a564736f6c63430008190033",
"linkReferences": {},
"deployedLinkReferences": {}
}
Loading
Loading