ITO Utility Token
Verified contract
Active on
Ethereum with 1,095 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "ITO Utility Token"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15382059 | 2 years ago | | | 0 | 0.00010260600 | |
| 14388030 | 3 years ago | | | 0 | 0.0013782592 | |
| 14325566 | 3 years ago | | | 0 | 0.00069863629 | |
| 14325557 | 3 years ago | | | 0 | 0.0013059210 | |
| 13826628 | 3 years ago | | | 0 | 0.0023183783 | |
| 13826617 | 3 years ago | | | 0 | 0.0038251161 | |
| 13492330 | 3 years ago | | | 0 | 0.0040903050 | |
| 13297663 | 3 years ago | | | 0 | 0.0034703000 | |
| 12742803 | 3 years ago | | | 0 | 0.00085014930 | |
| 12711135 | 3 years ago | | | 0 | 0.0034715000 |
ABI
ABI objects
Getter at block 21172862
_balancesInitialized() view returns (bool)
true
decimals() view returns (uint8)
0
isInputSwapToken() view returns (bool)
false
isOwner() view returns (bool)
false
name() view returns (string)
ITO Utility Token
owner() view returns (address)
0xe14ed909474da6f711f7b9aa00d9b3034f8a9fbd
symbol() view returns (string)
IUT
totalSupply() view returns (uint256)
92877603
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events addInputSwapToken(address token) returns (bool)
addOutputSwapToken(address token, uint256 limit) returns (bool)
approve(address spender, uint256 amount) returns (bool)
completeInitialization() returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
finishSwap(address payee, uint256 inputAmount, uint256 outputAmount) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initBalances(address[] accounts, uint32[] amounts) returns (bool)
removeInputSwapToken(address token) returns (bool)
removeOutputSwapToken(address token) returns (bool)
renounceOwnership()
swap(address outputToken, address payee, uint256 inputAmount) returns (bool)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
BalancesInitialized()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SwapInput(address indexed outputToken, address indexed payee, uint256 inputAmount, uint256 outputAmount)
SwapOutput(address indexed inputToken, address indexed payee, uint256 inputAmount, uint256 outputAmount)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.