ERC1967Proxy
Verified contract
Proxy
Active on
Ethereum with 16,394 txns
Unified storage
Map
Table
Raw
Constants and immutables
4
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x41c4…44a3
Balances ($2,503,791.58)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDC | ERC-20 | 1.437954M | $0.999121 |
$1,436,690.26 | |
USDT | ERC-20 | 544.794757K | $1.00 |
$544,794.76 | |
WETH | ERC-20 | 153.724801 | $3,397.33 |
$522,253.88 | |
WBTC | ERC-20 | 0.000563 | $93,495.00 |
$52.68 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21268537 | 7 hours ago | | | 0 | 0.00067644994 | |
| 21266599 | 13 hours ago | | | 0 | 0.0010417936 | |
| 21265764 | 16 hours ago | | | 37.907385 | 0.0019377424 | |
| 21265602 | 17 hours ago | | | 6 | 0.0033149758 | |
| 21265251 | 18 hours ago | | | 0 | 0.0013877841 | |
| 21265069 | 18 hours ago | | | 0 | 0.0016878310 | |
| 21264456 | 21 hours ago | | | 0 | 0.0012637045 | |
| 21263005 | a day ago | | | 0 | 0.00036038279 | |
| 21263005 | a day ago | | | 0 | 0.00036038279 | |
| 21263005 | a day ago | | | 0 | 0.00036038279 |
ABI
ABI objects
Getter at block 21270571 proxiableUUID() view returns (bytes32)
GAS_LIMIT() view returns (uint256)
3500
UPGRADE_INTERFACE_VERSION() view returns (string)
5.0.0
committeeId() view returns (uint256)
2
owner() view returns (address)
0xf92684dbc6cf289bedfe5d4612133c2e7ac8b036
paused() view returns (bool)
false
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
requestNonce() view returns (uint256)
11738
transferLimit() view returns (address)
0x41c459834fc808551e95ee093398104dcf4c44a3
wethAddress() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
wrappedAzeroAddress() view returns (address)
0xdd0ae774f7e300cdaa4ea371cd55169665ee6afe
Read-only
committeeSize(uint256 committeeId) view returns (uint256)
hasSignedRequest(address guardian, bytes32 hash) view returns (bool)
isInCommittee(uint256 _committeeId, address account) view returns (bool)
isLocalToken(address) view returns (bool)
needsSignature(bytes32 requestHash, address account, uint256 _committeeId) view returns (bool)
pendingRequests(bytes32 requestHash) view returns (uint256 signatureCount)
processedRequests(bytes32 requestHash) view returns (bool)
signatureThreshold(uint256 committeeId) view returns (uint256)
supportedPairs(bytes32 from) view returns (bytes32 to)
State-modifying
Events acceptOwnership()
addPair(bytes32 from, bytes32 to, bool isLocal)
initialize(address[] _committee, uint256 _signatureThreshold, address owner, address _wethAddress)
pause()
receiveRequest(bytes32 _requestHash, uint256 _committeeId, bytes32 destTokenAddress, uint256 amount, bytes32 destReceiverAddress, uint256 _requestNonce)
recoverERC20(address token, address to, uint256 amount)
recoverNative(address to, uint256 amount)
removePair(bytes32 from)
renounceOwnership()
sendRequest(bytes32 srcTokenAddress, uint256 amount, bytes32 destReceiverAddress)
sendRequestAzeroToNative(uint256 amount, bytes32 destReceiverAddress)
sendRequestNative(bytes32 destReceiverAddress) payable
setCommittee(address[] _committee, uint256 _signatureThreshold)
setLocalToken(bytes32 token, bool isLocal)
setTransferLimitContract(address _transferLimit)
setWrappedAzeroAddress(address _wrappedAzeroAddress)
transferOwnership(address newOwner)
unpause()
upgradeToAndCall(address newImplementation, bytes data) payable
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
CommitteeUpdated(uint256 newCommitteeId)
CrosschainTransferRequest(uint256 indexed committeeId, bytes32 indexed destTokenAddress, uint256 amount, bytes32 indexed destReceiverAddress, uint256 requestNonce)
EthTransferFailed(bytes32 requestHash)
Initialized(uint64 version)
OwnershipTransferStarted(address indexed previousOwner, address indexed newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
ProcessedRequestSigned(bytes32 requestHash, address signer)
RequestAlreadySigned(bytes32 requestHash, address signer)
RequestProcessed(bytes32 requestHash)
RequestSigned(bytes32 requestHash, address signer)
TokenTransferFailed(bytes32 requestHash)
Unpaused(address account)
Upgraded(address indexed implementation)
constructor(address _logic, bytes _data)
fallback()
receive()
receive()
AddressEmptyCode(address target)
AddressInsufficientBalance(address account)
AzeroAddressNotSet()
DataHashMismatch()
DuplicateCommitteeMember()
ERC1967InvalidImplementation(address implementation)
ERC1967NonPayable()
EnforcedPause()
EthTransfer()
ExpectedPause()
FailedInnerCall()
InvalidInitialization()
LimitExceeded()
NotEnoughGuardians()
NotInCommittee()
NotInitializing()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
SafeERC20FailedOperation(address token)
UUPSUnauthorizedCallContext()
UUPSUnsupportedProxiableUUID(bytes32 slot)
UnsupportedPair()
UnwrappingEth()
WrappingEth()
ZeroAddress()
ZeroAmount()
ZeroSignatureTreshold()