CrateKeyFullSale
Verified contract
Active on
Ethereum with 264 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xa4b3…29b5
-
variable spans 1 additional slot
Balances ($0.00)
No balances found for "CrateKeyFullSale"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12028959 | 4 years ago | | | 0 | 0.0052158420 | |
| 12028944 | 4 years ago | | | 0 | 0.011950632 | |
| 12028926 | 4 years ago | | | 0 | 0.012503902 | |
| 12028913 | 4 years ago | | | 0 | 0.013444978 | |
| 12028900 | 4 years ago | | | 0 | 0.015706750 | |
| 12028830 | 4 years ago | | | 0 | 0.013068016 | |
| 12028798 | 4 years ago | | | 0 | 0.014624869 | |
| 12027200 | 4 years ago | | | 0 | 0.018589872 | |
| 12027197 | 4 years ago | | | 0 | 0.018589872 | |
| 12027190 | 4 years ago | | | 0 | 0.018811180 |
ABI
ABI objects
Getter at block 21333363
SUPPLY_UNLIMITED() view returns (uint256)
115792089237316195423570985008687907853269984665640564039457584007913129639935
TOKEN_ETH() view returns (address)
0xeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee
getSkus() view returns (bytes32[] skus)
[0x463144542e43434b000000000000000000000000000000000000000000000000, 0x463144542e52434b000000000000000000000000000000000000000000000000, 0x463144542e45434b000000000000000000000000000000000000000000000000, 0x463144542e4c434b000000000000000000000000000000000000000000000000]
owner() view returns (address)
0x80b12bd0f1793bf6cea767fa83eb2068eaa17dc8
paused() view returns (bool)
true
payoutWallet() view returns (address)
0xa4b399269b7d265b3e895ccffd280020854e29b5
startedAt() view returns (uint256)
1612440289
Read-only
crateKeys(bytes32) view returns (address)
estimatePurchase(address recipient, address token, bytes32 sku, uint256 quantity, bytes userData) view returns (uint256 totalPrice, bytes32[] priceInfo)
getSkuInfo(bytes32 sku) view returns (uint256 totalSupply, uint256 remainingSupply, uint256 maxQuantityPerPurchase, address notificationsReceiver, address[] tokens, uint256[] prices)
State-modifying
Events createCrateKeySku(bytes32 sku, uint256 totalSupply, uint256 maxQuantityPerPurchase, address crateKey)
createSku(bytes32, uint256, uint256, address)
pause()
purchaseFor(address recipient, address token, bytes32 sku, uint256 quantity, bytes userData) payable
renounceOwnership()
setPayoutWallet(address payoutWallet_)
start()
transferOwnership(address newOwner)
unpause()
updateSkuPricing(bytes32 sku, address[] tokens, uint256[] prices)
MagicValues(bytes32[] names, bytes32[] values)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
PayoutWalletSet(address payoutWallet_)
Purchase(address indexed purchaser, address recipient, address indexed token, bytes32 indexed sku, uint256 quantity, bytes userData, uint256 totalPrice, bytes32[] pricingData, bytes32[] paymentData, bytes32[] deliveryData)
SkuCreation(bytes32 sku, uint256 totalSupply, uint256 maxQuantityPerPurchase, address notificationsReceiver)
SkuPricingUpdate(bytes32 indexed sku, address[] tokens, uint256[] prices)
Started(address account)
Unpaused(address account)
constructor(address payoutWallet_)
This contract contains no fallback and receive objects.
This contract contains no error objects.