Crypto Coaster

Verified contract

Active on Ethereum with 6,520 txns
Deployed by via 0xc0e17dcf at 16811265
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Crypto Coaster"

0xe19229245974d33fecae6b0cc8eacea40c8e16644df9c28a9bccc8550466dbe1
0x7e13b3fbf39669d09addd312d7e9cbb206bd02fa76f598f284a7c03a5d68d996
0xc7ef765de4190efe8eecf53f4c33ebefc738abbc3d76ca8afba26f524653cf7a
0x7f889844cbca796351e8c0c1ca9a93cbcf3905e057402ed9764ee3651e7c2010
0x418533afd085e813cd792649896714914c6cd06cffc18b486db17d4ff7bad405
0x41ef308afce1f7f43362631501252c733bd771ac91188d27bf453f6f6515e1d0
0xf18640e914318b44af693c59fe68744f24e5d973f888a7eab3cc3857ff39ff87
0x363456fea9ac9fd00c003abccf9aa3c900a68b7bc9f4dd758a088f65835f064d
0xe56a74170f581e802d1adccbd9093b9ce4f9b0e75237d26700b4739730ed56da
0x50e051a7e2797bac731f2640c7ed2b906735ab63f5f3afb25f067f7cbf13a213

Functions
Getter at block 20889443
_ethfsFileStorageAddress(view returns (address)
0xfc7453da7bf4d0c739c1c53da57b3636dab0e11e
_isOpen(view returns (bool)
true
_price(view returns (uint256)
25000000000000000
_scriptyBuilderAddress(view returns (address)
0x16b727a2fc9322c724f4bc562910c99a5eda5084
_scriptyStorageAddress(view returns (address)
0x096451f43800f207fc32b4ff86f286edaf736ee3
_signatureDisabled(view returns (address)
0xb26a056d5e0f1c1f6ff24df669f5a1bf6a8edac8
_signer(view returns (address)
0x3bc568c3c8f84e317fbdbe49ce5385ee09da115b
_supply(view returns (uint256)
2000
_thumbnailAddress(view returns (address)
0x684f40493611821587d032bc30abd41e141f32fb
name(view returns (string)
Crypto Coaster
operatorFilteringEnabled(view returns (bool)
true
owner(view returns (address)
0xe1d1fef5ec32bc6328bbf80f1863905602c80acf
symbol(view returns (string)
RIDE
totalMinted(view returns (uint256)
2000
totalSupply(view returns (uint256)
2000
Read-only
balanceOf(address ownerview returns (uint256)
explicitOwnershipOf(uint256 tokenIdview returns (struct IERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIdsview returns (struct IERC721ATokenOwnership[])
getApproved(uint256 tokenIdview returns (address)
getSettings(uint256 tokenIdview returns (struct Settings settings)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
royaltyInfo(uint256 _tokenIduint256 _salePriceview returns (addressuint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string metadata)
tokensOfOwner(address ownerview returns (uint256[])
tokensOfOwnerIn(address owneruint256 startuint256 stopview returns (uint256[])
State-modifying
approve(address operatoruint256 tokenIdpayable 
burn(uint256 tokenId
mint(bytes signaturepayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes datapayable 
setApprovalForAll(address operatorbool approved
setDefaultRoyalty(address receiveruint96 feeNumerator
setMintStatus(bool state
setOperatorFilteringEnabled(bool value
setSigner(address signer
setThumbnailAddress(address thumbnailAddress
transferFrom(address fromaddress touint256 tokenIdpayable 
transferOwnership(address newOwner
updateMintPrice(uint256 price
withdrawAll(
withdrawAllERC20(address token
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(string namestring symboluint256 supplyaddress ethfsFileStorageAddressaddress scriptyStorageAddressaddress scriptyBuilderAddressaddress thumbnailAddress
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
BalanceQueryForZeroAddress(
ContractMinter(
FailToWithdraw(
GreedyMinter(
InsufficientFunds(
InvalidQueryRange(
InvalidSignature(
MintClosed(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
SoldOut(
TokenDoesntExist(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(
WalletMax(
ZeroBalance(