Treasury
Verified contract
Implementation
Active on
Base with 0 txns
Storage
Map
Table
Raw
Constants and immutables
5
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 "Treasury"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "Treasury"
ABI
ABI objects
Getter at block 22015532
contractVersion() pure returns (string)
1.2.0
delay() view returns (uint256)
0
gracePeriod() view returns (uint256)
0
owner() view returns (address)
0x0000000000000000000000000000000000000000
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
proxiableUUID() view returns (bytes32)
0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc
Read-only
hashProposal(address[] _targets, uint256[] _values, bytes[] _calldatas, bytes32 _descriptionHash, address _proposer) pure returns (bytes32)
isExpired(bytes32 _proposalId) view returns (bool)
isQueued(bytes32 _proposalId) view returns (bool)
isReady(bytes32 _proposalId) view returns (bool)
onERC1155BatchReceived(address, address, uint256[], uint256[], bytes) pure returns (bytes4)
onERC1155Received(address, address, uint256, uint256, bytes) pure returns (bytes4)
onERC721Received(address, address, uint256, bytes) pure returns (bytes4)
timestamp(bytes32 _proposalId) view returns (uint256)
State-modifying
Events acceptOwnership()
cancel(bytes32 _proposalId)
cancelOwnershipTransfer()
execute(address[] _targets, uint256[] _values, bytes[] _calldatas, bytes32 _descriptionHash, address _proposer) payable
initialize(address _governor, uint256 _delay)
queue(bytes32 _proposalId) returns (uint256 eta)
safeTransferOwnership(address _newOwner)
transferOwnership(address _newOwner)
updateDelay(uint256 _newDelay)
updateGracePeriod(uint256 _newGracePeriod)
upgradeTo(address _newImpl)
upgradeToAndCall(address _newImpl, bytes _data) payable
DelayUpdated(uint256 prevDelay, uint256 newDelay)
GracePeriodUpdated(uint256 prevGracePeriod, uint256 newGracePeriod)
Initialized(uint256 version)
OwnerCanceled(address indexed owner, address indexed canceledOwner)
OwnerPending(address indexed owner, address indexed pendingOwner)
OwnerUpdated(address indexed prevOwner, address indexed newOwner)
TransactionCanceled(bytes32 proposalId)
TransactionExecuted(bytes32 proposalId, address[] targets, uint256[] values, bytes[] payloads)
TransactionScheduled(bytes32 proposalId, uint256 timestamp)
Upgraded(address impl)
constructor(address _manager)
receive()
ADDRESS_ZERO()
ALREADY_INITIALIZED()
DELEGATE_CALL_FAILED()
EXECUTION_EXPIRED()
EXECUTION_FAILED(uint256 txIndex)
EXECUTION_NOT_READY(bytes32 proposalId)
INITIALIZING()
INVALID_TARGET()
INVALID_UPGRADE(address impl)
NOT_INITIALIZING()
ONLY_CALL()
ONLY_DELEGATECALL()
ONLY_MANAGER()
ONLY_OWNER()
ONLY_PENDING_OWNER()
ONLY_PROXY()
ONLY_TREASURY()
ONLY_UUPS()
PROPOSAL_ALREADY_QUEUED()
PROPOSAL_NOT_QUEUED()
UNSAFE_CAST()
UNSUPPORTED_UUID()