AwooStore
Verified contract
Active on
Ethereum with 609 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
0xffe8…63ad
0x45b9…cb0d
0x5506…b3a3
Balances ($0.00)
Native
Value
$0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0 | $3,607.88 |
$0 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14727611 | 3 years ago | | | 0 | 0.0012452834 | |
| 14726456 | 3 years ago | | | 0 | 0.011794500 | |
| 14726417 | 3 years ago | | | 0 | 0.018626612 | |
| 14723367 | 3 years ago | | | <0.00000001 | 0.0070907400 | |
| 14723348 | 3 years ago | | | 0 | 0.0021679034 | |
| 14721946 | 3 years ago | | | 0 | 0.017087213 | |
| 14720888 | 3 years ago | | | 0 | 0.016746629 | |
| 14720748 | 3 years ago | | | 0 | 0.018130256 | |
| 14715580 | 3 years ago | | | 0 | 0.054963964 | |
| 14713192 | 3 years ago | | | 0 | 0.018630069 |
ABI
ABI objects
Getter at block 21297342
awooClaimingContract() view returns (address)
0x45b959c5409b780bbdccd7c090038038093fcb0d
awooContract() view returns (address)
0xffe844169bfc6da1b87c9157f684e18e7f1663ad
awooMintableCollectionContract() view returns (address)
0x5506fac5d5965cab6cadb6f6fbcf6b62e495b3a3
collectionCount() view returns (uint8)
1
itemCount() view returns (uint16)
2
owner() view returns (address)
0x6b529a2eb41a81983d249a0bf7a0593301a75cd6
storeActive() view returns (bool)
false
withdrawAddress() view returns (address)
0x5e697c6f5cbebd6ca17bde80d684c226a1e223be
Read-only
availableQty(uint16 itemId) view returns (uint256)
checkItemTokenApplicationStatus(uint8 collectionId, uint16 itemId, uint256[] tokenIds) view returns (uint256[], uint256[])
collectionIdAddressMap(uint8) view returns (address)
isWithinAddressLimit(uint16 itemId, struct AwooStoreItemDetail item, uint256 requestedQty, address recipient) view returns (bool)
isWithinTransactionLimit(struct AwooStoreItemDetail item, uint256 requestedQty) pure returns (bool)
itemApplications(uint16, uint8, uint256) view returns (uint256)
itemIdDetailMap(uint16) view returns (struct IAwooMintableCollectionTokenDetail TokenDetails, struct AwooStoreUpgradeDetail UpgradeDetails, string MetadataUri, uint256 TokenId, uint8 PmtType, uint256 EtherPrice, uint256 AWOOPrice, uint256 TotalAvailable, bool Burnable, bool NonMintable, bool Active, uint256 PerAddressLimit, uint256 PerTransactionLimit)
mintedItemCountsByAddress(address, uint16) view returns (uint256)
nonMintedItemPurchaseCounts(uint16) view returns (uint256)
ownedItemCountsByOwner(address, uint16) view returns (uint256)
tokenAppliedItemCountsByCollection(uint8, uint32, uint16) view returns (uint256)
State-modifying
Events addCollection(address collectionAddress) returns (uint8 collectionId)
addItem(struct AwooStoreItemDetail item) returns (uint16)
applyMintedItem(uint16 itemId, uint32[] applicationTokenIds)
applyOwnedItem(uint16 itemId, uint32[] applicationTokenIds)
mintWithAwoo(uint16 itemId, uint256 qty, struct AwooStoreAwooSpendApproval approval, struct ClaimDetails[] requestedClaims)
mintWithEth(uint16 itemId, uint256 qty) payable
mintWithEthAndAwoo(uint16 itemId, uint256 qty, struct AwooStoreAwooSpendApproval approval, struct ClaimDetails[] requestedClaims) payable
purchaseAndApplyWithAwoo(uint16 itemId, struct AwooStoreAwooSpendApproval approval, struct ClaimDetails[] requestedClaims, uint32[] applicationTokenIds)
purchaseAndApplyWithEth(uint16 itemId, uint32[] applicationTokenIds) payable
purchaseAndApplyWithEthAndAwoo(uint16 itemId, struct AwooStoreAwooSpendApproval approval, struct ClaimDetails[] requestedClaims, uint32[] applicationTokenIds) payable
purchaseWithAwoo(uint16 itemId, uint256 qty, struct AwooStoreAwooSpendApproval approval, struct ClaimDetails[] requestedClaims)
purchaseWithEth(uint16 itemId, uint256 qty) payable
purchaseWithEthAndAwoo(uint16 itemId, uint256 qty, struct AwooStoreAwooSpendApproval approval, struct ClaimDetails[] requestedClaims) payable
removeCollection(uint8 collectionId)
renounceOwnership()
rescueArbitraryERC20(address token)
setActive(bool active)
setAdmins(address[2] admins)
setAwooClaimingContract(address awooClaiming)
setAwooCollection(address awooCollectionContract)
setAwooTokenContract(address awooTokenContract)
setItemActive(uint16 itemId, bool isActive)
setWithdrawAddress(address addr)
transferOwnership(address newOwner)
updateItem(uint16 itemId, struct AwooStoreItemDetail newItem)
useOwnedItem(uint16 itemId, uint256 qty)
withdraw(uint256 amount)
NonMintedItemUsed(uint16 itemId, address usedBy, uint256 qty)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
UpgradeItemApplied(uint16 itemId, address applicationCollectionAddress, uint256 appliedToTokenId)
constructor(address withdrawAddr, address awooTokenContract, address claimingContract)
This contract contains no fallback and receive objects.
This contract contains no error objects.