Global Currency Restart
Verified contract
Active on
Ethereum with 22,461 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 |
---|---|---|---|---|---|
GCR | ERC-20 | 57.092K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21155859 | 9 hours ago | | | 0 | 0.00035879239 | |
| 21155528 | 11 hours ago | | | 0 | 0.00060413606 | |
| 21155445 | 11 hours ago | | | 0 | 0.00048309048 | |
| 21155303 | 11 hours ago | | | 0 | 0.00065187267 | |
| 21155262 | 11 hours ago | | | 0 | 0.00070612121 | |
| 21155016 | 12 hours ago | | | 0 | 0.00057501916 | |
| 21154991 | 12 hours ago | | | 0 | 0.00046786278 | |
| 21150426 | a day ago | | | 0 | 0.00036371821 | |
| 21149681 | a day ago | | | 0 | 0.00054603827 | |
| 21149511 | a day ago | | | 0 | 0.00053160605 |
ABI
ABI objects
Getter at block 21158684
decimals() view returns (uint256)
18
name() view returns (string)
Global Currency Restart
owner() view returns (address)
0x8f66fe256567f1ea973f8281e0515b48a20a2921
paused() view returns (bool)
false
rate() view returns (uint256)
2222
symbol() view returns (string)
GCR
totalAvailable() view returns (uint256)
15599957383090869993889164614
totalSupply() view returns (uint256)
15600000000000000000000000000
walletETH() view returns (address)
0x8f66fe256567f1ea973f8281e0515b48a20a2921
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
balanceOf(address _owner) view returns (uint256 balance)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool success)
increaseApproval(address _spender, uint256 _addedValue) returns (bool success)
pause()
setRate(uint256 _rate)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Pause()
Transfer(address indexed from, address indexed to, uint256 value)
Unpause()
constructor()
fallback()
This contract contains no error objects.