MYSTERY CAR
Verified contract
Proxy
Active on
Ethereum with 5,247 txns
Unified storage
Map
Table
Raw
Constants and immutables
4
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 47 additional slots
-
variable spans 48 additional slots
Balances ($0.00)
No balances found for "MYSTERY CAR"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21372161 | 4 days ago | | | 0 | 0.0010947504 | |
| 21360935 | 6 days ago | | | 0 | 0.00040046878 | |
| 21342041 | 8 days ago | | | 0 | 0.00068183694 | |
| 21312599 | 12 days ago | | | 0 | 0.00059682158 | |
| 21203305 | a month ago | | | 0 | 0.00028988764 | |
| 21104825 | a month ago | | | 0 | 0.00013035127 | |
| 21104595 | a month ago | | | 0 | 0.00010975838 | |
| 21103078 | a month ago | | | 0 | 0.00012768548 | |
| 21102850 | a month ago | | | 0 | 0.00027274308 | |
| 21102628 | a month ago | | | 0 | 0.00013591870 |
ABI
ABI objects
Getter at block 21400900
name() view returns (string)
MYSTERY CAR
owner() view returns (address)
0xa24b48663aef19f656d94d0896d92a37e303bc5b
prefix() view returns (string)
https://ipfs.io/ipfs/QmWWehiBXyCVuofC6p1wfey1miD36URdvExExxnekce4o4/
suffix() view returns (string)
.json
symbol() view returns (string)
MYSTERY CAR
totalSupply() view returns (uint256)
5000
Read-only
balanceOf(address owner) view returns (uint256)
explicitOwnershipOf(uint256 tokenId) view returns (struct IERC721AUpgradeableTokenOwnership)
explicitOwnershipsOf(uint256[] tokenIds) view returns (struct IERC721AUpgradeableTokenOwnership[])
getApproved(uint256 tokenId) view returns (address)
isAdmin(address account_) view returns (bool)
isApprovedForAll(address owner_, address operator_) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256, uint256 value_) view returns (address receiver, uint256 royaltyAmount)
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 admin() returns (address admin_)
changeAdmin(address newAdmin)
implementation() returns (address implementation_)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
adminMint(address[] accounts_, uint256[] amounts_)
approve(address to, uint256 tokenId)
initialize(address royaltiesRecipient_, uint256 royaltiesValue_)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setAdminPermissions(address account_, bool enable_)
setApprovalForAll(address operator, bool approved)
setPrefix(string prefix_)
setRoyalties(address recipient_, uint256 amount_)
setSuffix(string suffix_)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
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)
Initialized(uint8 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RoyaltiesSet(address recipient, uint256 amount)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApproveToCaller()
BalanceQueryForZeroAddress()
InvalidQueryRange()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()