XIOPortal
Verified contract
Implementation
Active on
Ethereum with 0 txns
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
-
variable spans 49 additional slots
Balances ($0.00)
No balances found for "XIOPortal"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "XIOPortal"
ABI
ABI objects
Getter at block 21199325
_owner() view returns (address)
0x0000000000000000000000000000000000000000
getDays() view returns (uint256)
0
getInterestRate() view returns (uint256)
0
getPortalHistory() view returns (address[])
[]
getxioQuantity() view returns (uint256)
0
isOwner() view returns (bool)
false
paused() view returns (bool)
false
uniswapFactoryAddress() view returns (address)
0x0000000000000000000000000000000000000000
xioContractAddress() view returns (address)
0x0000000000000000000000000000000000000000
xioExchangeAddress() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
getETHtoALT(uint256 _amount, address _outputTokenAddressExchange) view returns (uint256)
getXIOtoETH(uint256 _amount) view returns (uint256)
portalData(address) view returns (uint256 xioStaked, bool active, address tokenAddress, address tokenExchangeAddress)
stakerData(address, uint256) view returns (uint256 quantity, uint256 durationTimestamp, uint256 boughAmount, bool unstaked, address outputTokenAddress, address staker)
State-modifying
Events activatePortal(address _tokenAddress) returns (bool)
addPortal(address _tokenAddress) returns (address)
addWhiteListAccount(address[] _staker)
allowXIO()
deactivatePortal(address _tokenAddress) returns (bool)
initialize()
pause()
renounceOwnership()
setDays(uint256 _days) returns (uint256)
setInterestRate(uint256 _rate) returns (uint256)
setUniswapFactoryAddress(address _factoryAddress) returns (address)
setXIOExchangeAddress(address _exchangeAddress) returns (address)
setXIOquantity(uint256 _quantity) returns (uint256)
stakeXIO(address _outputTokenAddress, uint256 _days, uint256 _xioQuantity, uint256 _tokensBought) returns (uint256)
transferOwnership(address newOwner)
unpause()
withdrawTokens()
withdrawXIO(uint256[] _timestampArray, uint256 _amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
PortalAdded(address tokenAddress, address exchangeAddress)
PortalRemoved(address tokenAddress)
StakeCompleted(address staker, address outputTokenAddress, uint256 xioQuantity, uint256 timestamp, uint256 duration, uint256 altQuantity)
Unpaused(address account)
Unstake(address to, uint256 value)
WhiteListerAdded(address whitelistAccount)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.