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 |
---|---|---|---|---|---|
GANA | ERC-20 | 66.1K | -- | -- | |
GANA | ERC-20 | 66.1K | -- | -- | |
OSC | ERC-20 | 200 | -- | -- | |
IFUM | ERC-20 | 150 | -- | -- | |
0x86fa…fdb0 | ERC-20 | 140.028717 | -- | -- | |
KEOS | ERC-20 | 140.0287 | -- | -- | |
WGC | ERC-20 | 100 | -- | -- | |
QUB | ERC-20 | 100 | -- | -- | |
DEAL | ERC-20 | 12 | -- | -- | |
DMTS | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16437611 | 2 years ago | | | 0 | 0.00068437664 | |
| 16431832 | 2 years ago | | | 0 | 0.00087174816 | |
| 12943375 | 3 years ago | | | 0 | 0.0013042590 | |
| 12303817 | 4 years ago | | | 0 | 0.0034482595 | |
| 12291135 | 4 years ago | | | 0 | 0.0083221175 | |
| 12149490 | 4 years ago | | | 0 | 0.0084941350 | |
| 12032888 | 4 years ago | | | 0 | 0.0054371625 | |
| 11299641 | 4 years ago | | | 0 | 0.0010377450 | |
| 11156921 | 4 years ago | | | 0 | 0.0020761380 | |
| 11005951 | 4 years ago | | | 0 | 0.0039588050 |
ABI
ABI objects
Getter at block 21256712
decimals() view returns (uint8)
18
name() view returns (string)
GANA
owner() view returns (address)
0x612e1039491b31e3b67ddb9cc182812b7bba3cf9
released() view returns (bool)
true
symbol() view returns (string)
GANA
totalSupply() view returns (uint256)
1565064626394140059280140000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256 balance)
manager(address) view returns (bool)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
burn(uint256 _value)
claimTokens(address _token, uint256 _claimedBalance)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool success)
increaseApproval(address _spender, uint256 _addedValue) returns (bool success)
release()
saleTransfer(address _to, uint256 _value) returns (bool)
setManager(address _addr)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
unsetManager(address _addr)
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address indexed burner, uint256 value)
ClaimedTokens(address manager, address _token, uint256 claimedBalance)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Release()
SetManager(address _addr)
Transfer(address indexed from, address indexed to, uint256 value)
UnsetManager(address _addr)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.