CryptoForecast
Verified contract
Active on
Ethereum with 155 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 "CryptoForecast"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17463892 | 2 years ago | | | 0 | 0.00081485285 | |
| 11447159 | 4 years ago | | | 0 | 0.00099795300 | |
| 11081569 | 4 years ago | | | 0 | 0.00077330005 | |
| 10760816 | 4 years ago | | | 0 | 0.0077306000 | |
| 9858894 | 5 years ago | | | 0 | 0.00038665000 | |
| 9856770 | 5 years ago | | | 0 | 0.000036627000 | |
| 9856770 | 5 years ago | | | 0 | 0.000026005100 | |
| 9843043 | 5 years ago | | | 0 | 0.00053104590 | |
| 9755164 | 5 years ago | | | 0 | 0.0022002650 | |
| 9555754 | 5 years ago | | | 0 | 0.00024125600 |
ABI
ABI objects
Getter at block 21408552
decimals() view returns (uint8)
18
initialSupply() view returns (uint256)
25000000000000000000000000
name() view returns (string)
CryptoForecast
owner() view returns (address)
0x14a6a28ce0ee9ef99b927e58fc419199fc9cb609
started() view returns (bool)
true
symbol() view returns (string)
CFT
totalSupply() view returns (uint256)
17312386249602305000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
authorized(address) view returns (bool)
balanceOf(address _owner) view returns (uint256 balance)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
approveAndCall(address _spender, uint256 _value, bytes _extraData) returns (bool success)
burn(uint256 _value) returns (bool)
burnFrom(address _from, uint256 _value) returns (bool)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool success)
increaseApproval(address _spender, uint256 _addedValue) returns (bool success)
originBurn(uint256 _value) returns (bool)
originTransfer(address _to, uint256 _value) returns (bool)
setAuthorized(address addressAuthorized, bool authorization)
start()
transfer(address _to, uint256 _value) returns (bool)
transfer(address _to, uint256 _value, bytes _data) returns (bool)
transfer(address _to, uint256 _value, bytes _data, string _custom_fallback) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
AuthorizationSet(address indexed addressAuthorized, bool indexed authorization)
Burn(address indexed burner, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Start()
Transfer(address indexed from, address indexed to, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value, bytes indexed data)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.