TemporalGovernor
Verified contract
Active on
Base with 79 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($6.21)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
weETH | ERC-20 | 0.000682 | $3,514.81 |
$2.4 | |
DAI | ERC-20 | 1.999999 | $0.998919 |
$2 | |
wrsETH | ERC-20 | 0.000192 | $3,436.46 |
$0.66 | |
wstETH | ERC-20 | 0.000099 | $3,944.13 |
$0.39 | |
rETH | ERC-20 | 0.000099 | $3,723.73 |
$0.37 | |
cbBTC | ERC-20 | 0.000003 | $98,810.00 |
$0.28 | |
GRG | ERC-20 | 0.05 | $1.26 |
$0.06 | |
EURC | ERC-20 | 0.025664 | $1.046 |
$0.03 | |
PEEZY | ERC-20 | 1.2 | $0.009871 |
$0.01 | |
USDC | ERC-20 | 0.011514 | $0.999143 |
$0.01 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20681542 | 2 months ago | | | 0 | 0.0000031894557 | |
| 20638238 | 2 months ago | | | 0 | 0.0000018356392 | |
| 20459617 | 2 months ago | | | 0 | 0.000017459252 | |
| 20416333 | 2 months ago | | | 0 | 0.0000037883133 | |
| 20168992 | 2 months ago | | | 0 | 0.0000029696631 | |
| 20125696 | 2 months ago | | | 0 | 0.0000015392122 | |
| 19858851 | 2 months ago | | | 0 | 0.0000058174311 | |
| 19858672 | 2 months ago | | | 0 | 0.0000080101000 | |
| 19815550 | 2 months ago | | | 0 | 0.0000017700516 | |
| 19815371 | 2 months ago | | | 0 | 0.0000052668450 |
ABI
ABI objects
Getter at block 22744299
guardianPauseAllowed() view returns (bool)
true
lastPauseTime() view returns (uint248)
0
owner() view returns (address)
0x446342af4f3bcd374276891c6bb3411bf2f8779e
paused() view returns (bool)
false
permissionlessUnpauseTime() view returns (uint256)
2592000
proposalDelay() view returns (uint256)
86400
wormholeBridge() view returns (address)
0xbebdb6c8ddc678ffa9f8748f85c815c556dd8ac6
Read-only
addressToBytes(address addr) pure returns (bytes32)
allTrustedSenders(uint16 chainId) view returns (bytes32[])
isTrustedSender(uint16 chainId, address addr) view returns (bool)
isTrustedSender(uint16 chainId, bytes32 addr) view returns (bool)
queuedTransactions(bytes32) view returns (bool executed, uint248 queueTime)
State-modifying
Events changeGuardian(address newGuardian)
executeProposal(bytes VAA)
fastTrackProposalExecution(bytes VAA)
grantGuardiansPause()
permissionlessUnpause()
queueProposal(bytes VAA)
renounceOwnership()
revokeGuardian()
setTrustedSenders(struct ITemporalGovernorTrustedSender[] _trustedSenders)
togglePause()
transferOwnership(address newOwner)
unSetTrustedSenders(struct ITemporalGovernorTrustedSender[] _trustedSenders)
ExecutedTransaction(address target, uint256 value, bytes data)
GuardianChanged(address indexed guardian)
GuardianPauseGranted(uint256 indexed timestamp)
GuardianRevoked(address indexed guardian)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
PermissionlessUnpaused(uint256 indexed timestamp)
QueuedTransaction(address intendedRecipient, address[] targets, uint256[] values, bytes[] calldatas)
TrustedSenderUpdated(uint16 chainId, address addr, bool added)
Unpaused(address account)
constructor(address wormholeCore, uint256 _proposalDelay, uint256 _permissionlessUnpauseTime, struct ITemporalGovernorTrustedSender[] _trustedSenders)
This contract contains no fallback and receive objects.
This contract contains no error objects.