CrypteloERC20
Verified contract
Active on
Ethereum with 441 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "CrypteloERC20"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 9642803 | 5 years ago | | | 0 | 0.0011141750 | |
| 8485634 | 5 years ago | | | 0 | 0.000076286000 | |
| 8485512 | 5 years ago | | | 0 | 0.00038271000 | |
| 7578423 | 6 years ago | | | 0 | 0.00034790144 | |
| 7349171 | 6 years ago | | | 0 | 0.00022962600 | |
| 7311113 | 6 years ago | | | 0 | 0.00023271000 | |
| 7311081 | 6 years ago | | | 0 | 0.00038207000 | |
| 7296075 | 6 years ago | | | 0 | 0.00023335000 | |
| 7283832 | 6 years ago | | | 0 | 0.00023271000 | |
| 7170125 | 6 years ago | | | 0 | 0.00095411100 |
ABI
ABI objects
Getter at block 21277402
decimals() view returns (uint256)
8
name() view returns (string)
CRL
symbol() view returns (string)
CRL
totalSupply() view returns (uint256)
500000000
totalSupplyExpansionTokens() view returns (uint256)
125000000
totalSupplyICO() view returns (uint256)
150000000
totalSupplyPrivateSale() view returns (uint256)
100000000
totalSupplyTeamTokens() view returns (uint256)
125000000
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool success)
approveAndCall(address _spender, uint256 _value, bytes _extraData) returns (bool success)
burn(uint256 _value) returns (bool success)
burnFrom(address _from, uint256 _value) returns (bool success)
transfer(address _to, uint256 _value)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
Burn(address indexed from, uint256 value)
Supply(uint256 supply)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.