Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Governor"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17564629 | a year ago | | | 0 | 0.014925014 | |
| 17560510 | a year ago | | | 0 | 0.030274970 | |
| 17513636 | a year ago | | | 0 | 0.0060527283 | |
| 17367108 | a year ago | | | 0 | 0.012809328 | |
| 17335708 | a year ago | | | 0 | 0.013466336 | |
| 17331571 | a year ago | | | 0 | 0.025278388 | |
| 17264005 | a year ago | | | 0 | 0.011872031 | |
| 17263907 | a year ago | | | 0 | 0.0084891410 | |
| 17263875 | a year ago | | | 0 | 0.0086923687 | |
| 16933102 | 2 years ago | | | 0 | 0.0073222785 |
ABI
ABI objects
Getter at block 21157554
GRACE_PERIOD() view returns (uint256)
259200
MAXIMUM_DELAY() view returns (uint256)
172800
MAX_OPERATIONS() view returns (uint256)
32
MINIMUM_DELAY() view returns (uint256)
60
admin() view returns (address)
0xbe2ab3d3d8f6a32b96414ebbd865dbd276d3d899
delay() view returns (uint256)
86400
pendingAdmin() view returns (address)
0x0000000000000000000000000000000000000000
proposalCount() view returns (uint256)
56
Read-only
getActions(uint256 proposalId) view returns (address[] targets, string[] signatures, bytes[] calldatas)
proposals(uint256) view returns (uint256 id, address proposer, uint256 eta, bool executed)
queuedTransactions(bytes32) view returns (bool)
state(uint256 proposalId) view returns (uint8)
State-modifying
Events acceptAdmin()
cancel(uint256 proposalId)
execute(uint256 proposalId)
pauseCapital(address target)
propose(address[] targets, string[] signatures, bytes[] calldatas, string description) returns (uint256)
queue(uint256 proposalId)
setDelay(uint256 delay_)
setPendingAdmin(address pendingAdmin_)
unpauseCapital(address target)
CancelTransaction(bytes32 indexed txHash, address indexed target, string signature, bytes data, uint256 eta)
ExecuteTransaction(bytes32 indexed txHash, address indexed target, string signature, bytes data, uint256 eta)
NewAdmin(address indexed newAdmin)
NewDelay(uint256 indexed newDelay)
NewPendingAdmin(address indexed newPendingAdmin)
ProposalCancelled(uint256 id)
ProposalCreated(uint256 id, address proposer, address[] targets, string[] signatures, bytes[] calldatas, string description)
ProposalExecuted(uint256 id)
ProposalQueued(uint256 id, uint256 eta)
QueueTransaction(bytes32 indexed txHash, address indexed target, string signature, bytes data, uint256 eta)
constructor(address admin_, uint256 delay_)
This contract contains no fallback and receive objects.
This contract contains no error objects.