Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x56bb…489e
Balances ($0.00)
No balances found for "XB3ICO"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "XB3ICO"
ABI
ABI objects
Getter at block 21217216
currentSupply() view returns (uint256)
0
initialPrice() view returns (uint256)
150000000000000000000
limitPrice() view returns (uint256)
500000000000000000000
maxSupply() view returns (uint256)
1000000000000000000000
owner() view returns (address)
0xb81e9c082fdc281613e36228cabd91e8b096e86f
paused() view returns (bool)
true
paymentToken() view returns (address)
0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48
point() view returns (uint256)
169030850900000000000
rateCoeff() view returns (uint256)
10000000000000000000000000
token() view returns (address)
0x56bb5d139ecc91992587cedba55794d7feea489e
Read-only
_calculateAmountOut(uint256 _amountIn) view returns (uint256 cost, uint256 amountOut)
sqrt(int256 x) view returns (int256 y)
State-modifying
Events buy(uint256 _amountIn)
pause()
renounceOwnership()
transferOwnership(address newOwner)
unpause()
withdraw(address _to)
withdraw(address _to, uint256 _amount)
Bought(address user, uint256 cost, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Unpaused(address account)
Withdrawn(address to, uint256 amount)
constructor(address _paymentToken, address _token, uint256 _initialPrice, uint256 _limitPrice, uint256 _rateCoeff, uint256 _point, uint256 _maxSupply)
This contract contains no fallback and receive objects.
This contract contains no error objects.