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 |
---|---|---|---|---|---|
| ERC-20 | 21M | -- | -- | |
HORSE | ERC-20 | 55.075188K | -- | -- | |
| ERC-20 | 8.889K | -- | -- | |
LINO | ERC-20 | 20 | -- | -- | |
BTL | ERC-20 | 18 | -- | -- | |
WIT | ERC-20 | 18 | -- | -- | |
GOLD | ERC-20 | 16 | -- | -- | |
GENES | ERC-20 | 8 | -- | -- | |
VIP | ERC-20 | 8 | -- | -- | |
STT | ERC-20 | 2 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18734846 | a year ago | | | 0 | 0.0022133538 | |
| 15482419 | 2 years ago | | | 0 | 0.00033614731 | |
| 15371015 | 2 years ago | | | 0 | 0.00031151278 | |
| 15312321 | 2 years ago | | | 0 | 0.00056042319 | |
| 14666974 | 3 years ago | | | 0 | 0.0040707880 | |
| 14485221 | 3 years ago | | | 0 | 0.00086659519 | |
| 14461232 | 3 years ago | | | 0 | 0.00092567083 | |
| 13915027 | 3 years ago | | | 0 | 0.0049148098 | |
| 13378816 | 3 years ago | | | 0 | 0.0082257624 | |
| 13223221 | 3 years ago | | | 0 | 0.0013111668 |
ABI
ABI objects
Getter at block 21258532
INITIAL_SUPPLY() view returns (uint256)
125000000000000000000000000
crowdsale() view returns (address)
0x53e107546b900f1bfd35b339ba2a2b1d2dcb2de3
decimals() view returns (uint256)
18
name() view returns (string)
Horse
owner() view returns (address)
0xa39a612124e7f3b0ba7dda2138dd1945ab940e43
paused() view returns (bool)
false
symbol() view returns (string)
HORSE
totalSupply() view returns (uint256)
85013439950105584372294497
unfreezeTimestamp() view returns (uint256)
1516122000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256 balance)
frozen(address) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
burn(uint256 _value)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool success)
decreaseFrozen(address _owner, uint256 _incrementalAmount) returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool success)
increaseFrozen(address _owner, uint256 _incrementalAmount) returns (bool)
pause()
setCrowdsale(address _crowdsale)
setUnfreezeTimestamp(uint256 _unfreezeTimestamp)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address indexed burner, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Pause()
Transfer(address indexed from, address indexed to, uint256 value)
Unpause()
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.