AragonCourt

Verified contract

Active on Ethereum with 1,157 txns
Deployed by via 0xb881f0e1 at 12605639
Slot
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"

0x23a3d9c9d20a5b6d3672030497ee17c0dfcc525e2953fe1b2dd6b2f5a07d258e
0x2177de3c135baba01fd2350b37aa699a9bd4cbb34ecb666ccc915196cc11b85d
0x9eceadc9f7d3242f812ac9c9b90e1465942c8619cc1aaba76fbda997e6715e32
0x5ee797d0d11a1ceb46fc25b36ea75557a6494142b90961aea824e86703b8530e
0x8cee00214e850c372859d3001dcfce06c7e46600706287bfa379c7d7fa5f18c0
0xfa0d8bf478adcca7196a376ad323016db66489b1823a7a1ebcf52b5298889ddf
0xc2dc19f1a79cf4bdf1e1943f05e9faf02c238d7c52f8e14899dab38d497ea33d
0xeaaade37f869c70c748f6dabd4bb3f3a4bb482bcde9aa8b258e4da56fc0b5ed2
0x4c45152fb963e47a02884e3d7328cf4627ac10047bad8ae262c33ad7f8a8644e
0x49f861228b6a47c06711a167a86d287e542eedc2467d33e2fd3a45430cd01f54

Functions
Getter at block 21158608
getConfigChangeTermId(view returns (uint64)
322
getConfigGovernor(view returns (address)
0x1a2f2e57a9732ffee0bd24404821a35cf98027e7
getCurrentTermId(view returns (uint64)
3736
 
getDisputeFees(view returns (address recipientaddress feeTokenuint256 feeAmount)
getDisputeManager(view returns (address addrbool disabled)
(addr=0x396677fefeb2b321399847c82a2fc8d11985e746, disabled=false)
getFundsGovernor(view returns (address)
0x1a2f2e57a9732ffee0bd24404821a35cf98027e7
getGuardiansRegistry(view returns (address addrbool disabled)
(addr=0xab647b8fd9e370448d4eeb96582fe839f3d0bb24, disabled=false)
getLastEnsuredTermId(view returns (uint64)
3706
getModulesGovernor(view returns (address)
0x1a2f2e57a9732ffee0bd24404821a35cf98027e7
getNeededTermTransitions(view returns (uint64)
30
getPaymentsBook(view returns (address addrbool disabled)
(addr=0x4d211a0faf3572e37055d7ef9e2631c7193d83a0, disabled=false)
getPaymentsRecipient(view returns (address)
0x4d211a0faf3572e37055d7ef9e2631c7193d83a0
getTermDuration(view returns (uint64)
28800
getTreasury(view returns (address addrbool disabled)
(addr=0x7f002a060e431aab816058719d38db9d94ef80bd, disabled=false)
getVoting(view returns (address addrbool disabled)
(addr=0x81bc5c75ab0937cdbad1f40ac585be6800a39448, disabled=false)
Read-only
getConfig(uint64 _termIdview returns (address feeTokenuint256[3] feesuint64[5] roundStateDurationsuint16[2] pctsuint64[4] roundParamsuint256[2] appealCollateralParamsuint256 minActiveBalance)
getCustomFunction(bytes4 _sigview returns (address)
getDraftConfig(uint64 _termIdview returns (address feeTokenuint256 draftFeeuint16 penaltyPct)
getMinActiveBalance(uint64 _termIdview returns (uint256)
getModule(bytes32 _idview returns (address addrbool disabled)
getModuleByAddress(address _addrview returns (bytes32 idbool disabled)
getTerm(uint64 _termIdview returns (uint64 startTimeuint64 randomnessBNbytes32 randomness)
getTermRandomness(uint64 _termIdview returns (bytes32)
hasRole(address _whobytes32 _idview returns (bool)
isActive(bytes32 _idaddress _addrview returns (bool)
isRoleFrozen(bytes32 _idview returns (bool)
roles(bytes32addressview returns (bool)
State-modifying
bulk(uint8[] _opbytes32[] _idaddress[] _who
changeConfigGovernor(address _newConfigGovernor
changeFundsGovernor(address _newFundsGovernor
changeModulesGovernor(address _newModulesGovernor
closeEvidencePeriod(uint256 _disputeId
closeEvidencePeriodForModule(address _disputeManageruint256 _disputeId
createDispute(uint256 _possibleRulingsbytes _metadatareturns (uint256)
delayStartTime(uint64 _newFirstTermStartTime
disableModule(address _addr
ejectFundsGovernor(
ejectModulesGovernor(
enableModule(address _addr
ensureCurrentTerm(returns (uint64)
ensureCurrentTermRandomness(returns (bytes32)
freeze(bytes32 _id
grant(bytes32 _idaddress _who
heartbeat(uint64 _maxRequestedTransitionsreturns (uint64)
revoke(bytes32 _idaddress _who
rule(uint256 _disputeIdreturns (address subjectuint256 ruling)
ruleForModule(address _disputeManageruint256 _disputeIdreturns (address subjectuint256 ruling)
setConfig(uint64 _fromTermIdaddress _feeTokenuint256[3] _feesuint64[5] _roundStateDurationsuint16[2] _pctsuint64[4] _roundParamsuint256[2] _appealCollateralParamsuint256 _minActiveBalance
setCustomFunction(bytes4 _sigaddress _target
setModule(bytes32 _idaddress _addr
setModules(bytes32[] _newModuleIdsaddress[] _newModuleAddressesbytes32[] _newModuleLinksaddress[] _currentModulesToBeSynced
submitEvidence(uint256 _disputeIdaddress _submitterbytes _evidence
submitEvidenceForModule(address _disputeManageruint256 _disputeIdaddress _submitterbytes _evidence
syncModuleLinks(address[] _modulesToBeSyncedbytes32[] _idsToBeSet
Events
ConfigGovernorChanged(address previousGovernoraddress currentGovernor
CustomFunctionSet(bytes4 signatureaddress target
Frozen(bytes32 indexed id
FundsGovernorChanged(address previousGovernoraddress currentGovernor
Granted(bytes32 indexed idaddress indexed who
Heartbeat(uint64 previousTermIduint64 currentTermId
ModuleDisabled(bytes32 idaddress addr
ModuleEnabled(bytes32 idaddress addr
ModuleSet(bytes32 idaddress addr
ModulesGovernorChanged(address previousGovernoraddress currentGovernor
NewConfig(uint64 fromTermIduint64 courtConfigId
Revoked(bytes32 indexed idaddress indexed who
StartTimeDelayed(uint64 previousStartTimeuint64 currentStartTime
Constructor
constructor(uint64[2] _termParamsaddress[3] _governorsaddress _feeTokenuint256[3] _feesuint64[5] _roundStateDurationsuint16[2] _pctsuint64[4] _roundParamsuint256[2] _appealCollateralParamsuint256 _minActiveBalance
Fallback and receive
fallback(
Errors

This contract contains no error objects.