ERC1967Proxy

Verified contract

Proxy

Active on Ethereum with 2,350 txns
Deployed by via 0x3dabdf1f at 20921735
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
--
0x71b8e6607c8921b2c12bd2eb98a51ad3ce6c36507f9d97da2ab4e4938d6de9a5
0x399747e37a451f6a6302246215d200592dbff3116e69724fa448b65f1db9ff69
0x5b7a30ecbcd4af9aa440628f62a2ccbd0f50188afd53da65cb9c853c25383f64
0xe3b1b0d35afa249e8a492bea323f6500399fa31c6711a8809a96b426d2c646d3
0x1bbf011f569f93417bf5e886e199805f52c149cc98baf3d7290343fd15a7e410
From
0xdaa0cd6ac907223e5ca779f3f05a11d82eb16c7a3de609cd1441b17c552bc9af
From
0x99ea8f5f4f0626ab4a72021d9a8109b1a167af3d3a0868d6d0fc589f8312fc08
0x1739b1b3a428cca1db6916384423532d4275380303f6e71cb372741fac51fc38
0xf1e25c24a14e4cfa0f85fd81b32bafaa288b95a32ac248de7844cec301268f6b
0x1d5a0c8afca87da20094cd00cd066c3582a2cce5e39dcb5b07660aa7eac8feb4

Functions
Getter at block 21303948
NTT_MANAGER_VERSION(view returns (string)
1.1.0
chainId(view returns (uint16)
2
getCurrentOutboundCapacity(view returns (uint256)
16666666665000000000000000
getMigratesImmutables(view returns (bool)
false
getMode(view returns (uint8)
0
getOutboundLimitParams(pure returns (struct IRateLimiterRateLimitParams)
(426666666624000008, 426666666624000008, 1732983935)
getThreshold(view returns (uint8)
1
getTransceiverInfo(view returns (struct TransceiverRegistryTransceiverInfo[])
[(true, true, 0)]
getTransceivers(pure returns (address[] result)
[0x6C55F346C20Ca2b0C62e30790907f0a41C978ccc]
isPaused(view returns (bool)
false
mode(view returns (uint8)
0
nextMessageSequence(view returns (uint64)
2237
owner(view returns (address)
0xbbd75391d0054ce80be31908b9b3b38187a0f0cd
pauser(view returns (address)
0xbbd75391d0054ce80be31908b9b3b38187a0f0cd
rateLimitDuration(view returns (uint64)
86400
token(view returns (address)
0x88909d489678dd17aa6d9609f89b0419bf78fd9a
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(