Crypto Coaster

Verified contract

Active on Ethereum with 6,530 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"

0x001c92cef89271a50a000bdec7521fee3685ab302d9737816101e6d7b949a8cf
0xd08607d6a94b09fc0ea771d56fc5d493b0b362071e6e60c3b111c9105d25db6b
0xe8490a703afeaad290e9253879ef2bb2306a5dfe997246285414180580ba7419
0xa768ebf8aa77c75813fc03725b7ddf7d0ff9380f90cfd83ef5aa8fb8b0bf1d10
0xc7240b0485573b2108f2c85ab5462c7bfdd80ee49a84fad52c15076d99fdc878
0xd7da91bed5eb295ba62193a4ed0f5b19d48fa9c8d95868d183e491e8440a388d
0xfdbeb800463083ad911371090c4390cce3a3cf5ed89ab290267b0d10339d398e
0xdb56b774624191d4ad1a8c542d9729855597b7bdce92091901cf2101d277b83b
0xb78de4f9182e55c32f9979b0f79471c95c49ca50e7a0b02baccc1e9053a4b363
0x32262977595f3d3154b77b15a26fdb2aa635962e3f85e28d24125847639a3a2f

Functions
Getter at block 21404000
_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(