Glam Horses Coin
Verified contract
Active on
Ethereum with 49 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Glam Horses Coin"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17293854 | 2 years ago | | | 0 | 0.0019972555 | |
| 17293818 | 2 years ago | | | 0 | 0.0020126719 | |
| 17293791 | 2 years ago | | | 0 | 0.0021748045 | |
| 17293753 | 2 years ago | | | 0 | 0.0020842497 | |
| 17250802 | 2 years ago | | | 0 | 0.0020982319 | |
| 17214411 | 2 years ago | | | 0 | 0.0058341263 | |
| 17214405 | 2 years ago | | | 0 | 0.0057071469 | |
| 17214402 | 2 years ago | | | 0 | 0.0058522630 | |
| 17214402 | 2 years ago | | | 0 | 0.0058522630 | |
| 17214402 | 2 years ago | | | 0 | 0.0058522630 |
ABI
ABI objects
Getter at block 21430996
decimals() view returns (uint8)
18
distributionContract() view returns (address)
0x0000000000000000000000000000000000000000
name() view returns (string)
Glam Horses Coin
owner() view returns (address)
0x4ebe8d90ef59e71c84463a34ca5f416065b8f1d0
symbol() view returns (string)
GHORSE
totalSupply() view returns (uint256)
888888888888000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string _name, string _symbol, uint256 _cap, address _distributionContract)
This contract contains no fallback and receive objects.
This contract contains no error objects.