CotinToken
Verified contract
Active on
Ethereum with 207 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 "CotinToken"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21223184 | 18 hours ago | | | 0 | 0.0012074160 | |
| 21215702 | 2 days ago | | | 0 | 0.0011937676 | |
| 21207684 | 3 days ago | | | 0 | 0.00051815749 | |
| 21203523 | 3 days ago | | | 0 | 0.00047637245 | |
| 21203516 | 3 days ago | | | 0 | 0.00051034831 | |
| 21186447 | 6 days ago | | | 0 | 0.0018775665 | |
| 21178979 | 7 days ago | | | 0 | 0.0018650319 | |
| 21175790 | 7 days ago | | | 0 | 0.0012858429 | |
| 21171831 | 8 days ago | | | 0 | 0.0014403343 | |
| 21164675 | 9 days ago | | | 0 | 0.00087392650 |
ABI
ABI objects
Getter at block 21228576
blockReward() view returns (uint256)
0
cap() view returns (uint256)
1000000000000000000000000000
decimals() view returns (uint8)
18
name() view returns (string)
CotinToken
owner() view returns (address)
0xc4a6c2eaba88ce7258130fe326a8465a59f4a41e
paused() view returns (bool)
false
symbol() view returns (string)
COTIN
totalSupply() view returns (uint256)
1000000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
pause()
postLaunchMint(uint256 postLaunchAmount)
setBlockReward(uint256 reward)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 value)
Unpaused(address account)
constructor(uint256 cap, uint256 reward, uint256 initialMintAmount)
This contract contains no fallback and receive objects.
This contract contains no error objects.