Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x1738…c90e
-
variable spans 4 additional slots
Balances ($6,879.21)
Native
Value
$6,374.36
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 2.03 | $3,140.08 |
$6,374.36 | |
PNK | ERC-20 | 32.990054K | $0.015303 |
$504.85 | |
EBK | ERC-20 | 2.03 | -- | -- | |
STT | ERC-20 | 2.020202 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15248793 | 2 years ago | | | 0 | 0.00089948600 | |
| 15248791 | 2 years ago | | | 0 | 0.00083397791 | |
| 15248788 | 2 years ago | | | 0 | 0.00022019719 | |
| 15248524 | 2 years ago | | | 0 | 0.00048604800 | |
| 15248438 | 2 years ago | | | 0 | 0.00019262500 | |
| 15239834 | 2 years ago | | | 0 | 0.00037602798 | |
| 15228551 | 2 years ago | | | 0 | 0.0031180131 | |
| 15228056 | 2 years ago | | | 0 | 0.00098522958 | |
| 15228010 | 2 years ago | | | 0 | 0.0012560039 | |
| 15227994 | 2 years ago | | | 0.01 | 0.0019145343 |
ABI
ABI objects
Getter at block 21162566
NON_PAYABLE_AMOUNT() view returns (uint256)
57896044618658097711785492504343953926634992332820282019728792003956564819967
alpha() view returns (uint256)
2500
arbitrationFeePerJuror() view returns (uint256)
10000000000000000
defaultNumberJuror() view returns (uint16)
3
getStakePerDraw() view returns (uint256 minActivatedTokenInAlpha)
200000000000000000000
governor() view returns (address)
0x334f12afb7d8740868be04719639616533075234
lastPeriodChange() view returns (uint256)
1659251154
maxAppeals() view returns (uint256)
5
minActivatedToken() view returns (uint256)
800000000000000000000
period() view returns (uint8)
0
pinakion() view returns (address)
0x93ed3fbe21207ec2e8f2d3c3de6e058cb73bc04d
randomNumber() view returns (uint256)
0
rnBlock() view returns (uint256)
0
rng() view returns (address)
0x1738b62e403090666687243e758b1c29edffc90e
segmentSize() view returns (uint256)
0
session() view returns (uint256)
80
Read-only
amountJurors(uint256 _disputeID) view returns (uint256 nbJurors)
appealCost(uint256 _disputeID, bytes _extraData) view returns (uint256 fee)
arbitrationCost(bytes _extraData) view returns (uint256 fee)
currentRuling(uint256 _disputeID) view returns (uint256 ruling)
disputeStatus(uint256 _disputeID) view returns (uint8 status)
disputes(uint256) view returns (address arbitrated, uint256 session, uint256 appeals, uint256 choices, uint16 initialNumberJurors, uint256 arbitrationFeePerJuror, uint8 state, uint256 currentAppealToRepartition)
getLastSessionVote(uint256 _disputeID, address _juror) view returns (uint256 lastSessionVote)
getVoteAccount(uint256 _disputeID, uint256 _appeals, uint256 _voteID) view returns (address account)
getVoteCount(uint256 _disputeID, uint256 _appeals, uint256 _choice) view returns (uint256 voteCount)
getVoteRuling(uint256 _disputeID, uint256 _appeals, uint256 _voteID) view returns (uint256 ruling)
getWinningChoice(uint256 _disputeID, uint256 _appeals) view returns (uint256 winningChoice)
getWinningCount(uint256 _disputeID, uint256 _appeals) view returns (uint256 winningCount)
isDrawn(uint256 _disputeID, address _juror, uint256 _draw) view returns (bool drawn)
jurors(address) view returns (uint256 balance, uint256 atStake, uint256 lastSession, uint256 segmentStart, uint256 segmentEnd)
timePerPeriod(uint256) view returns (uint256)
validDraws(address _jurorAddress, uint256 _disputeID, uint256[] _draws) view returns (bool valid)
State-modifying
Events activateTokens(uint256 _value)
appeal(uint256 _disputeID, bytes _extraData) payable
createDispute(uint256 _choices, bytes _extraData) payable returns (uint256 disputeID)
executeOrder(bytes32 _data, uint256 _value, address _target)
executeRuling(uint256 disputeID)
multipleShotTokenRepartition(uint256 _disputeID, uint256 _maxIterations)
oneShotTokenRepartition(uint256 _disputeID)
passPeriod()
penalizeInactiveJuror(address _jurorAddress, uint256 _disputeID, uint256[] _draws)
receiveApproval(address _from, uint256 _amount, address, bytes)
setAlpha(uint256 _alpha)
setArbitrationFeePerJuror(uint256 _arbitrationFeePerJuror)
setDefaultNumberJuror(uint16 _defaultNumberJuror)
setGovernor(address _governor)
setMaxAppeals(uint256 _maxAppeals)
setMinActivatedToken(uint256 _minActivatedToken)
setRng(address _rng)
setTimePerPeriod(uint256[5] _timePerPeriod)
voteRuling(uint256 _disputeID, uint256 _ruling, uint256[] _draws)
withdraw(uint256 _value)
AppealDecision(uint256 indexed _disputeID, address _arbitrable)
AppealPossible(uint256 _disputeID)
ArbitrationReward(address indexed _account, uint256 _disputeID, uint256 _amount)
DisputeCreation(uint256 indexed _disputeID, address _arbitrable)
NewPeriod(uint8 _period, uint256 indexed _session)
TokenShift(address indexed _account, uint256 _disputeID, int256 _amount)
constructor(address _pinakion, address _rng, uint256[5] _timePerPeriod, address _governor)
This contract contains no fallback and receive objects.
This contract contains no error objects.