Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($418.51)
Native
Value
$418.51
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.1252 | $3,342.76 |
$418.51 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20733029 | 2 months ago | | | 0.3 | 0.000064363348 | |
| 20032671 | 6 months ago | | | 0.5 | 0.00038892098 | |
| 19177548 | 9 months ago | | | 0.306 | 0.00082884736 |
ABI
ABI objects
Getter at block 21243220
minDelay() view returns (uint256)
0
owner() view returns (address)
0x4e4943346848c4867f81dfb37c4ca9c5715a7828
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
securityCouncil() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
getOperationState(bytes32 _id) view returns (uint8)
hashOperation(struct IGovernanceOperation _operation) pure returns (bytes32)
isOperation(bytes32 _id) view returns (bool)
isOperationDone(bytes32 _id) view returns (bool)
isOperationPending(bytes32 _id) view returns (bool)
isOperationReady(bytes32 _id) view returns (bool)
timestamps(bytes32) view returns (uint256)
State-modifying
Events acceptOwnership()
cancel(bytes32 _id)
execute(struct IGovernanceOperation _operation) payable
executeInstant(struct IGovernanceOperation _operation) payable
renounceOwnership()
scheduleShadow(bytes32 _id, uint256 _delay)
scheduleTransparent(struct IGovernanceOperation _operation, uint256 _delay)
transferOwnership(address newOwner)
updateDelay(uint256 _newDelay)
updateSecurityCouncil(address _newSecurityCouncil)
ChangeMinDelay(uint256 _delayBefore, uint256 _delayAfter)
ChangeSecurityCouncil(address _securityCouncilBefore, address _securityCouncilAfter)
OperationCancelled(bytes32 indexed _id)
OperationExecuted(bytes32 indexed _id)
OwnershipTransferStarted(address indexed previousOwner, address indexed newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
ShadowOperationScheduled(bytes32 indexed _id, uint256 delay)
TransparentOperationScheduled(bytes32 indexed _id, uint256 delay, struct IGovernanceOperation _operation)
constructor(address _admin, address _securityCouncil, uint256 _minDelay)
receive()
This contract contains no error objects.