FixedOrderTrackSale
Verified contract
Active on
Ethereum with 331 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 "FixedOrderTrackSale"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12003364 | 4 years ago | | | 0 | 0.0041708160 | |
| 12003364 | 4 years ago | | | 0 | 0.0041708160 | |
| 12003364 | 4 years ago | | | 0 | 0.0041673765 | |
| 12003364 | 4 years ago | | | 0 | 0.0041673765 | |
| 12003364 | 4 years ago | | | 0 | 0.0038232480 | |
| 12003364 | 4 years ago | | | 0 | 0.0038232480 | |
| 12003364 | 4 years ago | | | 0 | 0.0038200620 | |
| 12003364 | 4 years ago | | | 0 | 0.0037942840 | |
| 12003364 | 4 years ago | | | 0 | 0.0038200620 | |
| 12003364 | 4 years ago | | | 0 | 0.0038200620 |
ABI
ABI objects
Getter at block 21182169
SUPPLY_UNLIMITED() view returns (uint256)
115792089237316195423570985008687907853269984665640564039457584007913129639935
TOKEN_ETH() view returns (address)
0xeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee
getSkus() view returns (bytes32[] skus)
[0x4631445420547261636b205365676d656e740000000000000000000000000000]
getTotalSupply() view returns (uint256)
800
inventory() view returns (address)
0x2af75676692817d85121353f0d6e8e9ae6ad5576
owner() view returns (address)
0x80b12bd0f1793bf6cea767fa83eb2068eaa17dc8
paused() view returns (bool)
false
payoutWallet() view returns (address)
0xa4b399269b7d265b3e895ccffd280020854e29b5
startedAt() view returns (uint256)
1615276873
tokenIndex() view returns (uint256)
800
Read-only
estimatePurchase(address recipient, address token, bytes32 sku, uint256 quantity, bytes userData) view returns (uint256 totalPrice, bytes32[] pricingData)
getSkuInfo(bytes32 sku) view returns (uint256 totalSupply, uint256 remainingSupply, uint256 maxQuantityPerPurchase, address notificationsReceiver, address[] tokens, uint256[] prices)
tokenList(uint256) view returns (uint256)
State-modifying
Events addSupply(uint256[] tokens)
createSku(bytes32 sku, uint256 maxQuantityPerPurchase, address notificationsReceiver)
pause()
purchaseFor(address recipient, address token, bytes32 sku, uint256 quantity, bytes userData) payable
renounceOwnership()
setPayoutWallet(address payoutWallet_)
setSupply(uint256[] indexes, uint256[] tokens)
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, bytes extData)
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 inventory, address payoutWallet, uint256 tokensPerSkuCapacity)
This contract contains no fallback and receive objects.
This contract contains no error objects.