iCrowdCoin
Verified contract
Active on
Ethereum with 3,131 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ICC | ERC-20 | 2.175031B | -- | -- | |
FLOV | ERC-20 | 4 | -- | -- | |
DMTS | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18069072 | a year ago | | | 0 | 0.00089364000 | |
| 16532754 | 2 years ago | | | 0 | 0.00072661277 | |
| 15216576 | 2 years ago | | | 0 | 0.0016388680 | |
| 13724658 | 3 years ago | | | 0 | 0.0064489347 | |
| 13720691 | 3 years ago | | | 0 | 0.0054298731 | |
| 13613898 | 3 years ago | | | 0 | 0.0024667284 | |
| 13613841 | 3 years ago | | | 0 | 0.0057179420 | |
| 13402996 | 3 years ago | | | 0 | 0.0023182445 | |
| 13397812 | 3 years ago | | | 0 | 0.0057662753 | |
| 13249356 | 3 years ago | | | 0 | 0.0027756351 |
ABI
ABI objects
Getter at block 21285582
decimals() view returns (uint8)
18
distributionFinished() view returns (bool)
false
halted() view returns (bool)
false
name() view returns (string)
iCrowdCoin
owner() view returns (address)
0xd0ac9daa4c86693c18f45c870b8a040911bbb74e
symbol() view returns (string)
ICC
totalSupply() view returns (uint256)
3000000000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256 balance)
distributors(address) view returns (bool)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
burn(uint256 _value)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool success)
distribute(address _to, uint256 _amount)
distributionFinishing()
halt()
increaseApproval(address _spender, uint256 _addedValue) returns (bool success)
openDistribution()
setDistributor(address addr, bool state)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
unhalt()
withdrowErc20(address _tokenAddr, address _to, uint256 _value)
Approval(address indexed owner, address indexed spender, uint256 value)
BurnToken(address addr, uint256 amount)
Distribute(address indexed to, uint256 amount)
DistributeFinished()
DistributeOpened()
DistributorChanged(address addr, bool state)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
WithdrowErc20Token(address indexed erc20, address indexed wallet, uint256 value)
constructor(uint256 _amount)
This contract contains no fallback and receive objects.
This contract contains no error objects.