TronicMiniRacer
Verified contract
Active on
Ethereum with 144 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 "TronicMiniRacer"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16194110 | 2 years ago | | | 0 | 0.00064102256 | |
| 15166878 | 2 years ago | | | 0 | 0.0010975056 | |
| 14666515 | 3 years ago | | | 0 | 0.0014507523 | |
| 14666452 | 3 years ago | | | 0 | 0.0019335503 | |
| 14550767 | 3 years ago | | | 0 | 0.0010815220 | |
| 14550764 | 3 years ago | | | 0 | 0.0014723967 | |
| 14538418 | 3 years ago | | | 0 | 0.0016802724 | |
| 14332942 | 3 years ago | | | 0 | 0.0010747127 | |
| 14314220 | 3 years ago | | | 0 | 0.0014554112 | |
| 14227622 | 3 years ago | | | 0 | 0.0023269299 |
ABI
ABI objects
Getter at block 21332743
availableTokenCount() view returns (uint256)
0
cid() view returns (string)
QmPMgZ3ydryBSEUuxtbJt492QvhnvCYrzATpZmqiTDKMJg
contractURI() view returns (string)
https://tronicracing.xyz/contracts/mini-racers/metadata.json
maxPerMint() view returns (uint256)
2
name() view returns (string)
TronicMiniRacer
owner() view returns (address)
0xd10ecc33bec2dc2cb4b1e69c38c829ccc9c7d064
saleStarted() view returns (uint256)
1
symbol() view returns (string)
TRONICMINI
tokenCount() view returns (uint256)
100
totalSupply() view returns (uint256)
100
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)
mint(uint256 amount) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setCID(string _cid)
setContractURI(string uri)
startSale()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw() payable
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string _cid, string _contractMetaDataURI)
This contract contains no fallback and receive objects.
This contract contains no error objects.