Cryptov Group Token
Verified contract
Active on
Ethereum with 12 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "Cryptov Group Token"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 5294748 | 7 years ago | | | 0 | 0.0011878810 | |
| 5282826 | 7 years ago | | | 0 | 0.0010845870 | |
| 5282821 | 7 years ago | | | 0 | 0.0010845870 | |
| 5282817 | 7 years ago | | | 0 | 0.00094710000 | |
| 5282814 | 7 years ago | | | 0 | 0.0010710000 | |
| 5282804 | 7 years ago | | | 0 | 0.0010845870 | |
| 5282801 | 7 years ago | | | 0 | 0.0010859310 | |
| 5282786 | 7 years ago | | | 0 | 0.00052500000 | |
| 5282785 | 7 years ago | | | 0 | 0.00052500000 | |
| 5282783 | 7 years ago | | | 0 | 0.00063000000 |
ABI
ABI objects
Getter at block 21256583
decimals() view returns (uint8)
2
name() view returns (string)
Cryptov Group Token
symbol() view returns (string)
CGT
totalSupply() view returns (uint256)
1000000000
Read-only
allowance(address tokenOwner, address spender) view returns (uint256 remaining)
balanceOf(address tokenOwner) view returns (uint256 balance)
State-modifying
Events approve(address spender, uint256 tokens) returns (bool success)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
transfer(address to, uint256 tokens) returns (bool success)
transferFrom(address from, address to, uint256 tokens) returns (bool success)
Approval(address indexed tokenOwner, address indexed spender, uint256 tokens)
Transfer(address indexed from, address indexed to, uint256 tokens)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.