@perp/hottub-deployments
Version:
Perpetual Protocol Hot Tub contract artifacts (ABIs) and deployed addresses
69 lines (68 loc) • 1.52 kB
JSON
{
"_format": "hh-sol-artifact-1",
"contractName": "IVaultTokenEvent",
"sourceName": "contracts/interface/IVaultTokenEvent.sol",
"abi": [
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"internalType": "address",
"name": "oldMinter",
"type": "address"
},
{
"indexed": false,
"internalType": "address",
"name": "newMinter",
"type": "address"
}
],
"name": "UpdateMinter",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"internalType": "uint256",
"name": "oldTotalSupplyCap",
"type": "uint256"
},
{
"indexed": false,
"internalType": "uint256",
"name": "newTotalSupplyCap",
"type": "uint256"
}
],
"name": "UpdateTotalSupplyCap",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"internalType": "uint24",
"name": "oldTransferCooldown",
"type": "uint24"
},
{
"indexed": false,
"internalType": "uint24",
"name": "newTransferCooldown",
"type": "uint24"
}
],
"name": "UpdateTransferCooldown",
"type": "event"
}
],
"bytecode": "0x",
"deployedBytecode": "0x",
"linkReferences": {},
"deployedLinkReferences": {}
}