ERC1967Proxy

Verified contract

Proxy

Active on Ethereum with 91 txns
Deployed by via 0xc091257a at 21085657
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "ERC1967Proxy"

0xfdbd48d8be38df9045a39d550c68dc677cd4b5294da28c7c8890f0eab2fa2f01
0xf9e58d431ebdfa60561494ae4691aee9bd4469d6285a9d42b22c98583cd7ce2b
0xfc4e638e0be09fe3a807bd626f261d2fe0392bd75ddce607c556d7883472e3e7
0x78d3ec1891ba6b43d6b04f4a7e8b6e1bf3bc525efc0dbb1e161018c04e986437
0xb50e8f28be583e4acf5bff29a5e4ff29839ce50fbf0324b42b76ea34e693ef34
0x17adb4df3f730871c7d1b68e000e1390f543d2f93b48ac054c9a13241404373c
0xba42f768df56b70b97bfe8c4ab53b06d897e964041019ea73745f0ee06aa7790
0xe54d9f412fe1ad514cc5f777eed119fc61ede00e4ce6aa376b83e70b7113bf5c
0xd9367c872be70e67388eabdd9bc9417f3829e5d6763f5a93ba2dd9c0c1906cb4
0xfb5c0846349cc2d00635ce248b0c87c55a445a06802cdba83090793767d3b6d0

