Color Blast By Felix Norgaard

Verified contract

Active on Ethereum with 795 txns
Deployed by via 0xc30ca805 at 16479101
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Color Blast By Felix Norgaard"

0xa6d2c593c61abe571f3d7905cf2755d30ee116fa53775e3ecd78fb3bf3a87a0c
0x1123e6ad3fad631cc0054888fec426fbefd3eb35542f549f9c919eab9f9ab579
0xc495624ac5c5256a699980e463f520e05a0719472835d244933e4f58daeb2af2
0x9197953feffa68832bf5e34d110c36b89d7f01458558690a8162755553c5403a
0xbbb1c2b0c0221bff9ad2fbc1bc57b36b6c358187d19163a9c09783940c22cf64
0x3ba362950ede379e1f26dd4ef2b0771ca029e4ad6497189a72b405a7953059ea
0x90db2eea276afc393b5db7330c9eabeec07484336ecb5d866c5bad1ae4f0eb89
0xedfa949b2978f50c146b8df3fe0eb38dad5f3f2dc0c890774ae4dbe618f7a429
0x2d4721d0f4ebb92d9250249948a5082754654204e5ccd78315eff27446b7631a
0x3f51808af73ceaf5596ef8e2008372d8ca02b9920cd26225b33b820ac178989e

Functions
Getter at block 20895788
PublicSaleActive(view returns (bool)
false
allowListMintOpen(view returns (bool)
true
allowlistPrice(view returns (uint256)
8000000000000000
baseTokenURI(view returns (string)
ipfs://bafybeiefwvk7sz3eex7fyscql6ehbsufg6vouy2zlz7wartq5oxqulvc4q/
freeAlreadyMinted(view returns (uint256)
0
maxFreePerWallet(view returns (uint256)
1
maxMintPerTx(view returns (uint256)
2
maxSupply(view returns (uint256)
333
name(view returns (string)
Color Blast By Felix Norgaard
numFreeMints(view returns (uint256)
0
owner(view returns (address)
0xd1462f3ce6f1192d95576d017e64170f6220374f
publicSalePrice(view returns (uint256)
16000000000000000
symbol(view returns (string)
BLASTS
totalSupply(view returns (uint256)
333
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
allowListMint(uint256 numberOfTokenspayable 
approve(address touint256 tokenIdpayable 
editMintWindows(bool _PublicSaleActivebool _allowListMintOpen
mint(uint256 numberOfTokenspayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes _datapayable 
setApprovalForAll(address operatorbool approved
setBaseURI(string baseURI
setFreeLimitPerWallet(uint256 _limit
setMaxLimitPerTransaction(uint256 _limit
setallowlistPrice(uint256 _allowlistPrice
setpublicSalePrice(uint256 _publicSalePrice
transferFrom(address fromaddress touint256 tokenIdpayable 
transferOwnership(address newOwner
treasuryMint(uint256 quantity
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(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(