Most
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
7
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 "Most"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "Most"
ABI
ABI objects
Getter at block 21167246
GAS_LIMIT() view returns (uint256)
3500
UPGRADE_INTERFACE_VERSION() view returns (string)
5.0.0
committeeId() view returns (uint256)
0
owner() view returns (address)
0x0000000000000000000000000000000000000000
paused() view returns (bool)
false
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
proxiableUUID() view returns (bytes32)
0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc
requestNonce() view returns (uint256)
0
transferLimit() view returns (address)
0x0000000000000000000000000000000000000000
wethAddress() view returns (address)
0x0000000000000000000000000000000000000000
wrappedAzeroAddress() view returns (address)
0x0000000000000000000000000000000000000000
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
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()
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()