ZeroExGovernor
Verified contract
Active on
Ethereum with 108 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value
$9,711.67
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 2.986434 | $3,251.93 |
$9,711.67 | |
WETH | ERC-20 | 4.226516 | $3,248.95 |
$13,731.74 | |
USDC | ERC-20 | 564.363468 | $1.00 |
$564.36 | |
USDT | ERC-20 | 144.090444 | $1.002 |
$144.38 |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18964824 | 10 months ago | | | 0 | 0.0058355812 | |
| 18832677 | a year ago | | | 0 | 0.0052567825 | |
| 18792998 | a year ago | | | 0 | 0.015443794 | |
| 18782332 | a year ago | | | 0 | 0.021503483 | |
| 18782308 | a year ago | | | 0 | 0.018792524 | |
| 17666525 | a year ago | | | 0 | 0.0014979496 | |
| 17639668 | a year ago | | | 0 | 0.013669169 | |
| 17191097 | 2 years ago | | | 0 | 0.11636519 | |
| 17120362 | 2 years ago | | | 0 | 0.0035363346 | |
| 17114169 | 2 years ago | | | 0 | 0.033979614 |
ABI
ABI objects
Getter at block 21176030
MAX_OWNER_COUNT() view returns (uint256)
50
getOwners() view returns (address[])
[0x5ee2a00F8f01d099451844Af7F894f26A57FCbF2, 0x257619B7155d247e43c8B6d90C8c17278Ae481F0, 0x2b3C8B6809d3b3bb4e2a667ba5A5b4ccdAe23DA4, 0x269984C978bFA5693D5915201e4dd1B7686aA6F7]
required() view returns (uint256)
2
secondsTimeLocked() view returns (uint256)
172800
transactionCount() view returns (uint256)
36
Read-only
confirmationTimes(uint256) view returns (uint256)
confirmations(uint256, address) view returns (bool)
functionCallTimeLocks(bytes4, address) view returns (bool hasCustomTimeLock, uint128 secondsTimeLocked)
getConfirmationCount(uint256 transactionId) view returns (uint256 count)
getConfirmations(uint256 transactionId) view returns (address[] _confirmations)
getTransactionCount(bool pending, bool executed) view returns (uint256 count)
getTransactionIds(uint256 from, uint256 to, bool pending, bool executed) view returns (uint256[] _transactionIds)
isConfirmed(uint256 transactionId) view returns (bool)
isOwner(address) view returns (bool)
owners(uint256) view returns (address)
transactions(uint256) view returns (address destination, uint256 value, bytes data, bool executed)
State-modifying
Events addOwner(address owner)
changeRequirement(uint256 _required)
changeTimeLock(uint256 _secondsTimeLocked)
confirmTransaction(uint256 transactionId)
executeTransaction(uint256 transactionId)
registerFunctionCall(bool hasCustomTimeLock, bytes4 functionSelector, address destination, uint128 newSecondsTimeLocked)
removeOwner(address owner)
replaceOwner(address owner, address newOwner)
revokeConfirmation(uint256 transactionId)
submitTransaction(address destination, uint256 value, bytes data) returns (uint256 transactionId)
Confirmation(address indexed sender, uint256 indexed transactionId)
ConfirmationTimeSet(uint256 indexed transactionId, uint256 confirmationTime)
Deposit(address indexed sender, uint256 value)
Execution(uint256 indexed transactionId)
ExecutionFailure(uint256 indexed transactionId)
FunctionCallTimeLockRegistration(bytes4 functionSelector, address destination, bool hasCustomTimeLock, uint128 newSecondsTimeLocked)
OwnerAddition(address indexed owner)
OwnerRemoval(address indexed owner)
RequirementChange(uint256 required)
Revocation(address indexed sender, uint256 indexed transactionId)
Submission(uint256 indexed transactionId)
TimeLockChange(uint256 secondsTimeLocked)
constructor(bytes4[] _functionSelectors, address[] _destinations, uint128[] _functionCallTimeLockSeconds, address[] _owners, uint256 _required, uint256 _defaultSecondsTimeLocked)
fallback()
This contract contains no error objects.