BurningStore
Verified contract
Active on
Ethereum with 358 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 "BurningStore"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 10529619 | 4 years ago | | | 0 | 0.024646240 | |
| 10529618 | 4 years ago | | | 0 | 0.024599680 | |
| 10529614 | 4 years ago | | | 0 | 0.025829118 | |
| 10529608 | 4 years ago | | | 0 | 0.021403683 | |
| 10529543 | 4 years ago | | | 0 | 0.022025840 | |
| 10529511 | 4 years ago | | | 0 | 0.022301163 | |
| 10529386 | 4 years ago | | | 0 | 0.016198795 | |
| 10529134 | 4 years ago | | | 0 | 0.023278094 | |
| 10529123 | 4 years ago | | | 0 | 0.019964376 | |
| 10528890 | 4 years ago | | | 0 | 0.021524508 |
ABI
ABI objects
Getter at block 21090113
acceptedToken() view returns (address)
0x0f5d2fb29fb7d3cfee444a200298f468908cc942
isOwner() view returns (bool)
false
owner() view returns (address)
0x93a7c46443901c2ea2fc1263a4d076f470695d3a
Read-only
balanceOf(address _collectionAddress, uint256 _optionId) view returns (uint256)
canMint(address _collectionAddress, uint256 _optionId, uint256 _amount) view returns (bool)
collectionData(address _collectionAddress, uint256 _optionId) view returns (uint256 availableQty, uint256 price)
itemByOptionId(address _collectionAddress, uint256 _optionId) view returns (string)
State-modifying
Events buy(address _collectionAddress, uint256[] _optionIds, address _beneficiary)
renounceOwnership()
setCollectionData(address _collectionAddress, uint256[] _collectionOptionIds, uint256[] _collectionAvailableQtys, uint256[] _collectionPrices)
transferOwnership(address newOwner)
Bought(address indexed _collectionAddress, uint256[] _optionIds, address _beneficiary, uint256 _price)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SetCollectionData(address indexed _collectionAddress, uint256[] _optionIds, uint256[] _availableQtys, uint256[] _prices)
constructor(address _acceptedToken, address[] _collectionAddresses, uint256[][] _collectionOptionIds, uint256[][] _collectionAvailableQtys, uint256[][] _collectionPrices)
This contract contains no fallback and receive objects.
This contract contains no error objects.