application
field is a string identifier of the application to which this contract instance belongs.ErasureBay
ErasureQuant
Application does not currently use ESP_1001Numerai
Application does not currently use ESP_1001Erasure_Users
, Erasure_Posts
, Erasure_Escrows
, Erasure_Agreements
) provides an estimate of number of users engaging with the protocol across all application.v1.3.x
of the erasure protocol and makes use of all 4 registries.v1.0.x
of the protocol and makes use of Erasure_Posts
and Erasure_Agreements
registies.v1.1.x
of the protocol and makes use of Erasure_Agreements
registry. Note, since numerai performs custody for all tournament participants, all user actions are initiated through this wallet: 0xdc6997b078c709327649443d0765bcaa8e37aa6c​CountdownGriefingEscrow
or CountdownGriefing
contract generated for each request.OneWayGriefing
contract generated for each user.SimpleGriefing
contract generated for each user. The numerai tournament operates part of their system off-chain which means not all stakes are represented on-chain. They’ve built the numerapi to enable querying off-chain metrics. Some of the key metrics are available at numer.ai/nmr.Griefed
event on the CountdownGriefing
contract.Griefed
event on the OneWayGriefing
contract.Griefed
event on the SimpleGriefing
contract. The numerai tournament operates part of their system off-chain which means not all burns are represented on-chain. They’ve built the numerapi to enable querying off-chain metrics. Some of the key metrics are available at numer.ai/nmr.PaymentDeposited
event on CountdownGriefingEscrow
contract.reward
function on the OneWayGriefing
contractreward
function on the SimpleGriefing
contract. The numerai tournament operates part of their system off-chain which means not all payments are represented on-chain. They’ve built the numerapi to enable querying off-chain metrics. Some of the key metrics are available at numer.ai/nmr.v1.3.0
and composed of 4 registry contracts and more than 20 factory contracts. The protocol is deployed on ethereum mainnet
, kovan
, and rinkeby
.Erasure_Users
, Erasure_Agreements
, Erasure_Posts
, and Erasure_Escrows
.v1.x.x
). The factory contracts are changed for every minor releases of the protocol (v1.3.x
). The contract addresses are unchanged for patch releases (v1.3.1
). See wiki for notes on semantic versioning.