shop.cs2.cryptostamp.eth
Verified contract
Active on
Ethereum with 4,301 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x8187…e107
0x1863…958e
-
variable spans 3 additional slots
-
variable spans 3 additional slots
-
variable spans 3 additional slots
-
variable spans 7 additional slots
-
variable spans 7 additional slots
-
variable spans 7 additional slots
-
variable spans 7 additional slots
-
variable spans 19999 additional slots
Balances ($0.00)
No balances found for "shop.cs2.cryptostamp.eth"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15247122 | 2 years ago | | | 0.014160008 | 0.000076527000 | |
| 13403709 | 3 years ago | | | 0 | 0.0016293572 | |
| 13060593 | 3 years ago | | | 0 | 0.0017224680 | |
| 13043264 | 3 years ago | | | 0 | 0.0034005731 | |
| 12913961 | 3 years ago | | | 0 | 0.0030308190 | |
| 12735514 | 3 years ago | | | 0 | 0.0011941860 | |
| 12676953 | 3 years ago | | | 0 | 0.0029389760 | |
| 12671787 | 3 years ago | | | 0 | 0.019246982 | |
| 12606897 | 3 years ago | | | 0.032433534 | 0.00037557240 | |
| 12593718 | 3 years ago | | | 0.0032433534 | 0.0054253080 |
ABI
ABI objects
Getter at block 21200182
basePriceEurCent() view returns (uint256)
700
beneficiary() view returns (address)
0xcebb9ae52a3d61c4ed1528fba93e5beaaa40e9e2
getSoldCount() view returns (uint256)
11268
getUnassignedAssetCount() view returns (uint256)
0
getUnretrievedAssetCount() view returns (uint256)
0
increaseFactorMicro() view returns (uint256)
2000
isOpen() view returns (bool)
false
lastAssignedSequence() view returns (uint256)
11268
lastRetrievedSequence() view returns (uint256)
11268
priceTargetTimestamp() view returns (uint256)
1601856000
shippingControl() view returns (address)
0x9a5be4f89d483e445716dc1abb7668e56deaa909
slotSeconds() view returns (uint256)
600
tokenAssignmentControl() view returns (address)
0x596e620e175c2c37a5f35a41d9f2305a991ffc89
Read-only
availableForSale(bool _presale, uint8 _type) view returns (uint256)
deliveryStatus(uint256) view returns (uint8)
getPoolIndex(bool _isPresale, uint8 _type) pure returns (uint256)
getSoldTokenId(uint256 _sequenceNumber, bytes32 _currentBlockHash) view returns (uint256)
getTimeSlot(uint256 _timestamp) view returns (uint256)
isSoldOut(bool _presale, uint8 _type) view returns (bool)
lastSalePriceEurCent(uint256) view returns (uint256)
lastSaleTimestamp(uint256) view returns (uint256)
lastSlotPriceEurCent(uint256) view returns (uint256)
priceEurCent(uint8 _type) view returns (uint256)
priceEurCentDynamic(bool freezeSaleSlot, uint8 _type) view returns (uint256)
priceWei(uint8 _type) view returns (uint256)
soldSequence(uint256) view returns (address recipient, uint256 blocknumber, uint256 tokenId, bool presale, uint8 aType)
startIds(uint256) view returns (uint256)
tokenIdPools(uint256, uint256) view returns (uint256)
tokenPoolSize(uint256) view returns (uint256)
tokenPools(uint256) view returns (address)
unassignedInPool(uint256) view returns (uint256)
State-modifying
Events approveNFTrescue(address _foreignNFT, address _to)
assignNextPurchasedAssset()
assignPurchasedAssets(uint256 _maxCount)
buy(uint8 _type, uint256 _amount, address _recipient, bytes32[] tokenData, bytes32[] merkleProofsAggregated) payable
closeShop()
confirmShipping(uint256[] _tokenIds)
mintAssetsWithAggregatedProofs(bytes32[] tokenData, bytes32[] merkleProofsAggregated)
openShop()
redeemVoucher(uint8 _type, uint256 _amount, address _recipient, bytes32[] tokenData, bytes32[] merkleProofsAggregated)
registerReverseENS(address _reverseRegistrarAddress, string _name)
rejectShipping(uint256[] _tokenIds, string _reason)
rescueToken(address _foreignToken, address _to)
retrieveAssignedAssets(uint256 _maxCount)
setBasePrice(uint256 _newBasePriceEurCent)
setIncreaseFactor(uint256 _newIncreaseFactorMicro)
setOracle(address _newOracle)
setPriceTargetTime(uint256 _newPriceTargetTimestamp)
shipToMe(string _deliveryInfo, uint256[] _tokenIds)
transferBeneficiary(address _newBeneficiary)
transferShippingControl(address _newShippingControl)
transferTokenAssignmentControl(address _newTokenAssignmentControl)
AssetAssigned(address indexed recipient, uint256 indexed tokenId, uint256 sequenceNumber)
AssetSold(address indexed buyer, address recipient, bool indexed presale, uint8 indexed aType, uint256 sequenceNumber, uint256 priceWei)
AssignedAssetRetrieved(uint256 indexed tokenId, address indexed recipient)
BasePriceChanged(uint256 previousBasePriceEurCent, uint256 newBasePriceEurCent)
BeneficiaryTransferred(address indexed previousBeneficiary, address indexed newBeneficiary)
IncreaseFactorChanged(uint256 previousIncreaseFactorMicro, uint256 newIncreaseFactorMicro)
OracleChanged(address indexed previousOracle, address indexed newOracle)
PriceTargetTimeChanged(uint256 previousPriceTargetTimestamp, uint256 newPriceTargetTimestamp)
ShippingConfirmed(address indexed owner, uint256 indexed tokenId)
ShippingControlTransferred(address indexed previousShippingControl, address indexed newShippingControl)
ShippingFailed(address indexed owner, uint256 indexed tokenId, string reason)
ShippingSubmitted(address indexed owner, uint256[] tokenIds, string deliveryInfo)
ShopClosed()
ShopOpened()
TokenAssignmentControlTransferred(address indexed previousTokenAssignmentControl, address indexed newTokenAssignmentControl)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
TransferBatch(address indexed operator, address indexed from, address indexed to, uint256[] ids, uint256[] values)
constructor(address _oracle, address _CS2Address, address _CS2PresaleAddress, uint256 _basePriceEurCent, uint256 _priceTargetTimestamp, uint256 _increaseFactorMicro, address _beneficiary, address _shippingControl, address _tokenAssignmentControl, uint256 _tokenPoolSize, address[] _tokenPools, uint256[] _startIds)
This contract contains no fallback and receive objects.
This contract contains no error objects.