FreeNFT.xyz Collectible Launch Token
Verified contract
Active on
Ethereum with 17,425 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 "FreeNFT.xyz Collectible Launch Token"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21105058 | 9 days ago | | | 0 | 0.00011520594 | |
| 21105056 | 9 days ago | | | 0 | 0.00012126030 | |
| 21103718 | 9 days ago | | | 0 | 0.00010393740 | |
| 21102582 | 9 days ago | | | 0 | 0.000098766397 | |
| 21101148 | 10 days ago | | | 0 | 0.00073498590 | |
| 20997746 | 24 days ago | | | 0 | 0.00022688764 | |
| 20997744 | 24 days ago | | | 0 | 0.00023486850 | |
| 20992569 | 25 days ago | | | 0 | 0.00060398043 | |
| 20786966 | 2 months ago | | | 0 | 0.00080800247 | |
| 20777061 | 2 months ago | | | 0 | 0.00015328260 |
ABI
ABI objects
Getter at block 21169946
maxSupply() view returns (uint256)
6969
mintIsActive() view returns (bool)
true
mintQuantity() view returns (uint256)
1
name() view returns (string)
FreeNFT.xyz Collectible Launch Token
owner() view returns (address)
0x40543d76fb35c60ff578b648d723e14ccab8b390
symbol() view returns (string)
FreeNFTCLT
totalSupply() view returns (uint256)
6969
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 approve(address to, uint256 tokenId) payable
flipMintState()
mint()
ownerMint(uint256 _quantity)
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 _newBaseURI)
setManager(address manager)
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
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()