Painting with Fire: A History in GANs by Bard Ionson

Verified contract

Active on Ethereum with 348 txns
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
6 additional variables

No balances found for "Painting with Fire: A History in GANs by Bard Ionson"

0x17a68252ac488a314ef98f0ce8bf19e461f5c01552860b6800c30400a976cf0f
0x6ca9ba5b2dfeeb9c8639a924c9c3f3d2e1a2a60abb6e923aa1c5c79c53ed4b6f
0xbc28ca2870d8cb46ec4daebb70a81231908a9250805b69ab1e67d79e66f40982
0x13c9f8864ea7bdd9bef5b93e49eb674060038bbde64672374c24e3819fc29d04
0x81e665379006341087c0b56615cd575ab743f63a42706409d0bf58e9ca099c72
0x688ecf20acce49805eda628968ebd115391dcee166b18284a81428076971bdf6
0x0198c726cc677427e9ee86342046f551103bf951f6240d22770c9f7789dced9f
0x85ca99f99221d1609bc1c421b7ea49de9db25e1e25cd1283542e1af565930aac
0x2eb15b8c4b0814e289cceb2ad1e8541df5e991c9b05adf42b6357c37ce6eb87f
0x7018cf0d787bd64eb00be70fb3f31609e33a7f3b7ad4e17cb8bdb16b7c4f5629

Functions
Getter at block 21382974
adminAddress(view returns (address)
0x0000000000000000000000000000000000000000
cost(view returns (uint256)
100000000000000000
defaultRoyaltyPercentage(view returns (uint256)
50
defaultRoyaltyReceiver(view returns (address)
0x72774bc572ef9a2dff47c3f8cc200dc2fe3830c0
maxMintAmountPerTx(view returns (uint256)
2
maxSupply(view returns (uint256)
200
merkleRoot(view returns (bytes32)
0x03fc03ebb811b44d24d13242f6dd991f55e8966a68b3f78f859d54e43bfaadb2
name(view returns (string)
Painting with Fire: A History in GANs by Bard Ionson
operatorFilteringEnabled(view returns (bool)
true
owner(view returns (address)
0x72774bc572ef9a2dff47c3f8cc200dc2fe3830c0
paused(view returns (bool)
true
symbol(view returns (string)
PWF
totalSupply(view returns (uint256)
200
uriPrefix(view returns (string)
ipfs://QmaPqwdVTAvUVHqzjaWWa6m3SAToMbksjvMWcKnp4gfc2B/
uriSuffix(view returns (string)
.json
whitelistMintEnabled(view returns (bool)
true
Read-only
balanceOf(address ownerview returns (uint256)
explicitOwnershipOf(uint256 tokenIdview returns (struct IERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIdsview returns (struct IERC721ATokenOwnership[])
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
royaltyInfo(uint256 _tokenIduint256 _salePriceview returns (address receiveruint256 royaltyAmount)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 _tokenIdview returns (string)
tokensOfOwner(address ownerview returns (uint256[])
tokensOfOwnerIn(address owneruint256 startuint256 stopview returns (uint256[])
whitelistClaimed(addressview returns (bool)
State-modifying
approve(address operatoruint256 tokenIdpayable 
mint(uint256 _mintAmountpayable 
mintForAddress(uint256 _mintAmountaddress _receiver
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes datapayable 
setAdminAddress(address _adminAddress
setApprovalForAll(address operatorbool approved
setCost(uint256 _cost
setDefaultRoyaltyReceiver(address _receiver
setMaxMintAmountPerTx(uint256 _maxMintAmountPerTx
setMaxSupply(uint256 _newMaxSupply
setMerkleRoot(bytes32 _merkleRoot
setOperatorFilteringEnabled(bool value
setPaused(bool _state
setRoyaltyPercentage(uint256 _tokenIduint256 _percentage
setRoyaltyReceiver(uint256 _tokenIdaddress _newReceiver
setUriPrefix(string _uriPrefix
setUriSuffix(string _uriSuffix
setWhitelistMintEnabled(bool _state
testPayMint(uint256 _mintAmountpayable 
transferFrom(address fromaddress touint256 tokenIdpayable 
transferOwnership(address newOwner
whitelistMint(uint256 _mintAmountbytes32[] _merkleProofpayable 
withdraw(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
BalanceQueryForZeroAddress(
InvalidQueryRange(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(