Color Blast By Felix Norgaard
Verified contract
Active on
Ethereum with 796 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Color Blast By Felix Norgaard"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21310500 | 12 days ago | | | 0 | 0.00092849950 | |
| 20018132 | 6 months ago | | | 0 | 0.00026774040 | |
| 19058387 | a year ago | | | 0 | 0.00029422600 | |
| 18907139 | a year ago | | | 0 | 0.00079790204 | |
| 18682133 | a year ago | | | 0 | 0.0015255941 | |
| 18515207 | a year ago | | | 0 | 0.0018305688 | |
| 18386573 | a year ago | | | 0 | 0.00042646498 | |
| 18257586 | a year ago | | | 0 | 0.00030635503 | |
| 18222749 | a year ago | | | 0 | 0.00031010310 | |
| 17888766 | a year ago | | | 0 | 0.00063749130 |
ABI
ABI objects
Getter at block 21395210
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 owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events allowListMint(uint256 numberOfTokens) payable
approve(address to, uint256 tokenId) payable
editMintWindows(bool _PublicSaleActive, bool _allowListMintOpen)
mint(uint256 numberOfTokens) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data) payable
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setFreeLimitPerWallet(uint256 _limit)
setMaxLimitPerTransaction(uint256 _limit)
setallowlistPrice(uint256 _allowlistPrice)
setpublicSalePrice(uint256 _publicSalePrice)
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
treasuryMint(uint256 quantity)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()