GlobalCryptoGate
Verified contract
Active on
Ethereum with 374 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 "GlobalCryptoGate"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11905626 | 4 years ago | | | 0 | 0.0057669150 | |
| 11901169 | 4 years ago | | | 0 | 0.0045966650 | |
| 11140335 | 4 years ago | | | 0 | 0.0011188521 | |
| 10761521 | 4 years ago | | | 0 | 0.0093076510 | |
| 10582546 | 4 years ago | | | 0 | 0.00099836000 | |
| 10582462 | 4 years ago | | | 0 | 0.0021978800 | |
| 10458407 | 4 years ago | | | 0 | 0.0028022970 | |
| 10413992 | 4 years ago | | | 0 | 0.00095872800 | |
| 10367310 | 4 years ago | | | 0 | 0.0036265020 | |
| 10138889 | 4 years ago | | | 0 | 0.00074877009 |
ABI
ABI objects
Getter at block 21165391
decimals() view returns (uint256)
8
emergencyFreeze() view returns (bool)
false
name() view returns (string)
GlobalCryptoGate
owner() view returns (address)
0x73fc096c83ebc466ac7881827f0b92e974ad974d
symbol() view returns (string)
GCG
totalSupply() view returns (uint256)
100000000000000000
Read-only
allowance(address _tokenOwner, address _spender) view returns (uint256 remaining)
balanceOf(address _tokenOwner) view returns (uint256 balance)
isFreezed(address _targetAddress) view returns (bool)
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)
transfer(address _to, uint256 _value) returns (bool success)
transferAnyERC20Token(address _tokenAddress, uint256 _value) returns (bool success)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
transferOwnership(address _newOwner)
Approval(address indexed tokenOwner, address indexed spender, uint256 tokens)
Burn(address indexed from, uint256 amount)
EmerygencyFreezed(bool emergencyFreezeStatus)
Freezed(address targetAddress, bool frozen)
OwnershipTransferred(address indexed _from, address indexed _to)
Transfer(address indexed from, address indexed to, uint256 tokens)
constructor()
fallback()
This contract contains no error objects.