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 |
---|---|---|---|---|---|
| ERC-20 | 21M | -- | -- | |
TGAME | ERC-20 | 54.996K | -- | -- | |
| ERC-20 | 8.889K | -- | -- | |
PRO | ERC-20 | 0.088889 | -- | -- | |
PMT | ERC-20 | 0.0005 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20370642 | 4 months ago | | | 0 | 0.00077775860 | |
| 18343950 | a year ago | | | 0 | 0.00019401571 | |
| 17645864 | a year ago | | | 0 | 0.00060134403 | |
| 17645863 | a year ago | | | 0 | 0.00060134403 | |
| 17644742 | a year ago | | | 0 | 0.00064620000 | |
| 17644742 | a year ago | | | 0 | 0.00064620000 | |
| 17644742 | a year ago | | | 0 | 0.00064668000 | |
| 17644742 | a year ago | | | 0 | 0.00064620000 | |
| 17641472 | a year ago | | | 0 | 0.00059437476 | |
| 17641469 | a year ago | | | 0 | 0.00060426485 |
ABI
ABI objects
Getter at block 21160063
crowdSaleAddress() view returns (address)
0xb3a50d6804eb4ccd5e789d90e7d8d8f8a984902d
decimals() view returns (uint8)
18
locked() view returns (bool)
false
name() view returns (string)
TGAME
owner() view returns (address)
0x4cfc15c5f2e0b49d53026eb50e0489eb6c1ef9eb
symbol() view returns (string)
TGAME
totalSupply() view returns (uint256)
101945017000000000000000000
version() view returns (string)
v0.1
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)
burn(address _member, uint256 _value) returns (bool)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool success)
increaseApproval(address _spender, uint256 _addedValue) returns (bool success)
kill()
lock()
returnTokens(address _member, uint256 _value) returns (bool)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
transferOwnership(address newOwner)
unlock()
updateCrowdsaleAddress(address _crowdSaleAddress)
Approval(address indexed owner, address indexed spender, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _crowdSaleAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.