Blue Fragment
Verified contract
Active on
Ethereum with 201 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 "Blue Fragment"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15854214 | 2 years ago | | | 0 | 0.00091058186 | |
| 15390961 | 2 years ago | | | 0 | 0.00070971124 | |
| 15386865 | 2 years ago | | | 0 | 0.00016886739 | |
| 15386852 | 2 years ago | | | 0 | 0.00050215393 | |
| 15386831 | 2 years ago | | | 0 | 0.00015684889 | |
| 15386809 | 2 years ago | | | 0 | 0.00022388799 | |
| 15386801 | 2 years ago | | | 0 | 0.00053163946 | |
| 15386789 | 2 years ago | | | 0 | 0.00048157683 | |
| 15386766 | 2 years ago | | | 0 | 0.00019058668 | |
| 15386758 | 2 years ago | | | 0 | 0.00015276020 |
ABI
ABI objects
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 owner) view returns (uint256)
buyRecord(address) 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 approve(address to, uint256 tokenId)
freeMint(uint256 num)
getAirDrop(address recipient, uint16 _num)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _baseTokenURI)
setBlindBoxOpened()
setBlindTokenURI(string _blindTokenURI)
setFreeMintOpened()
setWithdrawAddress(address _withdrawAddress)
transferFrom(address from, address to, uint256 tokenId)
withdrawAll()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string name, string symbol, string _blindTokenURI)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()