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 "HORSEY"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 9042678 | 5 years ago | | | 0 | 0.00010833000 | |
| 9037368 | 5 years ago | | | 0 | 0.000021666000 | |
| 9037359 | 5 years ago | | | 0 | 0.000051666000 | |
| 9037203 | 5 years ago | | | 0 | 0.00015166200 | |
| 9037188 | 5 years ago | | | 0 | 0.00051666000 | |
| 9016250 | 5 years ago | | | 0 | 0.00018333000 | |
| 9016103 | 5 years ago | | | 0 | 0.00029332800 | |
| 9015299 | 5 years ago | | | 0 | 0.00018333000 | |
| 9014860 | 5 years ago | | | 0 | 0.00021961200 | |
| 9014734 | 5 years ago | | | 0 | 0.00036602000 |
ABI
ABI objects
Getter at block 21163549
decimals() view returns (uint8)
18
name() view returns (string)
HORSEY
newOwner() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0xb6e5ab03e3726335d2083598bcbaab455ba67e74
symbol() view returns (string)
HOR
totalSupply() view returns (uint256)
1000000000000000000000000000
Read-only
allowance(address tokenOwner, address spender) view returns (uint256 remaining)
balanceOf(address tokenOwner) view returns (uint256 balance)
State-modifying
Events acceptOwnership()
approve(address spender, uint256 tokens) returns (bool success)
approveAndCall(address _spender, uint256 _value, bytes _extraData) returns (bool success)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
transfer(address to, uint256 tokens) returns (bool success)
transferAnyERC20Token(address tokenAddress, uint256 tokens) returns (bool success)
transferFrom(address from, address to, uint256 tokens) returns (bool success)
transferOwnership(address _newOwner)
Approval(address indexed tokenOwner, address indexed spender, uint256 tokens)
OwnershipTransferred(address indexed _from, address indexed _to)
Transfer(address indexed from, address indexed to, uint256 tokens)
constructor(string _symbol, string _name, uint8 _decimals, uint256 _totalSupply)
fallback()
This contract contains no error objects.