Functions
Getter at block 21245786
NTT_MANAGER_VERSION(view returns (string)
1.1.0
chainId(view returns (uint16)
2
getCurrentOutboundCapacity(view returns (uint256)
3000000000000000000000000
getMigratesImmutables(view returns (bool)
false
getMode(view returns (uint8)
1
getOutboundLimitParams(pure returns (struct IRateLimiterRateLimitParams)
(76800000000000008, 76779355876999688, 1732297775)
getThreshold(view returns (uint8)
1
getTransceiverInfo(view returns (struct TransceiverRegistryTransceiverInfo[])
[(true, true, 0)]
getTransceivers(pure returns (address[] result)
[0x42e3ec587dE57b2b28C054DF785a863E3A1b55CF]
isPaused(view returns (bool)
false
mode(view returns (uint8)
1
nextMessageSequence(view returns (uint64)
84
owner(view returns (address)
0x4f4793788bd76bbbdcfa6abdd7cad2be273f6da7
pauser(view returns (address)
0x4f4793788bd76bbbdcfa6abdd7cad2be273f6da7
rateLimitDuration(view returns (uint64)
86400
token(view returns (address)
0x975da7b2325f815f1de23c8b68f721fb483b8071
tokenDecimals(view returns (uint8)
18
Read-only
getCurrentInboundCapacity(uint16 chainId_view returns (uint256)
getInboundLimitParams(uint16 chainId_view returns (struct IRateLimiterRateLimitParams)
getInboundQueuedTransfer(bytes32 digestview returns (struct IRateLimiterInboundQueuedTransfer)
getOutboundQueuedTransfer(uint64 queueSequenceview returns (struct IRateLimiterOutboundQueuedTransfer)
getPeer(uint16 chainId_view returns (struct INttManagerNttManagerPeer)
isMessageApproved(bytes32 digestview returns (bool)
isMessageExecuted(bytes32 digestview returns (bool)
messageAttestations(bytes32 digestview returns (uint8 count)
quoteDeliveryPrice(uint16 recipientChainbytes transceiverInstructionsview returns (uint256[]uint256)
transceiverAttestedToMessage(bytes32 digestuint8 indexview returns (bool)
State-modifying
attestationReceived(uint16 sourceChainIdbytes32 sourceNttManagerAddressstruct TransceiverStructsNttManagerMessage payload
cancelOutboundQueuedTransfer(uint64 messageSequence
completeInboundQueuedTransfer(bytes32 digest
completeOutboundQueuedTransfer(uint64 messageSequencepayable returns (uint64)
executeMsg(uint16 sourceChainIdbytes32 sourceNttManagerAddressstruct TransceiverStructsNttManagerMessage message
initialize(payable 
migrate(
pause(
removeTransceiver(address transceiver
setInboundLimit(uint256 limituint16 chainId_
setOutboundLimit(uint256 limit
setPeer(uint16 peerChainIdbytes32 peerContractuint8 decimalsuint256 inboundLimit
setThreshold(uint8 threshold
setTransceiver(address transceiver
transfer(uint256 amountuint16 recipientChainbytes32 recipientpayable returns (uint64)
transfer(uint256 amountuint16 recipientChainbytes32 recipientbytes32 refundAddressbool shouldQueuebytes transceiverInstructionspayable returns (uint64)
transferOwnership(address newOwner
transferPauserCapability(address newPauser
unpause(
upgrade(address newImplementation
Events
AdminChanged(address previousAdminaddress newAdmin
BeaconUpgraded(address indexed beacon
Upgraded(address indexed implementation
AdminChanged(address previousAdminaddress newAdmin
BeaconUpgraded(address indexed beacon
InboundTransferQueued(bytes32 digest
Initialized(uint64 version
MessageAlreadyExecuted(bytes32 indexed sourceNttManagerbytes32 indexed msgHash
MessageAttestedTo(bytes32 digestaddress transceiveruint8 index
NotPaused(bool notPaused
OutboundTransferCancelled(uint256 sequenceaddress recipientuint256 amount
OutboundTransferQueued(uint64 queueSequence
OutboundTransferRateLimited(address indexed senderuint64 sequenceuint256 amountuint256 currentCapacity
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Paused(bool paused
PauserTransferred(address indexed oldPauseraddress indexed newPauser
PeerUpdated(uint16 indexed chainId_bytes32 oldPeerContractuint8 oldPeerDecimalsbytes32 peerContractuint8 peerDecimals
ThresholdChanged(uint8 oldThresholduint8 threshold
TransceiverAdded(address transceiveruint256 transceiversNumuint8 threshold
TransceiverRemoved(address transceiveruint8 threshold
TransferRedeemed(bytes32 indexed digest
TransferSent(bytes32 recipientbytes32 refundAddressuint256 amountuint256 feeuint16 recipientChainuint64 msgSequence
Upgraded(address indexed implementation
Constructor
constructor(address _logicbytes _data
Fallback and receive
fallback(
receive(
Errors
BurnAmountDifferentThanBalanceDiff(uint256 burnAmountuint256 balanceDiff
CallerNotTransceiver(address caller
CancellerNotSender(address cancelleraddress sender
CapacityCannotExceedLimit(uint72 newCurrentCapacityuint72 newLimit
DeliveryPaymentTooLow(uint256 requiredPaymentuint256 providedPayment
DisabledTransceiver(address transceiver
InboundQueuedTransferNotFound(bytes32 digest
InboundQueuedTransferStillQueued(bytes32 digestuint256 transferTimestamp
InvalidFork(uint256 evmChainIduint256 blockChainId
InvalidInitialization(
InvalidMode(uint8 mode
InvalidPauser(address account
InvalidPeer(uint16 chainIdbytes32 peerAddress
InvalidPeerChainIdZero(
InvalidPeerDecimals(
InvalidPeerSameChainId(
InvalidPeerZeroAddress(
InvalidRecipient(
InvalidRefundAddress(
InvalidTargetChain(uint16 targetChainuint16 thisChain
InvalidTransceiverZeroAddress(
MessageNotApproved(bytes32 msgHash
NoEnabledTransceivers(
NonRegisteredTransceiver(address transceiver
NotAnEvmAddress(bytes32 arg0
NotEnoughCapacity(uint256 currentCapacityuint256 amount
NotInitializing(
NotMigrating(
NumberOfDecimalsNotEqual(uint8 decimalsuint8 decimalsOther
OnlyDelegateCall(
OutboundQueuedTransferNotFound(uint64 queueSequence
OutboundQueuedTransferStillQueued(uint64 queueSequenceuint256 transferTimestamp
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account
PeerNotRegistered(uint16 chainId
ReentrancyGuardReentrantCall(
RefundFailed(uint256 refundAmount
RequireContractIsNotPaused(
RequireContractIsPaused(
RetrievedIncorrectRegisteredTransceivers(uint256 retrieveduint256 registered
StaticcallFailed(
ThresholdTooHigh(uint256 thresholduint256 transceivers
TooManyTransceivers(
TransceiverAlreadyAttestedToMessage(bytes32 nttManagerMessageHash
TransceiverAlreadyEnabled(address transceiver
TransferAmountHasDust(uint256 amountuint256 dust
UndefinedRateLimiting(
UnexpectedDeployer(address expectedOwneraddress owner
UnexpectedMsgValue(
ZeroAmount(
ZeroThreshold(