Blue Fragment

Verified contract

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

No balances found for "Blue Fragment"

0x4c301680f87b831a68d9c5e57a251dfe104434a2fa14e29f6dc2bddc2a824c88
0xa238e323bfa679e27a90c82c8e1b6b49174e020431ef92a730c0fd88ce05893b
0xe3b67426c876e57298869b5bcd15c50807f1db68220c1ded8322680ff50bd0ff
0xdefd1eb9e80b4e13a039b6a0454c55fe9ec3b3de0c3cb0ce1df8133a35878c68
0xf5a54c2fbbf05a5fdd2575f58a583e5245b1462c692fd3da59875901eb12fbd5
0xd15b74e0d02b0e8c5cdd9a28c5cc17d99b691b4369f644aefbf9be279bfebe64
0xba580defbc19293c9c67ede5bd1a71d402921fc2e0a9f483d11eba71b428dc65
0x6780f749a8b10e28675e4c396531ad48f817506c9c904b41aa8c01330758d3cb
0x9d214cc43985019bcbc622e546c30b3eeaa2b6f76ea5bb0c98b8c357542c690f
0xff27c693991b356dec2c86fb0ac8ed105f3c00c94f67214cee2695d0a5b8398c

Functions
Getter at block 21316316
baseTokenURI(view returns (string)
https://opensea.mypinata.cloud/ipfs/QmSsLZerTmDEdNUyFDfgbBEqKgHagAHQBNDNp8LaDmhGBk/
blindBoxOpen(view returns (bool)
true
blindTokenURI(view returns (string)
https://opensea.mypinata.cloud/ipfs/QmXUxVvXfpNnpAK8MJxkhphA3uknkJWT1jFLSDK8b3AEDp/
freeMintOpen(view returns (bool)
true
maxMint(view returns (uint256)
3
maxTotal(view returns (uint256)
6666
mintTime(view returns (uint256)
1655125200
name(view returns (string)
Blue Fragment
symbol(view returns (string)
BlueFragment
totalSupply(view returns (uint256)
451
withdrawAddress(view returns (address)
0x8a4f20f61506e43b1d0f95ee118000ac4040d147
Read-only
balanceOf(address ownerview returns (uint256)
buyRecord(addressview 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
approve(address touint256 tokenId
freeMint(uint256 num
getAirDrop(address recipientuint16 _num
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string _baseTokenURI
setBlindBoxOpened(
setBlindTokenURI(string _blindTokenURI
setFreeMintOpened(
setWithdrawAddress(address _withdrawAddress
transferFrom(address fromaddress touint256 tokenId
withdrawAll(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(string namestring symbolstring _blindTokenURI
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(