Hideaways
Verified contract
Active on
Ethereum with 2,484 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($6.19)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
SHIK | ERC-20 | 6.191222B | $0.00 |
$6.19 | |
HDWY | ERC-20 | 46.302388K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21153244 | 18 hours ago | | | 0 | 0.00060349922 | |
| 21151674 | a day ago | | | 0 | 0.00048098324 | |
| 21150918 | a day ago | | | 0 | 0.00070495472 | |
| 21111362 | 7 days ago | | | 0 | 0.00015018538 | |
| 21100791 | 8 days ago | | | 0 | 0.00020212330 | |
| 21089342 | 10 days ago | | | 0 | 0.00033472174 | |
| 21087719 | 10 days ago | | | 0 | 0.00030499055 | |
| 21087499 | 10 days ago | | | 0 | 0.00085793386 | |
| 21083278 | 11 days ago | | | 0 | 0.00038562028 | |
| 21080836 | 11 days ago | | | 0 | 0.00033130437 |
ABI
ABI objects
Getter at block 21158534
decimals() view returns (uint8)
18
name() view returns (string)
Hideaways
owner() view returns (address)
0xd5e1a55f9b9657456b5ca01beab3802a47bd4b2c
symbol() view returns (string)
HDWY
totalSupply() view returns (uint256)
1000000000000000000000000020
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address account, uint256 amount)
renounceOwnership()
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, 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()
This contract contains no fallback and receive objects.
This contract contains no error objects.