CrashTestJoyride
Verified contract
Active on
Ethereum with 8,494 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 "CrashTestJoyride"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21287055 | 14 hours ago | | | 0 | 0.00065714562 | |
| 21169835 | 17 days ago | | | 0 | 0.00063005800 | |
| 21167809 | 17 days ago | | | 0 | 0.0015758517 | |
| 21167796 | 17 days ago | | | 0 | 0.0016254098 | |
| 21167791 | 17 days ago | | | 0 | 0.0016699875 | |
| 21167788 | 17 days ago | | | 0 | 0.0017842441 | |
| 21165716 | 18 days ago | | | 0 | 0.0022415553 | |
| 21047835 | a month ago | | | 0 | 0.00021060428 | |
| 21010533 | a month ago | | | 0 | 0.00032234075 | |
| 20973873 | a month ago | | | 0 | 0.00064388578 |
ABI
ABI objects
Getter at block 21291246
amountForDevs() view returns (uint256)
70
maxTokensInPresale() view returns (uint256)
3
maxTokensPerTx() view returns (uint256)
10
merkleRoot() view returns (bytes32)
0xae31b90fad02736885f0dafda06d18c2ce9d244a12107780bf9f76740f3fd9dc
name() view returns (string)
CrashTestJoyride
nextOwnerToExplicitlySet() view returns (uint256)
0
owner() view returns (address)
0x90e6b91d3c37d0d7a57cfec801bf3d514be864f9
saleConfig() view returns (uint32 preSaleStartTime, uint32 publicSaleStartTime, uint64 price)
(preSaleStartTime=1642622400, publicSaleStartTime=1642708800, price=44000000000000000)
symbol() view returns (string)
CTJR
totalSupply() view returns (uint256)
4444
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getOwnershipData(uint256 tokenId) view returns (struct ERC721ATokenOwnership)
isApprovedForAll(address owner, address operator) view returns (bool)
numberMinted(address owner) view returns (uint256)
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 approve(address to, uint256 tokenId)
devMint(address _to, uint256 quantity)
preSaleMint(uint256 quantity, bytes32[] proof) payable
publicSaleMint(uint256 quantity) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setMerkleRoot(bytes32 _merkleRoot)
setOwnersExplicit(uint256 quantity)
setPreSaleStartTime(uint32 timestamp)
setPrice(uint64 price)
setPublicSaleStartTime(uint32 timestamp)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawMoney()
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(uint256 maxBatchSize_, uint256 collectionSize_, uint256 maxTokensInPreSale_, uint256 amountForDevs_)
This contract contains no fallback and receive objects.
This contract contains no error objects.