YugaLabsvRyderRipps

Verified contract

Active on Ethereum
Deployed by via 0x88cc523b at 15043416
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "YugaLabsvRyderRipps"

0x79d4d16c240261dfb81e8ae80eba02c1c31c333345d81080dd7110c156821315
0xc157ea80cb1e86054d183959aa7cb66667b87d9be463d4e4116205518d2fa671
0x55891ef4de611f6c4514433f00e52e242cf64b59054f061d09b9c4e71b9b5cfd
0xbb09b363d7933f5dc153ec2d76fdcabcaa602b74818c4ca51e1e07060b28761d
0xae0ad965cbe93f2f9e15ab013707c299bd39f59367587c0266b5e9fb0c419cba
0xcc8922c817983e3c5e6eaeb0acf434e7ffb14e824f4482eb82c8d2423c6a2b1f
0x95fcfae99454220407309d6b3cd9ec9847e4d0ed553e4ca45d3956c049a5a6c2
0xd505c87dcb68d77a6564a529854db6993a31171846d1427b86dde666ba047642
0x6190b53655471abb60ff241427857d74baa0ba9aae263cc62e243c9a9c3a4059
0x18505cd5c1e84f5daddf73040c6ae6c25764708ae74384107706ffb2116ad4b4

Functions
Getter at block 21178174
baseURI(view returns (string)
ipfs://QmWVGZwYnzQu7o2VsxQD9YzBUbSojbBEFytXzYfvxnbPoJ
cost(view returns (uint256)
0
maxMintAmount(view returns (uint256)
10
maxSupply(view returns (uint256)
10000
name(view returns (string)
YugaLabsvRyderRipps
owner(view returns (address)
0x8634771f63763d55dad1073c45e6fab342bca875
paused(view returns (bool)
false
symbol(view returns (string)
YLRR
totalSupply(view returns (uint256)
752
Read-only
addressMintedBalance(addressview returns (uint256)
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address touint256 tokenId
mint(uint256 _amountpayable 
pause(
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string _baseURI
setCost(uint256 _newCost
setMaxMintAmount(uint256 _maxMintAmount
setMaxSupply(uint256 _maxSupply
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
withdraw(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(string _initBaseURI
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(