MusicRacerNFT
Verified contract
Active on
Ethereum with 624 txns
Slot
XX
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
Balances ($0.00)
No balances found for "MusicRacerNFT"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20153469 | 5 months ago | | | 0 | 0.00012694692 | |
| 19591683 | 8 months ago | | | 0 | 0.0016575994 | |
| 17600898 | a year ago | | | 0 | 0.00084912457 | |
| 17056769 | 2 years ago | | | 0 | 0.00054580169 | |
| 16370834 | 2 years ago | | | 0 | 0.0013518785 | |
| 16302395 | 2 years ago | | | 0 | 0.00069235500 | |
| 16173522 | 2 years ago | | | 0 | 0.00071281123 | |
| 16161608 | 2 years ago | | | 0 | 0.00066423643 | |
| 15208402 | 2 years ago | | | 0 | 0.00033910241 | |
| 15161636 | 2 years ago | | | 0 | 0.0052244498 |
ABI
ABI objects
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(uint256) view returns (uint256 Count, uint256 MaxCount, struct PriceData Price, uint256 FactoryReserve, bool Enable)
ChangeCarsBlock(uint256) view returns (bool)
GetCar(uint256 tokenId) view returns (struct Car)
GetCarColorRGB(uint256 tokenId, uint256 colorIndex) view returns (bool, uint8, uint8, uint8)
GetContractOwner(uint256 index) view returns (address)
GetContractOwnerIndex(address account) view returns (uint8)
GetPart(uint256 carTypeId, uint256 partIndex) view returns (struct CarPartType)
GetPartsCount(uint256 carTypeId) view returns (uint256)
GetPrice(uint256 carTypeId) view returns (uint256)
GetPriceData(uint256 carTypeId) view returns (struct PriceData)
GetTokensList(address account) view returns (uint256[])
IdToCar(uint256) view returns (uint256 TypeId)
IsOwner(address account) view returns (bool)
balanceOf(address owner) view returns (uint256)
canMint(uint256 carTypeId) view returns (bool)
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)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events AddCarType(struct CarType newType)
ApplyOwnerRequest()
BlockCarChanges(uint256 carTypeId)
ChangeCar(uint256 tokenId, struct Car newCar)
ChangeCarType(uint256 carTypeId, struct CarType newTypeData)
Donate() payable
MintCar(uint256 carTypeId) payable
SetBaseURI(string newBaseURI)
SetCarPrice(uint256 carTypeId, struct PriceData newPrice)
SetContractURI(string newContractURI)
SetFactory(address newFactory)
SetMintEnable(uint256 carTypeId, bool mintEnable)
SetOwner(address newOwner)
TransferOwnerRequest(address newOwner)
approve(address to, uint256 tokenId)
mint(uint256 carTypeId, address _toAddress)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
transferFrom(address from, address to, uint256 tokenId)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
NewType(uint256 indexed carType)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
PRBMath__MulDivFixedPointOverflow(uint256 prod1)
PRBMath__MulDivOverflow(uint256 prod1, uint256 denominator)