ERC1967Proxy
Verified contract
Proxy
Active on
Ethereum with 56,027 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
Balances ($8,556,819.27)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDC | ERC-20 | 8.579564M | $0.997349 |
$8,556,819.27 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21274858 | an hour ago | | | 0.0000031050705 | 0.0029707843 | |
| 21273679 | 5 hours ago | | | 0.0000041700421 | 0.0041067835 | |
| 21273411 | 6 hours ago | | | 0.0000041700421 | 0.0037597636 | |
| 21272740 | 8 hours ago | | | 0.0000031614408 | 0.0064171259 | |
| 21272418 | 9 hours ago | | | 0.0000031614408 | 0.0053531014 | |
| 21272201 | 10 hours ago | | | 0.0000031614408 | 0.0076802832 | |
| 21272011 | 10 hours ago | | | 0.000002392851 | 0.0032708107 | |
| 21271371 | 13 hours ago | | | 0.0000018461326 | 0.0031053391 | |
| 21271303 | 13 hours ago | | | 0.0000018461326 | 0.0027250754 | |
| 21270745 | 15 hours ago | | | 0.0000012788858 | 0.0039759261 |
ABI
ABI objects
Getter at block 21275106
NTT_MANAGER_VERSION() view returns (string)
0.1.0
chainId() view returns (uint16)
2
getCurrentOutboundCapacity() view returns (uint256)
18446744073709551615
getMigratesImmutables() view returns (bool)
false
getMode() view returns (uint8)
0
getOutboundLimitParams() pure returns (struct IRateLimiterRateLimitParams)
(4722366482869645213446, 4722366482869645213446, 1712247143)
getThreshold() view returns (uint8)
1
getTransceivers() pure returns (address[] result)
[0x55f7820357FA17A1ECb48E959D5E637bFF956d6F]
isPaused() view returns (bool)
false
mode() view returns (uint8)
0
nextMessageSequence() view returns (uint64)
54904
owner() view returns (address)
0xfdefcd1d1cd700cb9ee3c37cb8a2013a3f417e8c
pauser() view returns (address)
0xfdefcd1d1cd700cb9ee3c37cb8a2013a3f417e8c
rateLimitDuration() view returns (uint64)
0
token() view returns (address)
0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48
tokenDecimals() view returns (uint8)
6
Read-only
getCurrentInboundCapacity(uint16 chainId_) view returns (uint256)
getInboundLimitParams(uint16 chainId_) view returns (struct IRateLimiterRateLimitParams)
getInboundQueuedTransfer(bytes32 digest) view returns (struct IRateLimiterInboundQueuedTransfer)
getOutboundQueuedTransfer(uint64 queueSequence) view returns (struct IRateLimiterOutboundQueuedTransfer)
getPeer(uint16 chainId_) view returns (struct INttManagerNttManagerPeer)
isMessageApproved(bytes32 digest) view returns (bool)
isMessageExecuted(bytes32 digest) view returns (bool)
messageAttestations(bytes32 digest) view returns (uint8 count)
quoteDeliveryPrice(uint16 recipientChain, bytes transceiverInstructions) view returns (uint256[], uint256)
transceiverAttestedToMessage(bytes32 digest, uint8 index) view returns (bool)
State-modifying
Events attestationReceived(uint16 sourceChainId, bytes32 sourceNttManagerAddress, struct TransceiverStructsNttManagerMessage payload)
cancelOutboundQueuedTransfer(uint64 messageSequence)
completeInboundQueuedTransfer(bytes32 digest)
completeOutboundQueuedTransfer(uint64 messageSequence) payable returns (uint64)
executeMsg(uint16 sourceChainId, bytes32 sourceNttManagerAddress, struct TransceiverStructsNttManagerMessage message)
initialize()
migrate()
pause()
removeTransceiver(address transceiver)
setInboundLimit(uint256 limit, uint16 chainId_)
setOutboundLimit(uint256 limit)
setPeer(uint16 peerChainId, bytes32 peerContract, uint8 decimals, uint256 inboundLimit)
setThreshold(uint8 threshold)
setTransceiver(address transceiver)
transfer(uint256 amount, uint16 recipientChain, bytes32 recipient) payable returns (uint64)
transfer(uint256 amount, uint16 recipientChain, bytes32 recipient, bytes32 refundAddress, bool shouldQueue, bytes transceiverInstructions) payable returns (uint64)
transferOwnership(address newOwner)
transferPauserCapability(address newPauser)
unpause()
upgrade(address newImplementation)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
InboundTransferQueued(bytes32 digest)
Initialized(uint64 version)
MessageAlreadyExecuted(bytes32 indexed sourceNttManager, bytes32 indexed msgHash)
MessageAttestedTo(bytes32 digest, address transceiver, uint8 index)
NotPaused(bool notPaused)
OutboundTransferCancelled(uint256 sequence, address recipient, uint256 amount)
OutboundTransferQueued(uint64 queueSequence)
OutboundTransferRateLimited(address indexed sender, uint64 sequence, uint256 amount, uint256 currentCapacity)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(bool paused)
PauserTransferred(address indexed oldPauser, address indexed newPauser)
PeerUpdated(uint16 indexed chainId_, bytes32 oldPeerContract, uint8 oldPeerDecimals, bytes32 peerContract, uint8 peerDecimals)
ThresholdChanged(uint8 oldThreshold, uint8 threshold)
TransceiverAdded(address transceiver, uint256 transceiversNum, uint8 threshold)
TransceiverRemoved(address transceiver, uint8 threshold)
TransferRedeemed(bytes32 indexed digest)
TransferSent(bytes32 recipient, bytes32 refundAddress, uint256 amount, uint256 fee, uint16 recipientChain, uint64 msgSequence)
Upgraded(address indexed implementation)
constructor(address _logic, bytes _data)
fallback()
receive()
BurnAmountDifferentThanBalanceDiff(uint256 burnAmount, uint256 balanceDiff)
CallerNotTransceiver(address caller)
CancellerNotSender(address canceller, address sender)
CapacityCannotExceedLimit(uint72 newCurrentCapacity, uint72 newLimit)
DeliveryPaymentTooLow(uint256 requiredPayment, uint256 providedPayment)
DisabledTransceiver(address transceiver)
InboundQueuedTransferNotFound(bytes32 digest)
InboundQueuedTransferStillQueued(bytes32 digest, uint256 transferTimestamp)
InvalidFork(uint256 evmChainId, uint256 blockChainId)
InvalidInitialization()
InvalidMode(uint8 mode)
InvalidPauser(address account)
InvalidPeer(uint16 chainId, bytes32 peerAddress)
InvalidPeerChainIdZero()
InvalidPeerDecimals()
InvalidPeerZeroAddress()
InvalidRecipient()
InvalidRefundAddress()
InvalidTargetChain(uint16 targetChain, uint16 thisChain)
InvalidTransceiverZeroAddress()
MessageNotApproved(bytes32 msgHash)
NoEnabledTransceivers()
NonRegisteredTransceiver(address transceiver)
NotAnEvmAddress(bytes32 arg0)
NotEnoughCapacity(uint256 currentCapacity, uint256 amount)
NotInitializing()
NotMigrating()
NumberOfDecimalsNotEqual(uint8 decimals, uint8 decimalsOther)
OnlyDelegateCall()
OutboundQueuedTransferNotFound(uint64 queueSequence)
OutboundQueuedTransferStillQueued(uint64 queueSequence, uint256 transferTimestamp)
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
PeerNotRegistered(uint16 chainId)
ReentrancyGuardReentrantCall()
RefundFailed(uint256 refundAmount)
RequireContractIsNotPaused()
RequireContractIsPaused()
RetrievedIncorrectRegisteredTransceivers(uint256 retrieved, uint256 registered)
ThresholdTooHigh(uint256 threshold, uint256 transceivers)
TooManyTransceivers()
TransceiverAlreadyAttestedToMessage(bytes32 nttManagerMessageHash)
TransceiverAlreadyEnabled(address transceiver)
TransferAmountHasDust(uint256 amount, uint256 dust)
UndefinedRateLimiting()
UnexpectedDeployer(address expectedOwner, address owner)
ZeroAmount()
ZeroThreshold()