BlindboxProxy
Verified contract
Proxy
Active on
Ethereum with 2,753 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xdac1…1ec7
0xdac1…1ec7
0xc02a…6cc2
0xc02a…6cc2
0x326c…7593
0x326c…7593
0x622a…31b5
0x622a…31b5
70 additional
variables
Balances ($0.00)
No balances found for "BlindboxProxy"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16015343 | 2 years ago | | | 0 | 0.00028014237 | |
| 15190898 | 2 years ago | | | 0.08 | 0.00058492999 | |
| 15056777 | 2 years ago | | | 0.09 | 0.0015734834 | |
| 15018095 | 2 years ago | | | 0.06 | 0.0023203425 | |
| 15018030 | 2 years ago | | | 0.06 | 0.0011434652 | |
| 15003054 | 2 years ago | | | 0.12 | 0.0017965121 | |
| 15003054 | 2 years ago | | | 0.12 | 0.0018496561 | |
| 15003053 | 2 years ago | | | 0.12 | 0.0016663020 | |
| 15003051 | 2 years ago | | | 0.12 | 0.0016074051 | |
| 15003049 | 2 years ago | | | 0.12 | 0.0016928560 |
ABI
ABI objects
Getter at block 21310045
generativeSeriesId() view returns (uint256 _value)
0
nonGenerativeSeriesId() view returns (uint256 _value)
0
owner() view returns (address)
0x034a81a268af3feb1f2cbe4a9fd4f2466befad02
generativeSeriesId() view returns (uint256 _value)
0
nonGenerativeSeriesId() view returns (uint256 _value)
0
owner() view returns (address)
0x034a81a268af3feb1f2cbe4a9fd4f2466befad02
Read-only
_CopiesData(uint256) view returns (uint256 total)
bankAddress(uint256) view returns (address)
bankAddressGen(uint256) view returns (address)
baseCurrency(uint256) view returns (uint256)
baseCurrencyGen(uint256) view returns (uint256)
boxesGen(uint256) view returns (string name, string boxURI, uint256 series, uint256 countNFTs, bool isOpened)
boxesNonGen(uint256) view returns (string name, string boxURI, uint256 series, uint256 countNFTs, bool isOpened)
delegates(bytes4) view returns (address)
funcSignatures(uint256) view returns (bytes)
genBoxOwner(uint256) view returns (address)
genCollection(uint256) view returns (string)
genSeries(uint256) view returns (string name, string seriesURI, string boxName, string boxURI, uint256 startTime, uint256 endTime, uint256 maxBoxes, uint256 perBoxNftMint, uint256 price, struct CountersCounter boxId, struct CountersCounter attrType, struct CountersCounter attrId)
genseriesRoyalty(uint256) view returns (uint256)
nftsToMint(uint256, uint256, uint256) view returns (uint256)
nonGenBoxOwner(uint256) view returns (address)
nonGenSeries(uint256) view returns (string collection, string name, string seriesURI, string boxName, string boxURI, uint256 startTime, uint256 endTime, uint256 maxBoxes, uint256 perBoxNftMint, uint256 price, struct CountersCounter boxId, struct CountersCounter attrId)
nonGenseriesRoyalty(uint256) view returns (uint256)
_CopiesData(uint256) view returns (uint256 total)
bankAddress(uint256) view returns (address)
bankAddressGen(uint256) view returns (address)
baseCurrency(uint256) view returns (uint256)
baseCurrencyGen(uint256) view returns (uint256)
boxesGen(uint256) view returns (string name, string boxURI, uint256 series, uint256 countNFTs, bool isOpened)
boxesNonGen(uint256) view returns (string name, string boxURI, uint256 series, uint256 countNFTs, bool isOpened)
calculatePrice(uint256 _price, uint256 base, uint256 currencyType) view returns (uint256 price)
genBoxOwner(uint256) view returns (address)
genCollection(uint256) view returns (string)
genSeries(uint256) view returns (string name, string seriesURI, string boxName, string boxURI, uint256 startTime, uint256 endTime, uint256 maxBoxes, uint256 perBoxNftMint, uint256 price, struct CountersCounter boxId, struct CountersCounter attrType, struct CountersCounter attrId)
genseriesRoyalty(uint256) view returns (uint256)
getNumberOfBoxes(uint256 seriesId) view returns (uint256)
getUserBoxCount(uint256 seriesId, address _add, string ownerId) view returns (uint256)
nftsToMint(uint256, uint256, uint256) view returns (uint256)
nonGenBoxOwner(uint256) view returns (address)
nonGenSeries(uint256) view returns (string collection, string name, string seriesURI, string boxName, string boxURI, uint256 startTime, uint256 endTime, uint256 maxBoxes, uint256 perBoxNftMint, uint256 price, struct CountersCounter boxId, struct CountersCounter attrId)
nonGenseriesRoyalty(uint256) view returns (uint256)
State-modifying
Events renounceOwnership()
transferOwnership(address newOwner)
updateContract(address _delegate, string _functionSignatures, string _commitMessage)
buyBox(uint256 seriesId, bool isGenerative, uint256 currencyType, address collection, string ownerId, bytes32 user)
buyBoxPayable(uint256 seriesId, bool isGenerative, address collection, bytes32 user) payable
openNonGenBox(uint256 boxId, address collection)
renounceOwnership()
transferOwnership(address newOwner)
updateBoxPriceNonGen(uint256 seriesId, uint256 price, uint256 _baseCurrency, uint256[] allowedCurrecny)
updateBoxTimeNonGen(uint256 seriesId, uint256 endTime)
updateDexAddress(address _add)
CommitMessage(string message)
FunctionUpdate(bytes4 indexed functionId, address indexed oldDelegate, address indexed newDelegate, string functionSignature)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
AttributesAdded(uint256 indexed seriesId, uint256 indexed attrType, uint256 from, uint256 to)
BlackList(uint256 indexed seriesId, bytes32 indexed combHash, bool flag)
BoxMintGen(uint256 boxId, uint256 seriesId)
BoxMintNonGen(uint256 boxId, uint256 seriesId)
BoxOpenedGen(uint256 indexed boxId)
BoxOpenedNonGen(uint256 indexed boxId)
BuyBoxGen(uint256 boxId, uint256 seriesId)
BuyBoxNonGen(uint256 boxId, uint256 seriesId, uint256 orignalPrice, uint256 currencyType, string collection, address from, uint256 baseCurrency, uint256 calculated)
GenNFTsMinted(uint256 seriesId, uint256 indexed boxId, uint256 from, uint256 to, uint256 rand, uint256 countNFTs)
NFTsMinted(uint256 indexed boxId, address owner, uint256 countNFTs)
NewGenSeries(uint256 indexed seriesId, string name, uint256 startTime, uint256 endTime)
NonGenNFTsMinted(uint256 seriesId, uint256 indexed boxId, uint256 from, uint256 to, uint256 rand, uint256 countNFTs)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor()
fallback()
This contract contains no error objects.