Expand description
Generated by the following Solidity interface…
interface HoprNodeStakeFactoryEvents {
event NewHoprNodeStakeModule(address indexed moduleImplementation, address instance);
event NewHoprNodeStakeSafe(address instance);
}
…which was generated by the following JSON ABI:
[
{
"type": "event",
"name": "NewHoprNodeStakeModule",
"inputs": [
{
"name": "moduleImplementation",
"type": "address",
"indexed": true,
"internalType": "address"
},
{
"name": "instance",
"type": "address",
"indexed": false,
"internalType": "address"
}
],
"anonymous": false
},
{
"type": "event",
"name": "NewHoprNodeStakeSafe",
"inputs": [
{
"name": "instance",
"type": "address",
"indexed": false,
"internalType": "address"
}
],
"anonymous": false
}
]
Structs§
- Hopr
Node Stake Factory Events Instance - A
HoprNodeStakeFactoryEvents
instance. - NewHopr
Node Stake Module - Event with signature
NewHoprNodeStakeModule(address,address)
and selector0x813d391dc490d6c1dae7d3fdd555f337533d1da2c908c6efd36d4cf557a63206
. - NewHopr
Node Stake Safe - Event with signature
NewHoprNodeStakeSafe(address)
and selector0x8231d169f416b666ae7fa43faa24a18899738075a53f32c97617d173b189e386
.
Enums§
- Hopr
Node Stake Factory Events Events - Container for all the
HoprNodeStakeFactoryEvents
events.
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
provider
and constructor arguments, if any. - deploy_
builder - Creates a
RawCallBuilder
for deploying this contract using the givenprovider
and constructor arguments, if any. - new
- Creates a new wrapper around an on-chain
HoprNodeStakeFactoryEvents
contract instance.