AragonCourt
Verified contract
Active on
Ethereum with 1,912 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 2 additional slots
No balances found for "AragonCourt"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21069692 | a month ago | | | 0 | 0.0070982561 | |
| 21014200 | a month ago | | | 0 | 0.0065202171 | |
| 20972448 | 2 months ago | | | 0 | 0.0038655815 | |
| 20966020 | 2 months ago | | | 0 | 0.20239293 | |
| 20401342 | 4 months ago | | | 0 | 0.00027675179 | |
| 20401207 | 4 months ago | | | 0 | 0.012601514 | |
| 20117972 | 5 months ago | | | 0 | 0.015882708 | |
| 19983718 | 6 months ago | | | 0 | 0.0020556377 | |
| 19982676 | 6 months ago | | | 0 | 0.0033818334 | |
| 19969084 | 6 months ago | | | 0 | 0.11767075 |
ABI
ABI objects
Getter at block 21315314 getDisputeFees() view returns (address recipient, address feeToken, uint256 feeAmount)
getConfigChangeTermId() view returns (uint64)
612
getConfigGovernor() view returns (address)
0x5e8c17a6065c35b172b10e80493d2266e2947df4
getCurrentTermId() view returns (uint64)
5271
getDisputeManager() view returns (address)
0xf4d2c04d4fe5b19e7ada331ef5450a99a593fec9
getFundsGovernor() view returns (address)
0x5e8c17a6065c35b172b10e80493d2266e2947df4
getJurorsRegistry() view returns (address)
0x0f7471c1df2021ff45f112878f755aabe7aa16bf
getLastEnsuredTermId() view returns (uint64)
5168
getModulesGovernor() view returns (address)
0x5e8c17a6065c35b172b10e80493d2266e2947df4
getNeededTermTransitions() view returns (uint64)
103
getSubscriptions() view returns (address)
0x3b4c91cfc006f48344eafce8783e46b690d5068f
getTermDuration() view returns (uint64)
28800
getTreasury() view returns (address)
0xb25f52c06ef14edcf92972630ab4232aafa3b504
getVoting() view returns (address)
0x96d7b5e5372743abc69d1eac714e893fa71d3baa
Read-only
areWithdrawalsAllowedFor(address _holder) view returns (bool)
getConfig(uint64 _termId) view returns (address feeToken, uint256[3] fees, uint64[5] roundStateDurations, uint16[2] pcts, uint64[4] roundParams, uint256[2] appealCollateralParams, uint256 minActiveBalance)
getDraftConfig(uint64 _termId) view returns (address feeToken, uint256 draftFee, uint16 penaltyPct)
getMinActiveBalance(uint64 _termId) view returns (uint256)
getModule(bytes32 _id) view returns (address)
getSubscriptionFees(address _subscriber) view returns (address recipient, address feeToken, uint256 feeAmount)
getTerm(uint64 _termId) view returns (uint64 startTime, uint64 randomnessBN, bytes32 randomness)
getTermRandomness(uint64 _termId) view returns (bytes32)
State-modifying
Events changeConfigGovernor(address _newConfigGovernor)
changeFundsGovernor(address _newFundsGovernor)
changeModulesGovernor(address _newModulesGovernor)
closeEvidencePeriod(uint256 _disputeId)
createDispute(uint256 _possibleRulings, bytes _metadata) returns (uint256)
delayStartTime(uint64 _newFirstTermStartTime)
ejectFundsGovernor()
ejectModulesGovernor()
ensureCurrentTerm() returns (uint64)
ensureCurrentTermRandomness() returns (bytes32)
executeRuling(uint256 _disputeId)
heartbeat(uint64 _maxRequestedTransitions) returns (uint64)
setAutomaticWithdrawals(bool _allowed)
setConfig(uint64 _fromTermId, address _feeToken, uint256[3] _fees, uint64[5] _roundStateDurations, uint16[2] _pcts, uint64[4] _roundParams, uint256[2] _appealCollateralParams, uint256 _minActiveBalance)
setModule(bytes32 _id, address _addr)
setModules(bytes32[] _ids, address[] _addresses)
AutomaticWithdrawalsAllowedChanged(address indexed holder, bool allowed)
ConfigGovernorChanged(address previousGovernor, address currentGovernor)
FundsGovernorChanged(address previousGovernor, address currentGovernor)
Heartbeat(uint64 previousTermId, uint64 currentTermId)
ModuleSet(bytes32 id, address addr)
ModulesGovernorChanged(address previousGovernor, address currentGovernor)
NewConfig(uint64 fromTermId, uint64 courtConfigId)
StartTimeDelayed(uint64 previousStartTime, uint64 currentStartTime)
constructor(uint64[2] _termParams, address[3] _governors, address _feeToken, uint256[3] _fees, uint64[5] _roundStateDurations, uint16[2] _pcts, uint64[4] _roundParams, uint256[2] _appealCollateralParams, uint256 _minActiveBalance)
This contract contains no fallback and receive objects.
This contract contains no error objects.