CryptoTask
Verified contract
Active on
Ethereum with 289 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 |
---|---|---|---|---|---|
CTF | ERC-20 | 9.101K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20349586 | 4 months ago | | | 0 | 0.00019742709 | |
| 19788516 | 7 months ago | | | 0 | 0.00024705188 | |
| 15705194 | 2 years ago | | | 0 | 0.0023590185 | |
| 15654562 | 2 years ago | | | 0 | 0.00030905699 | |
| 14287343 | 3 years ago | | | 0 | 0.0014651256 | |
| 13926322 | 3 years ago | | | 0 | 0.0019327928 | |
| 12330929 | 4 years ago | | | 0 | 0.0022998550 | |
| 12324950 | 4 years ago | | | 0 | 0.0013059900 | |
| 12324950 | 4 years ago | | | 0 | 0.0013059900 | |
| 12321437 | 4 years ago | | | 0 | 0.00079850100 |
ABI
ABI objects
Getter at block 21292348
decimals() view returns (uint8)
18
mintingFinished() view returns (bool)
true
name() view returns (string)
CryptoTask
owner() view returns (address)
0x402b92b00552409ed1ad83a74ff037ce1a3d7276
symbol() view returns (string)
CTF
totalSupply() view returns (uint256)
2617893538992500000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
balanceOf(address _owner) view returns (uint256 balance)
lockOf(address _owner) view returns (bool lock)
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)
setLock(address _toLock, bool _setTo)
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()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.