HowlStore
Verified contract
Active on
Ethereum with 1,630 txns
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 "HowlStore"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16308700 | 2 years ago | | | 0 | 0.0016063574 | |
| 16308685 | 2 years ago | | | 0 | 0.0017350196 | |
| 16308659 | 2 years ago | | | 0 | 0.0018470801 | |
| 16307845 | 2 years ago | | | 0 | 0.0012268791 | |
| 16155236 | 2 years ago | | | 0 | 0.0015813658 | |
| 16129332 | 2 years ago | | | 0 | 0.0010899819 | |
| 16128087 | 2 years ago | | | 0 | 0.0011777106 | |
| 15759240 | 2 years ago | | | 0 | 0.0013316160 | |
| 15756289 | 2 years ago | | | 0 | 0.0018752020 | |
| 15756231 | 2 years ago | | | 0 | 0.0018222130 |
ABI
ABI objects
Getter at block 21282432
howlContractAddress() view returns (address)
0x8d2071a02608f337baae8da64f93b37abd6bde39
owner() view returns (address)
0x0b1d44776d18f0625ac36eefae17db236f9ab1af
soulContractAddress() view returns (address)
0x9c4e2efce0ef12b9a9f18eb66590b861bb5e9774
Read-only
store(uint256) view returns (uint16 qty, uint128 soulPrice)
State-modifying
Events addStoreItem(uint256 _slot, uint16[8] properties, uint16 _qty, uint128 _soulPrice)
buyStoreItem(uint256 _tokenId, uint256 _slot)
deleteStoreItems(uint256[] _slotsToDelete)
renounceOwnership()
setHowlContractAddress(address _address)
setSoulContractAddress(address _address)
transferOwnership(address newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
StorePurchase(uint256 indexed _tokenId, address indexed _address, uint16[8] _properties, uint16 _remainingQty)
constructor(address _howlContractAddress, address _soulContractAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.