Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "Registrar"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "Registrar"
ABI
ABI objects
Getter at block 21299005
CLOCK_MODE() pure returns (string)
mode=epoch&epochUnderlyingSource=blockTimestamp&epochStartingTimestamp=1713099600&epochPeriod=1296000
clock() view returns (uint48)
16
clockPeriod() pure returns (uint256)
1296000
clockStartingTimestamp() pure returns (uint256)
1713099600
emergencyGovernor() view returns (address)
0x886d405949f709bc3f4451491bdd07ff51cdf90a
emergencyGovernorDeployer() view returns (address)
0x3414922ff6edf6aacadb6ab4f2533089144625c4
powerToken() view returns (address)
0x5983b89fa184f14917013b9c3062afd9434c5b03
powerTokenDeployer() view returns (address)
0xf6de7fde6f7a8947b94973053b580e754360d2f9
standardGovernor() view returns (address)
0xb024ac5a7c6bc92fbacc8c3387e628a07e1da016
standardGovernorDeployer() view returns (address)
0x9fff4be0003d0716f37f8d2574e89f1a5d0745c8
vault() view returns (address)
0xd7298f620b0f752cf41bd818a16c756d9dcaa34f
zeroGovernor() view returns (address)
0xa0dafaeea4a1d44534e1b9227e19cae6358b80fe
zeroToken() view returns (address)
0x988567fe094570cce1ffda29d1f2d842b70492be
Read-only
get(bytes32 key_) view returns (bytes32)
get(bytes32[] keys_) view returns (bytes32[] values_)
listContains(bytes32 list_, address account_) view returns (bool)
listContains(bytes32 list_, address[] accounts_) view returns (bool)
State-modifying
Events addToList(bytes32 list_, address account_)
removeFromList(bytes32 list_, address account_)
setKey(bytes32 key_, bytes32 value_)
AddressAddedToList(bytes32 indexed list, address indexed account)
AddressRemovedFromList(bytes32 indexed list, address indexed account)
KeySet(bytes32 indexed key, bytes32 indexed value)
constructor(address zeroGovernor_)
This contract contains no fallback and receive objects.
InvalidEmergencyGovernorDeployerAddress()
InvalidPowerTokenDeployerAddress()
InvalidStandardGovernorDeployerAddress()
InvalidVaultAddress()
InvalidVoteTokenAddress()
InvalidZeroGovernorAddress()
NotStandardOrEmergencyGovernor()