CalorieCoin
Verified contract
Active on
Ethereum with 4,040 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 |
---|---|---|---|---|---|
DMTS | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16584245 | 2 years ago | | | 0 | 0.0012357053 | |
| 13059004 | 3 years ago | | | 0 | 0.0016889134 | |
| 12830043 | 3 years ago | | | 0 | 0.0010490700 | |
| 12829878 | 3 years ago | | | 0 | 0.00059907000 | |
| 12346222 | 4 years ago | | | 0 | 0.0014933110 | |
| 12275031 | 4 years ago | | | 0 | 0.010669225 | |
| 12264190 | 4 years ago | | | 0 | 0.0036920450 | |
| 12264152 | 4 years ago | | | 0 | 0.0045075250 | |
| 12264152 | 4 years ago | | | 0 | 0.0096305450 | |
| 12230525 | 4 years ago | | | 0 | 0.0053633000 |
ABI
ABI objects
Getter at block 21292893
decimals() view returns (uint8)
18
name() view returns (string)
CalorieCoin
owner() view returns (address)
0x59a5446d7718de8228592243d9e82815d795a91e
symbol() view returns (string)
CAL
totalSupply() view returns (uint256)
10000000000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256)
frozenAccount(address) view returns (bool)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
burn(uint256 num)
freezeAccount(address target, bool freeze)
transfer(address _to, uint256 _value) returns (bool)
transfer(address _to, uint256 _value, bytes _data) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed _owner, address indexed _spender, uint256 _value)
Burnt(address indexed _receiver, uint256 indexed _num, uint256 indexed _total_supply)
Deployed(uint256 indexed _total_supply)
FrozenFunds(address target, bool frozen)
Transfer(address indexed _from, address indexed _to, uint256 _value)
constructor(address wallet_address, uint256 initial_supply)
This contract contains no fallback and receive objects.
This contract contains no error objects.