ERC1967Proxy

Verified contract

Proxy

Active on Ethereum with 16,394 txns
Deployed by via 0xf6199617 at 19890095
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
Value $1,436,690.26
ERC-20
Value $544,794.76
ERC-20
Value $522,253.88
ERC-20
Value $52.68
0xf1fd8d361e6ace4b9a25eeaf95436b22cc34808f4e6180be4c6698d6c14b6d0f
0x3cc30bf97fb4b094142a743435548d514708d4f44dd7555f16ce5bb991576dfe
0x539b12f8104bf0cf55b7d3688023b4af3cdaf6ce37a6a36b3b5c3bea70e70175
0x6018aedc6a0f1495b1095dafd86708f44cfa094d20091cfd62a36074630988d1
0x252928a1a4ae8bd1ef3133f6662eb9643a7050aeabd4ba9f06bb2c5907f16e30
0x102dfb9b5b48f776781957ae6e9b07bd3d739c2331705ff618f63efee3273e71
0xad73f4f398270a5f322747026abaaeb41eab3e4a2c5d4cbc9b473769aca936c2
0x7a2199ae2519dcbab045ecb522467fe7d64f92b8cdd960994f825b8c95f85e85
0x83a9aaf4ea611fa6da5b422cdcf4e614160eafa62526a9981262ebedf8a1bed5
0xda2a207036173d18d42515fdef5a3e08b2400b2af51adbd5a6f4f6d5145184f9

Functions
Getter at block 21270571
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
 
proxiableUUID(view returns (bytes32)
requestNonce(view returns (uint256)
11738
transferLimit(view returns (address)
0x41c459834fc808551e95ee093398104dcf4c44a3
wethAddress(view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
wrappedAzeroAddress(view returns (address)
0xdd0ae774f7e300cdaa4ea371cd55169665ee6afe
Read-only
committeeSize(uint256 committeeIdview returns (uint256)
hasSignedRequest(address guardianbytes32 hashview returns (bool)
isInCommittee(uint256 _committeeIdaddress accountview returns (bool)
isLocalToken(addressview returns (bool)
needsSignature(bytes32 requestHashaddress accountuint256 _committeeIdview returns (bool)
pendingRequests(bytes32 requestHashview returns (uint256 signatureCount)
processedRequests(bytes32 requestHashview returns (bool)
signatureThreshold(uint256 committeeIdview returns (uint256)
supportedPairs(bytes32 fromview returns (bytes32 to)
State-modifying
acceptOwnership(
addPair(bytes32 frombytes32 tobool isLocal
initialize(address[] _committeeuint256 _signatureThresholdaddress owneraddress _wethAddress
pause(
receiveRequest(bytes32 _requestHashuint256 _committeeIdbytes32 destTokenAddressuint256 amountbytes32 destReceiverAddressuint256 _requestNonce
recoverERC20(address tokenaddress touint256 amount
recoverNative(address touint256 amount
removePair(bytes32 from
renounceOwnership(
sendRequest(bytes32 srcTokenAddressuint256 amountbytes32 destReceiverAddress
sendRequestAzeroToNative(uint256 amountbytes32 destReceiverAddress
sendRequestNative(bytes32 destReceiverAddresspayable 
setCommittee(address[] _committeeuint256 _signatureThreshold
setLocalToken(bytes32 tokenbool isLocal
setTransferLimitContract(address _transferLimit
setWrappedAzeroAddress(address _wrappedAzeroAddress
transferOwnership(address newOwner
unpause(
upgradeToAndCall(address newImplementationbytes datapayable 
Events
AdminChanged(address previousAdminaddress newAdmin
BeaconUpgraded(address indexed beacon
Upgraded(address indexed implementation
CommitteeUpdated(uint256 newCommitteeId
CrosschainTransferRequest(uint256 indexed committeeIdbytes32 indexed destTokenAddressuint256 amountbytes32 indexed destReceiverAddressuint256 requestNonce
EthTransferFailed(bytes32 requestHash
Initialized(uint64 version
OwnershipTransferStarted(address indexed previousOwneraddress indexed newOwner
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Paused(address account
ProcessedRequestSigned(bytes32 requestHashaddress signer
RequestAlreadySigned(bytes32 requestHashaddress signer
RequestProcessed(bytes32 requestHash
RequestSigned(bytes32 requestHashaddress signer
TokenTransferFailed(bytes32 requestHash
Unpaused(address account
Upgraded(address indexed implementation
Constructor
constructor(address _logicbytes _data
Fallback and receive
fallback(
receive(
receive(
Errors
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(