Numeraire
Verified contract
Proxy
Active on
Ethereum with 531,609 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 255 additional slots
25 additional
variables
Balances ($21,454.80)
Native
Value
$0.64
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.0002 | $3,199.97 |
$0.64 | |
NMR | ERC-20 | 1.276237K | $16.78 |
$21,415.26 | |
BAT | ERC-20 | 213.1478 | $0.182308 |
$38.86 | |
OMG | ERC-20 | 0.111169 | $0.273315 |
$0.03 | |
XDATA | ERC-20 | 0.15744 | $0.039695 |
$0.01 | |
HEX | ERC-20 | 2.614 | $0.002354 |
$0.01 | |
GNX | ERC-20 | 5.19 | $0.000398 |
$0 | |
| ERC-20 | 88.888888M | -- | -- | |
| ERC-20 | 21M | -- | -- | |
| ERC-20 | 1M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21157378 | 7 minutes ago | | | 0 | 0.00068430074 | |
| 21157368 | 9 minutes ago | | | 0 | 0.00067837848 | |
| 21157332 | 16 minutes ago | | | 0 | 0.00056767403 | |
| 21157288 | 25 minutes ago | | | 0 | 0.00060360715 | |
| 21157275 | 27 minutes ago | | | 0 | 0.00048716593 | |
| 21157155 | an hour ago | | | 0 | 0.00081061461 | |
| 21157149 | an hour ago | | | 0 | 0.00071648873 | |
| 21157132 | an hour ago | | | 0 | 0.00071498309 | |
| 21157092 | an hour ago | | | 0 | 0.00096825485 | |
| 21157079 | an hour ago | | | 0 | 0.00059479784 |
ABI
ABI objects
Getter at block 21157410
contractUpgradable() view returns (bool)
false
decimals() view returns (uint256)
18
delegateContract() view returns (address)
0x29f709e42c95c604ba76e73316d325077f8eb7b2
deploy_time() view returns (uint256)
1497946237
getMintable() view returns (uint256)
0
initial_disbursement() view returns (uint256)
11000000000000000000000000
name() view returns (string)
Numeraire
numerai() view returns (address)
0x1776e1f26f98b1a5df9cd347953a26dd3cb46671
required() view returns (uint256)
4
standard() view returns (string)
ERC20
stoppable() view returns (bool)
false
stopped() view returns (bool)
false
supply_cap() view returns (uint256)
11000000000000000000000000
symbol() view returns (string)
NMR
totalSupply() view returns (uint256)
10692993458739130368195054
total_minted() view returns (uint256)
11000000000000000000000000
weekly_disbursement() view returns (uint256)
0
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
destroyStake(address, bytes32, uint256, uint256) pure returns (bool)
getOwner(uint256 ownerIndex) view returns (address)
hasConfirmed(bytes32 _operation, address _owner) view returns (bool)
isOwner(address _addr) view returns (bool)
previousDelegates(uint256) view returns (address)
releaseStake(address, bytes32, uint256, uint256, uint256, bool) pure returns (bool)
stake(uint256, bytes32, uint256, uint256, uint256) pure returns (bool)
stakeOnBehalf(address, uint256, bytes32, uint256, uint256, uint256) pure returns (bool)
tournaments(uint256) view returns (uint256 creationTime)
State-modifying
Events changeShareable(address[] _owners, uint256 _required)
createRound(uint256, uint256, uint256, uint256) returns (bool ok)
createTournament(uint256 _newDelegate) returns (bool ok)
disableStopping()
emergencyStop()
mint(uint256 _value) returns (bool ok)
numeraiTransfer(address _to, uint256 _value) returns (bool ok)
release()
revoke(bytes32 _operation)
withdraw(address _from, address _to, uint256 _value) returns (bool ok)
Approval(address indexed owner, address indexed spender, uint256 value)
Confirmation(address owner, bytes32 operation)
DelegateChanged(address oldAddress, address newAddress)
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)
This contract contains no constructor objects.
fallback()
This contract contains no error objects.