CryptoLeaf Token
Verified contract
Active on
Ethereum with 5,786 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 "CryptoLeaf Token"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 9584293 | 5 years ago | | | 0 | 0.000037230000 | |
| 9570394 | 5 years ago | | | 0 | 0.00011464679 | |
| 9514765 | 5 years ago | | | 0 | 0.00052242000 | |
| 9482639 | 5 years ago | | | 0 | 0.00052242000 | |
0x | 9160688 | 5 years ago | | | 0 | 0.000063138000 | |
| 8896055 | 5 years ago | | | 0 | 0.00052054000 | |
| 8825175 | 5 years ago | | | 0 | 0.000043340000 | |
| 8789646 | 5 years ago | | | 0 | 0.00043475400 | |
| 8479027 | 5 years ago | | | 0 | 0.00052118000 | |
| 8430634 | 5 years ago | | | 0 | 0.00012408604 |
ABI
ABI objects
Getter at block 21204109
decimals() view returns (uint8)
18
mintingFinished() view returns (bool)
false
name() view returns (string)
CryptoLeaf Token
owner() view returns (address)
0xc242cf956cc1792e17f1fc6009b2c8c622c8c74d
symbol() view returns (string)
CLF
totalSupply() view returns (uint256)
80400000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256 balance)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
distribute()
finishMinting() returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
mint(address _to, uint256 _amount) returns (bool)
renounceOwnership()
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()
OwnershipRenounced(address indexed previousOwner)
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.