0x4ba5ea226da36466ea7ebcf018df66a615d27c7c
Unverified contract
Proxy
Active on
Ethereum with 32 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($70,073.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
REZ | ERC-20 | 1.310388M | $0.053475 |
$70,073 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21074704 | a month ago | | | 0.00000095 | 0.0015377172 | |
| 21074420 | a month ago | | | 0.00000095 | 0.0018597051 | |
| 21026671 | a month ago | | | 0.00000096 | 0.0015319832 | |
| 20876835 | 2 months ago | | | 0.00000093 | 0.0015476753 | |
| 20876785 | 2 months ago | | | 0.00000093 | 0.0017752391 | |
| 20876775 | 2 months ago | | | 0.00000093 | 0.0018692501 | |
| 20639697 | 3 months ago | | | 0.00000098 | 0.00022422888 | |
| 20637284 | 3 months ago | | | 0 | 0.00016665385 | |
| 20637225 | 3 months ago | | | 0 | 0.00027082108 | |
| 20637084 | 3 months ago | | | 0.00000098 | 0.00027185588 |
ABI
ABI objects
Getter at block 21285688
NTT_MANAGER_VERSION() view returns (string)
1.1.0
chainId() view returns (uint16)
2
getCurrentOutboundCapacity() view returns (uint256)
2000000000000000000000000
getMigratesImmutables() view returns (bool)
false
getMode() view returns (uint8)
0
getOutboundLimitParams() pure returns (struct IRateLimiterRateLimitParams)
(51200000000000008, 51200000000000008, 1732491947)
getThreshold() view returns (uint8)
1
getTransceiverInfo() view returns (struct TransceiverRegistryTransceiverInfo[])
[(true, true, 0)]
getTransceivers() pure returns (address[] result)
[0x591Be6DBC81D65924dcC78912bBC9306D09c2faa]
isPaused() view returns (bool)
false
mode() view returns (uint8)
0
nextMessageSequence() view returns (uint64)
20
owner() view returns (address)
0xd1e6626310fd54eceb5b9a51da2ec329d6d4b68a
pauser() view returns (address)
0xd1e6626310fd54eceb5b9a51da2ec329d6d4b68a
rateLimitDuration() view returns (uint64)
86400
token() view returns (address)
0x3b50805453023a91a8bf641e279401a0b23fa6f9
tokenDecimals() view returns (uint8)
18
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() payable
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)
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)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
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()
InvalidPeerSameChainId()
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)
StaticcallFailed()
ThresholdTooHigh(uint256 threshold, uint256 transceivers)
TooManyTransceivers()
TransceiverAlreadyAttestedToMessage(bytes32 nttManagerMessageHash)
TransceiverAlreadyEnabled(address transceiver)
TransferAmountHasDust(uint256 amount, uint256 dust)
UndefinedRateLimiting()
UnexpectedDeployer(address expectedOwner, address owner)
UnexpectedMsgValue()
ZeroAmount()
ZeroThreshold()