HoryouToken
Verified contract
Active on
Ethereum with 10,579 txns
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 |
---|---|---|---|---|---|
HYT | ERC-20 | 1.999267M | -- | -- | |
WDT | ERC-20 | 0.0007 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20826205 | 2 months ago | | | 0 | 0.00066090089 | |
| 20826132 | 2 months ago | | | 0 | 0.0010487899 | |
| 20419503 | 3 months ago | | | 0 | 0.00047906519 | |
| 20419300 | 3 months ago | | | 0 | 0.00046324197 | |
| 19859252 | 6 months ago | | | 0 | 0.00024089257 | |
| 19859226 | 6 months ago | | | 0 | 0.00032671234 | |
| 19652353 | 7 months ago | | | 0 | 0.00038976358 | |
| 19652324 | 7 months ago | | | 0 | 0.00038827044 | |
| 19264979 | 9 months ago | | | 0 | 0.0010415041 | |
| 19023439 | 10 months ago | | | 0 | 0.0021610402 |
ABI
ABI objects
Getter at block 21159384
DEFAULT_FEE() view returns (uint256)
5
HoryouFoundationAddress() view returns (address)
0x2d1537029d869875b5041c28de07ed1afed6ab11
INITIAL_SUPPLY() view returns (uint256)
18000000000000000000000000000
MAX_FEE() view returns (uint256)
10
MIN_FEE() view returns (uint256)
1
decimals() view returns (uint8)
18
minter() view returns (address)
0xd6563307e67e25f8cd708f2e8ecff02afc1be1dc
name() view returns (string)
HoryouToken
owner() view returns (address)
0xc89290575ca3695099863deebddb6fa4f49a8bec
paused() view returns (bool)
false
symbol() view returns (string)
HYT
totalSupply() view returns (uint256)
18000000000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
changeFees(uint256 _min, uint256 _max, uint256 _default) returns (bool success)
changeMinter(address _minter) returns (bool success)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool success)
increaseApproval(address _spender, uint256 _addedValue) returns (bool success)
mintingToken(address _to, uint256 _value) returns (bool success)
pause()
proofOfInpactTransfer(address _to, uint256 _value, uint256 _fee, string _tag) returns (bool success)
renounceOwnership()
transfer(address _to, uint256 _value) returns (bool success)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address _newOwner)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipRenounced(address indexed previousOwner)
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.