NumeraireDelegate
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
1
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 255 additional slots
Balances ($0.00)
No balances found for "NumeraireDelegate"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "NumeraireDelegate"
ABI
ABI objects
Getter at block 21273342
deploy_time() view returns (uint256)
0
getMintable() view returns (uint256)
275463154221357346357343933
initial_disbursement() view returns (uint256)
0
numerai() view returns (address)
0x3548718a49ee7cd348e50290d446d9f1a1f9c59e
required() view returns (uint256)
4
stoppable() view returns (bool)
true
stopped() view returns (bool)
false
supply_cap() view returns (uint256)
21000000000000000000000000
totalSupply() view returns (uint256)
0
total_minted() view returns (uint256)
0
weekly_disbursement() view returns (uint256)
96153846153846153846153
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
getOwner(uint256 ownerIndex) view returns (address)
hasConfirmed(bytes32 _operation, address _owner) view returns (bool)
isOwner(address _addr) view returns (bool)
tournaments(uint256) view returns (uint256 creationTime)
State-modifying
Events changeShareable(address[] _owners, uint256 _required)
createRound(uint256 _tournamentID, uint256 _roundID, uint256 _endTime, uint256 _resolutionTime) returns (bool ok)
createTournament(uint256 _tournamentID) returns (bool ok)
destroyStake(address _staker, bytes32 _tag, uint256 _tournamentID, uint256 _roundID) returns (bool ok)
disableStopping()
emergencyStop()
mint(uint256 _value) returns (bool ok)
numeraiTransfer(address _to, uint256 _value) returns (bool ok)
release()
releaseStake(address _staker, bytes32 _tag, uint256 _etherValue, uint256 _tournamentID, uint256 _roundID, bool _successful) returns (bool ok)
revoke(bytes32 _operation)
stake(uint256 _value, bytes32 _tag, uint256 _tournamentID, uint256 _roundID, uint256 _confidence) returns (bool ok)
stakeOnBehalf(address _staker, uint256 _value, bytes32 _tag, uint256 _tournamentID, uint256 _roundID, uint256 _confidence) returns (bool ok)
withdraw(address _from, address _to, uint256 _value) returns (bool ok)
Approval(address indexed owner, address indexed spender, uint256 value)
Confirmation(address owner, bytes32 operation)
Mint(uint256 value)
Revoke(address owner, bytes32 operation)
RoundCreated(uint256 indexed tournamentID, uint256 indexed roundID, uint256 endTime, uint256 resolutionTime)
StakeDestroyed(uint256 indexed tournamentID, uint256 indexed roundID, address indexed stakerAddress, bytes32 tag)
StakeReleased(uint256 indexed tournamentID, uint256 indexed roundID, address indexed stakerAddress, bytes32 tag, uint256 etherReward)
Staked(address indexed staker, bytes32 tag, uint256 totalAmountStaked, uint256 confidence, uint256 indexed tournamentID, uint256 indexed roundID)
TournamentCreated(uint256 indexed tournamentID)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address[] _owners, uint256 _num_required)
fallback()
This contract contains no error objects.