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 "YugaLabsvRyderRipps"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15224462 | 2 years ago | | | 0 | 0.00063423867 | |
| 15068797 | 2 years ago | | | 0 | 0.00046186000 | |
| 15061026 | 2 years ago | | | 0 | 0.0014266123 | |
| 15060988 | 2 years ago | | | 0 | 0.0011317971 | |
| 15059148 | 2 years ago | | | 0 | 0.0028719943 | |
| 15053668 | 2 years ago | | | 0 | 0.0017400493 | |
| 15053326 | 2 years ago | | | 0 | 0.0024894308 | |
| 15053300 | 2 years ago | | | 0 | 0.0025553227 | |
| 15053281 | 2 years ago | | | 0 | 0.0033072899 | |
| 15053273 | 2 years ago | | | 0 | 0.0039026305 |
ABI
ABI objects
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(address) view returns (uint256)
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
pause()
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)
setCost(uint256 _newCost)
setMaxMintAmount(uint256 _maxMintAmount)
setMaxSupply(uint256 _maxSupply)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
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 _initBaseURI)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()