GenArt721Minter_DoodleLabs_Custom_Sale
Verified contract
Active on
Ethereum with 1,105 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x8cff…630f
0x5292…7381
Balances ($0.00)
No balances found for "GenArt721Minter_DoodleLabs_Custom_Sale"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16929041 | 2 years ago | | | 0.042 | 0.0099455666 | |
| 16929040 | 2 years ago | | | 0.042 | 0.0095094037 | |
| 16929038 | 2 years ago | | | 0.042 | 0.0095094037 | |
| 16929026 | 2 years ago | | | 0.042 | 0.0088384683 | |
| 16928918 | 2 years ago | | | 0.084 | 0.014012637 | |
| 16928905 | 2 years ago | | | 0.042 | 0.0090371559 | |
| 16928872 | 2 years ago | | | 0.042 | 0.0089095084 | |
| 16928805 | 2 years ago | | | 0.084 | 0.017089775 | |
| 16928791 | 2 years ago | | | 0.042 | 0.0088256182 | |
| 16928722 | 2 years ago | | | 0.042 | 0.010528953 |
ABI
ABI objects
Getter at block 21164160
activeWhitelist() view returns (address)
0x8cffbe30a342f0e4beec7541481e89ddb271630f
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)
getMerkleRoot(uint256 projectId) view returns (bytes32 merkleRoot)
getWhitelisted(uint256 projectId, address user) view returns (uint256 amount)
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, uint256 quantity) payable returns (uint256[] _tokenIds)
purchaseTo(address to, uint256 projectId, uint256 quantity) payable returns (uint256[] _tokenIds)
redeem(uint256 projectId, uint256 quantity, uint256 allottedAmount, bytes32[] proof) payable returns (uint256[] _tokenIds)
redeemTo(address to, uint256 projectId, uint256 quantity, uint256 allottedAmount, bytes32[] proof) payable returns (uint256[] _tokenIds)
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.