Interexchange Crypstock System
Verified contract
Active on
Ethereum with 1,440 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 "Interexchange Crypstock System"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 9207170 | 5 years ago | | | 0 | 0.000064765500 | |
| 9035561 | 5 years ago | | | 0 | 0.000049041000 | |
| 7961891 | 5 years ago | | | 0 | 0.00044079300 | |
| 7723967 | 6 years ago | | | 0 | 0.00036556000 | |
| 7686862 | 6 years ago | | | 0 | 0.00027284000 | |
| 7675014 | 6 years ago | | | 0 | 0.00019642000 | |
| 7358754 | 6 years ago | | | 0 | 0.00024552500 | |
| 7340927 | 6 years ago | | | 0 | 0.00010231500 | |
| 7340904 | 6 years ago | | | 0 | 0.00010231500 | |
| 7340816 | 6 years ago | | | 0 | 0.00010231500 |
ABI
ABI objects
Getter at block 21206742
cap() view returns (uint256)
500000000000000000000000000
decimals() view returns (uint8)
18
mintingFinished() view returns (bool)
false
name() view returns (string)
Interexchange Crypstock System
owner() view returns (address)
0xb012e882c82ef3ca0ce526f2374887b4429a7228
symbol() view returns (string)
ICS
totalDividendPayments() view returns (uint256)
0
totalSupply() view returns (uint256)
123348798184671076320000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256 balance)
dividendPayments(address) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
finishMinting() returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
increaseDividendPayments(address _investor, uint256 _amount)
mint(address _to, uint256 _amount) returns (bool)
renounceOwnership()
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
Mint(address indexed to, uint256 amount)
MintFinished()
OwnershipRenounced(address indexed previousOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.