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 "Futuristic Car"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 6709869 | a year ago | | | 0 | 0.000000000030217473 | |
| 6669780 | a year ago | | | 0 | 0.000000000027118245 | |
| 6624238 | a year ago | | | 0 | 0.000000000070642359 | |
| 5250350 | a year ago | | | 0 | 1.5373185e-7 | |
| 5250342 | a year ago | | | 0 | 1.8208703e-7 | |
| 5199903 | a year ago | | | 0 | 1.5076296e-7 | |
| 5157760 | a year ago | | | 0 | 0.000000036047999211 | |
| 5104510 | a year ago | | | 0 | 0.0000071262777 | |
| 5104509 | a year ago | | | 0 | 0.0000071222159 | |
| 5104507 | a year ago | | | 0 | 0.0000071222159 |
ABI
ABI objects
Getter at block 22923472
CHARGE_SUPPLY() view returns (uint256)
10
FREE_SUPPLY() view returns (uint256)
6
MAX_PER_WALLET() view returns (uint256)
25
MAX_SUPPLY() view returns (uint256)
50000
name() view returns (string)
Futuristic Car
owner() view returns (address)
0xe6c760a5df469b18c886cb189f8120a4b4995b62
symbol() view returns (string)
FCC
totalSupply() view returns (uint256)
282
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
changeDefURI(string _tokenURI)
changeTokenURIFlag(uint256 flag)
changeURI(string _tokenURI)
mint(uint256 quantity) 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)
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
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)
NewMint(address indexed msgSender, uint256 indexed mintQuantity)
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()