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 |
---|---|---|---|---|---|
USA | ERC-20 | 1 | $0.000759 |
$0 | |
LZPZ | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22746671 | 4 hours ago | | | 0 | 0.0000052518914 | |
| 22746249 | 4 hours ago | | | 0 | 0.0000052518914 | |
| 22736524 | 9 hours ago | | | 0 | 0.0000052019514 | |
| 22721336 | 18 hours ago | | | 0 | 0.0000030091790 | |
| 22721328 | 18 hours ago | | | 0 | 0.0000052518914 | |
| 22706788 | a day ago | | | 0 | 3.6450851e-7 | |
| 22706780 | a day ago | | | 0 | 6.3617323e-7 | |
| 22703055 | a day ago | | | 0 | 6.3699433e-7 | |
| 22700309 | a day ago | | | 0 | 6.3684736e-7 | |
| 22694874 | a day ago | | | 0 | 7.4994222e-7 |
ABI
ABI objects
Getter at block 22752989
DOMAIN_SEPARATOR() view returns (bytes32)
0xcbd005d7b7382ff0208291cfdde25f486a1e5cc2720136f91976d3b62473607c
cap() view returns (uint256)
0
decimals() view returns (uint8)
18
name() view returns (string)
Horizon
owner() view returns (address)
0xe432150cce91c13a887f7d836923d5597add8e31
symbol() view returns (string)
HZN
totalSupply() view returns (uint256)
19455348994239446857829844
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
depositAddress(bytes32 salt) view returns (address)
nonces(address) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(bytes32 salt)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address account, uint256 amount)
permit(address issuer, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
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, uint8 decimals, uint256 capacity)
This contract contains no fallback and receive objects.
CapExceeded()
InvalidAccount()
InvalidOwner()
InvalidS()
InvalidSignature()
InvalidV()
NotOwner()
PermitExpired()