ERC1967Proxy
Verified contract
Proxy
Active on
Base with 5 txns
Unified storage
Map
Table
Raw
Constants and immutables
2
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($126,407.21)
Native
Value
$39,273.6
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
Eth | Native | 12.506561 | $3,140.24 |
$39,273.6 | |
USDC | ERC-20 | 60.1729K | $0.999939 |
$60,169.23 | |
Sendit | ERC-20 | 738.888889M | $0.000036 |
$26,910.33 | |
WETH | ERC-20 | 0.014204 | $3,140.81 |
$44.61 | |
USDGLO | ERC-20 | 9.34 | $1.002 |
$9.36 | |
GOCHU | ERC-20 | 50K | $0.000001 |
$0.05 | |
WGC | ERC-20 | 200 | $0.000085 |
$0.02 | |
USA | ERC-20 | 1 | $0.001025 |
$0 | |
kurbi | ERC-20 | 1 | $0.000657 |
$0 | |
GENOME | ERC-20 | 0 | $0.01198 |
$0 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19611479 | 2 months ago | | | 0.00095 | 0.000000081731983172 | |
| 17418271 | 4 months ago | | | 0 | 2.2072853e-7 | |
| 17011303 | 4 months ago | | | 0.000035092868 | 0.000000104715194304 | |
| 12524837 | 8 months ago | | | 0.0000001 | 0.0000053738025 | |
| 12524491 | 8 months ago | | | 10.23 | 0.000000068396394304 |
ABI
ABI objects
Getter at block 22483584 proxiableUUID() view returns (bytes32)
contractVersion() pure returns (string)
1.2.0
delay() view returns (uint256)
172800
gracePeriod() view returns (uint256)
1209600
owner() view returns (address)
0x3dd4e53a232b7b715c9ae455f4e732465ed71b4c
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
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
Upgraded(address impl)
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 _logic, bytes _data)
fallback()
receive()
receive()
DELEGATE_CALL_FAILED()
INVALID_TARGET()
INVALID_UPGRADE(address impl)
ONLY_UUPS()
UNSUPPORTED_UUID()
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()