This contract is being backfilled. You may encounter incomplete storage history.

Migrate2NetX

Verified contract

Implementation

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

No balances found for "Migrate2NetX"

No transactions found for "Migrate2NetX"


Functions
Getter at block 20796162
RECEIVER(view returns (address)
0x0000000000000000000000000000000000000000
UPGRADE_INTERFACE_VERSION(view returns (string)
5.0.0
exchangePauseTime(view returns (uint256)
0
owner(view returns (address)
0x0000000000000000000000000000000000000000
proxiableUUID(view returns (bytes32)
0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc
withdrawPauseTime(view returns (uint256)
0
Read-only
allowedTokens(address tokenview returns (bool isAllowed)
info(address useraddress tokenview returns (uint256 _userExchangedAmountuint256 _currentExchangedAmountuint256 _exchangeRatio)
tokenRatios(address tokenview returns (uint256 ratio)
totalExchangedAmount(address tokenview returns (uint256)
userExchangedAmount(address useraddress tokenview returns (uint256 amount)
State-modifying
exchange(address tokenuint256 wantedAmount
initialize(address _initialOwneraddress _receiveraddress[] _allowedTokens
renounceOwnership(
setAllowedToken(address tokenbool isAllowed
setExchangePauseTime(uint256 pauseTime
setReceiver(address receiver
setTokenRatio(address tokenuint256 newRatio
setWithdrawPauseTime(uint256 pauseTime
transferOwnership(address newOwner
upgradeToAndCall(address newImplementationbytes datapayable 
withdraw(address tokenaddress touint256 amount
withdraw(address tokenuint256 wantedAmount
Events
AllowedTokens(address tokenbool isAllowed
Exchanged(address fromaddress toaddress tokenuint256 amountuint256 ratio
Initialized(uint64 version
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
PauseExchange(uint256 previousPauseTimeuint256 newPauseTime
PauseWithdraw(uint256 previousPauseTimeuint256 newPauseTime
ReceiverChanged(address previousReceiveraddress newReceiver
TokenRatio(address tokenuint256 ratio
Upgraded(address indexed implementation
Withdraw(address fromaddress toaddress tokenuint256 amount
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
AddressEmptyCode(address target
AddressInsufficientBalance(address account
ERC1967InvalidImplementation(address implementation
ERC1967NonPayable(
EnforcedPause(
ExpectedPause(
FailedInnerCall(
InvalidAmount(
InvalidInitialization(
NotEnoughBalance(
NotInitializing(
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account
SafeERC20FailedOperation(address token
TokenIsNotAllowed(
UUPSUnauthorizedCallContext(
UUPSUnsupportedProxiableUUID(bytes32 slot