Clinicoin
Verified contract
Active on
Ethereum with 9,573 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 |
---|---|---|---|---|---|
CLIN | ERC-20 | 1K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20868558 | 2 months ago | | | 0 | 0.00074514629 | |
| 19868751 | 6 months ago | | | 0 | 0.00086027782 | |
| 19868698 | 6 months ago | | | 0 | 0.00073577348 | |
| 17463963 | a year ago | | | 0 | 0.00060885330 | |
| 17463896 | a year ago | | | 0 | 0.00086498939 | |
| 13442806 | 3 years ago | | | 0 | 0.0047894925 | |
| 12783040 | 3 years ago | | | 0 | 0.0011019400 | |
| 12480181 | 4 years ago | | | 0 | 0.048157248 | |
| 12380143 | 4 years ago | | | 0 | 0.0015362490 | |
| 12239170 | 4 years ago | | | 0 | 0.0046184580 |
ABI
ABI objects
Getter at block 21287403
cap() view returns (uint256)
3000000000000000000000000000
decimals() view returns (uint256)
18
mintingFinished() view returns (bool)
false
name() view returns (string)
Clinicoin
owner() view returns (address)
0xe68efe04cccf5d071001b50aa13e762d66be3025
paused() view returns (bool)
false
symbol() view returns (string)
CLIN
totalSupply() view returns (uint256)
2400000000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool success)
finishMinting() returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool success)
mint(address _to, uint256 _amount) returns (bool)
pause()
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
Mint(address indexed to, uint256 amount)
MintFinished()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Pause()
Transfer(address indexed from, address indexed to, uint256 value)
Unpause()
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.