Created
February 25, 2025 09:47
-
-
Save sparrowDom/7cc7c447ea3edb368371df45ee13ac1e to your computer and use it in GitHub Desktop.
PoolBoosterSwapxDoubleAbi.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"inputs": [ | |
{ | |
"internalType": "address", | |
"name": "_bribeContractOS", | |
"type": "address" | |
}, | |
{ | |
"internalType": "address", | |
"name": "_bribeContractOther", | |
"type": "address" | |
}, | |
{ | |
"internalType": "address", | |
"name": "_osToken", | |
"type": "address" | |
}, | |
{ | |
"internalType": "uint256", | |
"name": "_split", | |
"type": "uint256" | |
} | |
], | |
"stateMutability": "nonpayable", | |
"type": "constructor" | |
}, | |
{ | |
"anonymous": false, | |
"inputs": [ | |
{ | |
"indexed": false, | |
"internalType": "uint256", | |
"name": "amount", | |
"type": "uint256" | |
} | |
], | |
"name": "BribeExecuted", | |
"type": "event" | |
}, | |
{ | |
"inputs": [], | |
"name": "MIN_BRIBE_AMOUNT", | |
"outputs": [ | |
{ | |
"internalType": "uint256", | |
"name": "", | |
"type": "uint256" | |
} | |
], | |
"stateMutability": "view", | |
"type": "function" | |
}, | |
{ | |
"inputs": [], | |
"name": "bribe", | |
"outputs": [], | |
"stateMutability": "nonpayable", | |
"type": "function" | |
}, | |
{ | |
"inputs": [], | |
"name": "bribeContractOS", | |
"outputs": [ | |
{ | |
"internalType": "contract IBribe", | |
"name": "", | |
"type": "address" | |
} | |
], | |
"stateMutability": "view", | |
"type": "function" | |
}, | |
{ | |
"inputs": [], | |
"name": "bribeContractOther", | |
"outputs": [ | |
{ | |
"internalType": "contract IBribe", | |
"name": "", | |
"type": "address" | |
} | |
], | |
"stateMutability": "view", | |
"type": "function" | |
}, | |
{ | |
"inputs": [], | |
"name": "osToken", | |
"outputs": [ | |
{ | |
"internalType": "contract IERC20", | |
"name": "", | |
"type": "address" | |
} | |
], | |
"stateMutability": "view", | |
"type": "function" | |
}, | |
{ | |
"inputs": [], | |
"name": "split", | |
"outputs": [ | |
{ | |
"internalType": "uint256", | |
"name": "", | |
"type": "uint256" | |
} | |
], | |
"stateMutability": "view", | |
"type": "function" | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment