GenArt721Minter_DoodleLabs_Custom_Sale
Verified contract
Active on
Ethereum with 3,566 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x6a7b…4910
0x5292…7381
Balances ($0.00)
No balances found for "GenArt721Minter_DoodleLabs_Custom_Sale"
Transactions
ABI
ABI objects
Getter at block 21284078
activeWhitelist() view returns (address)
0x6a7bb0a770449be382121ef58bf136576ea84910
genArtCoreContract() view returns (address)
0x28f2d3805652fb5d359486dffb7d08320d403240
minterState() view returns (address)
0x5292970db5d37ca4d269ae1c12953b266aa97381
ownerAddress() view returns (address)
0x0000000000000000000000000000000000000000
ownerPercentage() view returns (uint256)
0
Read-only
checkYourAllowanceOfProjectERC20(uint256 _projectId) view returns (uint256)
contractFilterProject(uint256) view returns (bool)
getYourBalanceOfProjectERC20(uint256 _projectId) view returns (uint256)
projectIdToBonus(uint256) view returns (bool)
projectIdToBonusContractAddress(uint256) view returns (address)
projectMaxHasBeenInvoked(uint256) view returns (bool)
projectMaxInvocations(uint256) view returns (uint256)
projectMintCounter(address, uint256) view returns (uint256)
projectMintLimit(uint256) view returns (uint256)
State-modifying
Events artistSetBonusContractAddress(uint256 _projectId, address _bonusContractAddress)
artistToggleBonus(uint256 _projectId)
purchase(uint256 _projectId) payable returns (uint256 _tokenId)
purchaseMany(uint256 projectId, uint256 amount) payable returns (uint256[] _tokenIds)
redeem(uint256 projectId) payable returns (uint256 _tokenId)
redeemMany(uint256 projectId, uint256 amount) payable returns (uint256[] _tokenIds)
redeemTo(address to, uint256 projectId, bool isDeferredRefund) payable returns (uint256 _tokenId)
setActiveWhitelist(address whitelist)
setOwnerAddress(address _ownerAddress)
setOwnerPercentage(uint256 _ownerPercentage)
setProjectMaxInvocations(uint256 _projectId)
setProjectMintLimit(uint256 _projectId, uint8 _limit)
toggleContractFilter(uint256 _projectId)
Purchase(uint256 _projectId)
PurchaseMany(uint256 projectId, uint256 amount)
Redeem(uint256 projectId)
constructor(address _genArtCore, address _minterStateAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.