ERC1967Proxy
Verified contract
Proxy
Active on
Ethereum with 131 txns
Unified storage
Map
Table
Raw
Constants and immutables
1
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($620.90)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
STONE | ERC-20 | 0.154275 | $3,238.16 |
$499.57 | |
USDT | ERC-20 | 120.6084 | $1.00 |
$120.61 | |
USDC | ERC-20 | 0.726821 | $0.999914 |
$0.73 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20726912 | 2 months ago | | | 0 | 0.00033707895 | |
| 20725753 | 2 months ago | | | 0 | 0.00013854633 | |
| 20259828 | 4 months ago | | | 0 | 0.000088915655 | |
| 20259827 | 4 months ago | | | 0 | 0.000088096021 | |
| 20259824 | 4 months ago | | | 0 | 0.000086116331 | |
| 20180455 | 5 months ago | | | 0 | 0.00085469330 | |
| 20179876 | 5 months ago | | | 0 | 0.00027013303 | |
| 20174020 | 5 months ago | | | 0 | 0.00031087370 | |
| 20173581 | 5 months ago | | | 0 | 0.00014113181 | |
| 20169608 | 5 months ago | | | 0 | 0.0017079806 |
ABI
ABI objects
Getter at block 21218644 getActiveExecutors() view returns (address[] executors, uint256 threshold, uint256 activeSince, uint256 exeIndex) getSupportedTokens() view returns (address[] supportedTokens, uint8[] indexes, uint8[] decimals) proxiableUUID() view returns (bytes32)
UPGRADE_INTERFACE_VERSION() view returns (string)
5.0.0
getAdmin() view returns (address)
0x000039ddcf1f63cf3555e62a8d32a11bd1e7e1e1
getVault() view returns (address)
0x0014eb4ac6dd1473b258d088e6ef214b2bcdc53c
Read-only
exeActiveSinceForIndex(uint256 index) view returns (uint256)
exeThresholdForIndex(uint256 index) view returns (uint256)
executorsForIndex(uint256 index) view returns (address[])
lockedBalanceOf(address) view returns (uint256)
proposedLock(bytes32) view returns (address)
proposedUnlock(bytes32) view returns (address)
proposerIndex(address proposer) view returns (uint256)
proposerOfIndex(uint256 index) view returns (address)
tokenForIndex(uint8 tokenIndex) view returns (address)
State-modifying
Events addProposer(address proposer)
addToken(uint8 tokenIndex, address tokenAddr)
cancelLock(bytes32 reqId)
cancelUnlock(bytes32 reqId)
executeLock(bytes32 reqId, bytes32[] r, bytes32[] yParityAndS, address[] executors, uint256 exeIndex)
executeUnlock(bytes32 reqId, bytes32[] r, bytes32[] yParityAndS, address[] executors, uint256 exeIndex)
initialize(address _admin, address _vault, address proposer, address[] executors, uint256 threshold)
proposeLock(bytes32 reqId) payable
proposeUnlock(bytes32 reqId, address recipient)
removeProposer(address proposer)
removeToken(uint8 tokenIndex)
transferAdmin(address newAdmin)
transferVault(address newVault)
updateExecutors(address[] newExecutors, uint256 threshold, uint256 activeSince, bytes32[] r, bytes32[] yParityAndS, address[] executors, uint256 exeIndex)
upgradeToAndCall(address newImplementation, bytes data) payable
Upgraded(address indexed implementation)
AdminTransferred(address indexed prevAdmin, address indexed newAdmin)
Initialized(uint64 version)
ProposerAdded(address indexed proposer)
ProposerRemoved(address indexed proposer)
TokenAdded(uint8 tokenIndex, address tokenAddr)
TokenLockCancelled(bytes32 indexed reqId, address indexed proposer)
TokenLockExecuted(bytes32 indexed reqId, address indexed proposer)
TokenLockProposed(bytes32 indexed reqId, address indexed proposer)
TokenRemoved(uint8 tokenIndex, address tokenAddr)
TokenUnlockCancelled(bytes32 indexed reqId, address indexed recipient)
TokenUnlockExecuted(bytes32 indexed reqId, address indexed recipient)
TokenUnlockProposed(bytes32 indexed reqId, address indexed recipient)
Upgraded(address indexed implementation)
VaultTransferred(address indexed prevVault, address indexed newVault)
constructor(address implementation, bytes _data)
fallback()
receive()
AddressEmptyCode(address target)
ERC1967InvalidImplementation(address implementation)
ERC1967NonPayable()
FailedInnerCall()
AddressEmptyCode(address target)
AddressInsufficientBalance(address account)
ERC1967InvalidImplementation(address implementation)
ERC1967NonPayable()
FailedInnerCall()
InvalidInitialization()
NotInitializing()
SafeERC20FailedOperation(address token)
StringsInsufficientHexLength(uint256 value, uint256 length)
UUPSUnauthorizedCallContext()
UUPSUnsupportedProxiableUUID(bytes32 slot)