Expand description
Generated by the following Solidity interface…
interface TestMintBalancePrecompile {
function mint(uint256 value) external;
}…which was generated by the following JSON ABI:
[
{
"type": "function",
"name": "mint",
"inputs": [
{
"name": "value",
"type": "uint256",
"internalType": "uint256"
}
],
"outputs": [],
"stateMutability": "nonpayable"
}
]Structs§
- Test
Mint Balance Precompile Instance - A
TestMintBalancePrecompileinstance. - mint
Call - Function with signature
mint(uint256)and selector0xa0712d68. - mint
Return - Container type for the return parameters of the
mint(uint256)function.
Enums§
- Test
Mint Balance Precompile Calls - Container for all the
TestMintBalancePrecompilefunction calls.
Statics§
- BYTECODE
- The creation / init bytecode of the contract.
- DEPLOYED_
BYTECODE - The runtime bytecode of the contract, as deployed on the network.
Functions§
- deploy
- Deploys this contract using the given
providerand constructor arguments, if any. - deploy_
builder - Creates a
RawCallBuilderfor deploying this contract using the givenproviderand constructor arguments, if any. - new
- Creates a new wrapper around an on-chain
TestMintBalancePrecompilecontract instance.