Game Tester
Verified contract
Active on
Ethereum with 1,829 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 |
---|---|---|---|---|---|
GTCOIN | ERC-20 | 2.543163K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20452939 | 4 months ago | | | 0 | 0.000047608000 | |
| 15016152 | 2 years ago | | | 0 | 0.00086172780 | |
| 14545485 | 3 years ago | | | 0 | 0.0016822886 | |
| 13367147 | 3 years ago | | | 0 | 0.0098684961 | |
| 12682604 | 3 years ago | | | 0 | 0.00032887360 | |
| 12679865 | 3 years ago | | | 0 | 0.00075000000 | |
| 12521775 | 4 years ago | | | 0 | 0.00074000000 | |
| 12520668 | 4 years ago | | | 0 | 0.0010467520 | |
| 12374188 | 4 years ago | | | 0 | 0.0010148000 | |
| 12374165 | 4 years ago | | | 0 | 0.00099568000 |
ABI
ABI objects
Getter at block 21416670
decimals() view returns (uint8)
18
name() view returns (string)
Game Tester
owner() view returns (address)
0x41da79e40d3de89f1070a021229122b4242769da
symbol() view returns (string)
GTCOIN
totalSupply() view returns (uint256)
100000000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256)
ecrecoverFromSig(bytes32 hash, bytes sig) pure returns (address recoveredAddress)
getNonce(address _owner) view returns (uint256 nonce)
getPreSignedHash(bytes4 _function, address _to, uint256 _value, bytes _extraData, uint256 _gasPrice, uint256 _nonce) view returns (bytes32 txHash)
getRevokeHash(bytes _sigToRevoke, uint256 _gasPrice) pure returns (bytes32 txHash)
getSignHash(bytes32 _hash) pure returns (bytes32 signHash)
recoverPreSigned(bytes _sig, bytes4 _function, address _to, uint256 _value, bytes _extraData, uint256 _gasPrice, uint256 _nonce) view returns (address recovered)
recoverRevokeHash(bytes _signature, bytes _sigToRevoke, uint256 _gasPrice) pure returns (address from)
standardSigs(bytes4) view returns (bytes4)
State-modifying
Events approve(address _spender, uint256 _amount) returns (bool success)
approveAndCall(address _spender, uint256 _amount, bytes _data) returns (bool success)
approveAndCallPreSigned(bytes _signature, address _to, uint256 _value, bytes _extraData, uint256 _gasPrice, uint256 _nonce) returns (bool)
approvePreSigned(bytes _signature, address _to, uint256 _value, uint256 _gasPrice, uint256 _nonce) returns (bool)
decreaseApproval(address _spender, uint256 _amount) returns (bool success)
decreaseApprovalPreSigned(bytes _signature, address _to, uint256 _value, uint256 _gasPrice, uint256 _nonce) returns (bool)
increaseApproval(address _spender, uint256 _amount) returns (bool success)
increaseApprovalPreSigned(bytes _signature, address _to, uint256 _value, uint256 _gasPrice, uint256 _nonce) returns (bool)
revokeSignature(bytes _sigToRevoke) returns (bool)
revokeSignaturePreSigned(bytes _signature, bytes _sigToRevoke, uint256 _gasPrice) returns (bool)
token_escape(address _tokenContract)
transfer(address _to, uint256 _amount) returns (bool success)
transferFrom(address _from, address _to, uint256 _amount) returns (bool success)
transferOwnership(address newOwner)
transferPreSigned(bytes _signature, address _to, uint256 _value, uint256 _gasPrice, uint256 _nonce) returns (bool)
updateStandard(bytes4 _standardSig, bytes4 _ourSig) returns (bool success)
Approval(address indexed from, address indexed spender, uint256 tokens)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SignatureRedeemed(bytes _sig, address indexed from)
Transfer(address indexed from, address indexed to, uint256 tokens)
constructor()
fallback()
This contract contains no error objects.