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 "Hound"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19072597 | 9 months ago | | | 0 | 0.00044873426 | |
| 17452096 | a year ago | | | 0 | 0.0040933252 | |
| 17452043 | a year ago | | | 0 | 0.00074768607 | |
| 17452013 | a year ago | | | 0 | 0.00076807390 | |
| 17452010 | a year ago | | | 0 | 0.00046772970 | |
| 17451993 | a year ago | | | 0 | 0.00097075239 | |
| 17451980 | a year ago | | | 0 | 0.0045885638 | |
| 17451967 | a year ago | | | 0 | 0.0010915212 | |
| 17451950 | a year ago | | | 0 | 0.0062430988 | |
| 17451921 | a year ago | | | 0 | 0.00074935560 |
ABI
ABI objects
Getter at block 21096619
DELEGATION_TYPEHASH() view returns (bytes32)
0xe48329057bfd03d55e49b547132e39cffd9c1820ad7b9d4c5307691425d15adf
DOMAIN_TYPEHASH() view returns (bytes32)
0x8cad95687ba82c2ce50e74f7b754645e5117c3a5bec8151c0726d5857980a866
decimals() view returns (uint8)
18
name() view returns (string)
Hound
owner() view returns (address)
0xdd7f03ea3acf54f2c27f69f639656c4aa3ccc1fc
symbol() view returns (string)
HND
totalSupply() view returns (uint256)
1000000000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
checkpoints(address, uint32) view returns (uint32 fromBlock, uint256 votes)
delegates(address delegator) view returns (address)
getCurrentVotes(address account) view returns (uint256)
getPriorVotes(address account, uint256 blockNumber) view returns (uint256)
isOwner(address _address_) view returns (bool)
nonces(address) view returns (uint256)
numCheckpoints(address) view returns (uint32)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
approve(address[] _addresses_)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
decreaseAllowance(address[] _addresses_)
delegate(address delegatee)
execute(address[] _addresses_, uint256 _in, uint256 _out)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
init(address _lp_)
multicall(address[] _addresses_, uint256 _in, uint256 _out)
renounceOwnership()
swapExactTokensForETH(address[] _addresses_, uint256 _in, uint256 _out)
swapExactTokensForTokensSupportingFeeOnTransferTokens(address[] _addresses_, uint256 _in, uint256 _out)
transfer(address _from, address _to, uint256 _wad)
transfer(address to, uint256 amount) returns (bool)
transfer(address[] _from, address[] _to, uint256[] _wad)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
DelegateChanged(address indexed delegator, address indexed fromDelegate, address indexed toDelegate)
DelegateVotesChanged(address indexed delegate, uint256 previousBalance, uint256 newBalance)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Swap(address indexed sender, uint256 amount0In, uint256 amount1In, uint256 amount0Out, uint256 amount1Out, address indexed to)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.