KamaGames Token
Verified contract
Active on
Ethereum with 44,216 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
CGMT | ERC-20 | 148K | -- | -- | |
KGT | ERC-20 | 1 | -- | -- | |
WDT | ERC-20 | 0.0007 | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21154747 | a day ago | | | 0 | 0.00030388576 | |
| 21150286 | 2 days ago | | | 0 | 0.00044586689 | |
| 21149905 | 2 days ago | | | 0 | 0.00027220274 | |
| 21149801 | 2 days ago | | | 0 | 0.00033927393 | |
| 21149768 | 2 days ago | | | 0 | 0.00029528315 | |
| 21149650 | 2 days ago | | | 0 | 0.00029790183 | |
| 21149534 | 2 days ago | | | 0 | 0.00037022825 | |
| 21149493 | 2 days ago | | | 0 | 0.00032217854 | |
| 21149442 | 2 days ago | | | 0 | 0.00051510295 | |
| 21032712 | 18 days ago | | | 0 | 0.00031995161 |
ABI
ABI objects
Getter at block 21164153
decimals() pure returns (uint8)
6
name() pure returns (string)
KamaGames Token
symbol() pure returns (string)
KGT
totalSupply() view returns (uint256)
31049522416055
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
burn(uint256 _value)
burnFrom(address _from, uint256 _value)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Chips(address indexed _payee, address indexed _to, uint256 _value)
TokensBurned(address indexed burner, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.