GaneshaToken
Verified contract
Active on
Ethereum with 1,053 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "GaneshaToken"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20503722 | 3 months ago | | | 0 | 0.000041773087 | |
| 19538870 | 7 months ago | | | 0 | 0.0010161017 | |
| 19444820 | 8 months ago | | | 0 | 0.00088159078 | |
| 19397542 | 8 months ago | | | 0 | 0.0011757493 | |
| 18797102 | a year ago | | | 0 | 0.0022789892 | |
| 18749728 | a year ago | | | 0 | 0.0010267680 | |
| 18358782 | a year ago | | | 0 | 0.00025732821 | |
| 17435999 | a year ago | | | 0 | 0.00058112197 | |
| 17391389 | a year ago | | | 0 | 0.00076242144 | |
| 17391388 | a year ago | | | 0 | 0.00079845635 |
ABI
ABI objects
Getter at block 21100247
_totalSupply() view returns (uint256)
999999999000000000000000000
decimals() view returns (uint8)
18
name() view returns (string)
GaneshaToken
symbol() view returns (string)
GNSH
totalSupply() view returns (uint256)
999989999000000000000000000
Read-only
allowance(address tokenOwner, address spender) view returns (uint256 remaining)
balanceOf(address tokenOwner) view returns (uint256 balance)
safeAdd(uint256 a, uint256 b) pure returns (uint256 c)
safeDiv(uint256 a, uint256 b) pure returns (uint256 c)
safeMul(uint256 a, uint256 b) pure returns (uint256 c)
safeSub(uint256 a, uint256 b) pure returns (uint256 c)
State-modifying
Events approve(address spender, uint256 tokens) returns (bool success)
transfer(address to, uint256 tokens) returns (bool success)
transferFrom(address from, address to, uint256 tokens) returns (bool success)
Approval(address indexed tokenOwner, address indexed spender, uint256 tokens)
Transfer(address indexed from, address indexed to, uint256 tokens)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.