MusicRacerNFT

Verified contract

Active on Ethereum with 624 txns
Deployed by via 0xfcaa7dfd at 13421155
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 2 additional slots
1 additional variable

No balances found for "MusicRacerNFT"

0xd2cd62b25f6bdd6c58a5d60335012395483c541bc0554151bb33097c481dc459
0x7679c9e140fd5df10c74c3f2305f74530d1155faad80de131b2c967f4af0d3e1
0x0626d7b94e126391bf53adca0136e04d59d93b7c44c116df7483b6572fe5e781
0xcb45ed40677949137fcf506787fd38ce4698db0749163db288fee52b9442fb02
0x9a0da6d18620dffaec63d5512aca82f05127e4136cc2c8c9203f7789ead7d98f
0xaddd1b1e314c6647a2dfa118cff7039206f50c0282e50d4620dd64b623d0365f
0x432137495449b3f92ce66179b79d6dfff86137d98ce76c3ad0b0428d56c33b51
0x7f822bdae38cb94e51cd5595b0fa65d31af148b9150b7cdea7031ea79271cee0
0x38e318f1acbfd72bcabdcc3e6e91a754d8fa07d440c6effb342caf0c4f38f634
0x31a21d0a6df9307c9a8efd0c7f3f8be2a955be709286c569f6c45e272b7c511e

Functions
Getter at block 21273322
BaseURI(view returns (string)
https://musicracernft.org/api/carsmeta/
CarTypesCount(view returns (uint256)
1
ContractURI(view returns (string)
https://musicracernft.org/api/globalmeta
Factory(view returns (address)
0xf3238266708e567bfee27f2034b08067c6ffed28
OWNERS_COUNT(view returns (uint256)
3
name(view returns (string)
MusicRacerNFT
owner(view returns (address)
0x8499bccd9258f4911bda59905afe560765b15114
symbol(view returns (string)
MRCR
totalSupply(view returns (uint256)
313
Read-only
CarsTypes(uint256view returns (uint256 Countuint256 MaxCountstruct PriceData Priceuint256 FactoryReservebool Enable)
ChangeCarsBlock(uint256view returns (bool)
GetCar(uint256 tokenIdview returns (struct Car)
GetCarColorRGB(uint256 tokenIduint256 colorIndexview returns (booluint8uint8uint8)
GetContractOwner(uint256 indexview returns (address)
GetContractOwnerIndex(address accountview returns (uint8)
GetPart(uint256 carTypeIduint256 partIndexview returns (struct CarPartType)
GetPartsCount(uint256 carTypeIdview returns (uint256)
GetPrice(uint256 carTypeIdview returns (uint256)
GetPriceData(uint256 carTypeIdview returns (struct PriceData)
GetTokensList(address accountview returns (uint256[])
IdToCar(uint256view returns (uint256 TypeId)
IsOwner(address accountview returns (bool)
balanceOf(address ownerview returns (uint256)
canMint(uint256 carTypeIdview returns (bool)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenByIndex(uint256 indexview returns (uint256)
tokenOfOwnerByIndex(address owneruint256 indexview returns (uint256)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
AddCarType(struct CarType newType
ApplyOwnerRequest(
BlockCarChanges(uint256 carTypeId
ChangeCar(uint256 tokenIdstruct Car newCar
ChangeCarType(uint256 carTypeIdstruct CarType newTypeData
Donate(payable 
MintCar(uint256 carTypeIdpayable 
SetBaseURI(string newBaseURI
SetCarPrice(uint256 carTypeIdstruct PriceData newPrice
SetContractURI(string newContractURI
SetFactory(address newFactory
SetMintEnable(uint256 carTypeIdbool mintEnable
SetOwner(address newOwner
TransferOwnerRequest(address newOwner
approve(address touint256 tokenId
mint(uint256 carTypeIdaddress _toAddress
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
transferFrom(address fromaddress touint256 tokenId
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
NewType(uint256 indexed carType
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
PRBMath__MulDivFixedPointOverflow(uint256 prod1
PRBMath__MulDivOverflow(uint256 prod1uint256 denominator