Dream Cars Collection Mustang
Verified contract
Active on
Ethereum with 24 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 "Dream Cars Collection Mustang"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20200970 | 5 months ago | | | 0 | 0.000059049591 | |
| 18249080 | a year ago | | | 0 | 0.00051789215 | |
| 17728553 | a year ago | | | 0 | 0.0016506391 | |
| 16905130 | 2 years ago | | | 0 | 0.0012891316 | |
| 16784751 | 2 years ago | | | 0 | 0.0014668246 | |
| 16632647 | 2 years ago | | | 0 | 0.0012999382 | |
| 16587725 | 2 years ago | | | 0 | 0.0015987305 | |
| 16545164 | 2 years ago | | | 0 | 0.0015633262 | |
| 16519325 | 2 years ago | | | 0 | 0.00065666523 | |
| 16519325 | 2 years ago | | | 0 | 0.0011808534 |
ABI
ABI objects
Getter at block 21223032
ELEMENTS_DIVIDER() view returns (uint256)
10000
HIDE_FROM() view returns (uint256)
1
HIDE_TO() view returns (uint256)
21000
MAX_ELEMENTS() view returns (uint256)
21000
META_REVEAL() view returns (bool)
false
OPERATOR_FILTER_REGISTRY() view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
name() view returns (string)
Dream Cars Collection Mustang
owner() view returns (address)
0x377cd1a239dd56a79307ffad7e05034efaa4af90
sampleTokenURI() view returns (string)
https://mlagents.mypinata.cloud/ipfs/QmaZdKjTHHqWbTTu1Y8cNdw3tygGmdm2iSkaKx7VtsS7ed
symbol() view returns (string)
DCCMustang
totalSupply() view returns (uint256)
869
totalToken() view returns (uint256)
869
Read-only
balanceOf(address owner) view returns (uint256)
baseTokenURIs(uint256) view returns (string)
explicitOwnershipOf(uint256 tokenId) view returns (struct IERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIds) view returns (struct IERC721ATokenOwnership[])
getApproved(uint256 tokenId) view returns (address)
hasAdminRole(address _address) view returns (bool)
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)
tokensOfOwner(address owner) view returns (uint256[])
tokensOfOwnerIn(address owner, uint256 start, uint256 stop) view returns (uint256[])
State-modifying
Events addAdminRole(address _address)
approve(address operator, uint256 tokenId)
burn(uint256[] tokenIds)
giftMint(address[] _addrs, uint256[] _tokenAmounts)
renounceOwnership()
revokeAdminRole(address _address)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string[] _baseURIs)
setElementDivider(uint256 _divider)
setMaxElement(uint256 _max)
setMetaReveal(bool _reveal, uint256 _from, uint256 _to)
setSampleURI(string sampleURI)
transferFrom(address from, address to, uint256 tokenId)
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)
NewMaxElement(uint256 max)
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()
ApproveToCaller()
BalanceQueryForZeroAddress()
InvalidQueryRange()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OperatorNotAllowed(address operator)
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()