Gric Coin
Verified contract
Active on
Ethereum with 1,116 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 |
---|---|---|---|---|---|
GC | ERC-20 | 6.613095B | -- | -- | |
C4Y | ERC-20 | 3.7K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14583911 | 3 years ago | | | 0 | 0.0044540688 | |
| 14316410 | 3 years ago | | | 0 | 0.0022572960 | |
| 13971114 | 3 years ago | | | 0 | 0.0070718886 | |
| 13798328 | 3 years ago | | | 0 | 0.0033027080 | |
| 13798323 | 3 years ago | | | 0 | 0.0051169667 | |
| 13741118 | 3 years ago | | | 0 | 0.0046478219 | |
| 13740880 | 3 years ago | | | 0 | 0.0036128560 | |
| 13727121 | 3 years ago | | | 0 | 0.0036249279 | |
| 13217216 | 3 years ago | | | 0 | 0.0029908325 | |
| 13217067 | 3 years ago | | | 0 | 0.0019453840 |
ABI
ABI objects
Getter at block 21162305
decimals() view returns (uint8)
18
exchangeRate() view returns (uint256)
2
name() view returns (string)
Gric Coin
symbol() view returns (string)
GC
tokenaddress() view returns (address)
0x8eb38715604b938812dec25a0a1bc05b4becb9ca
totalSupply() view returns (uint256)
20000000000000000000000000
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)
exchange(uint256 _amount)
mint(uint256 _amount) returns (bool)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferownership(address _newaddress) returns (bool)
updateRate(uint256 _rate) returns (bool)
updatetokenaddress(address _tokenaddress) returns (bool)
withdrawoldtoken(uint256 amount, address to) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
oldtokenhistory(address tokenaddress, address _from, address _to, uint256 _amount)
constructor(uint256 _rate, address _tokenaddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.