Providing data
Contribute data
new data can be added to the network using the CLI
address
: The address on EVM network in questionnetwork
: The network this action is being defined onevent
:
The event can be a bit tricky, it actually does refer to EVM events, and it can be either "any", which means any interaction with this address, or the event signature, for example: Transfer(address,address,uint256)
blockValidity
: How many blocks past the current being should this record still be consideredscore
: Number, between X and Y
Last updated