YosoNFT

Verified contract

Active on Ethereum with 458 txns
Deployed by via 0x2334c1b5 at 15622824
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "YosoNFT"

0xf3ee909cbdb332c69abaf1d713a44873b35ec5f1952f3e8414116c560e8863ba
From
0xe43869aa93e257b854602f1d40ca0b4baacfd692b7e0bc2cfcad90a37e1526a3
0x14b4d00d1faee2975b92d93149b44771af94d570a202c9af39f4c1c5ad8d3b29
0x0587852e50bbc862826a8ef195d22af1fed08d3448bb6bbc75ddb3d3d45b8a83
0x2935b236bbc738acc8f82c5d1444ec4a7494a0a9f1b3e1ad4726540f80d3cc32
0x2d9a004ee080a4df359f624d9af7eb23c9679a598bddd88ff75b42c026b0ba1d
0xfa2a2e12892c62998efb9e9536543ce66ef663cee74a8fade238a9703a4d258b
0xe54023fe87cc26d0eed6b08adf7d25570231597fedb1137c4cba2c9f0441902c
0xe66fd050c933b1882bfa9fe7f71fc8f889618a82f270add58bf2995ac212acd7
0x8d6dedd49e1ba732a1ec9e402e2bf17bc9711befa2e1c74c7e22d2364a457522

Functions
Getter at block 20916388
MAX_FREE_MINT(view returns (uint256)
1
MAX_NFT_PER_TRAN(view returns (uint256)
2
MAX_PER_WALLET(view returns (uint256)
100
PUBLIC_MINT_PRICE(view returns (uint256)
1000000000000000
contractURI(pure returns (string)
isMetadataFinal(view returns (bool)
false
isPublicMint(view returns (bool)
true
maxSupply(view returns (uint256)
444
name(view returns (string)
YosoNFT
owner(view returns (address)
0x15693c815d94f8afda47e8d703dd60e0f2918b53
prerevealURL(view returns (string)
root(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
symbol(view returns (string)
YOSO
totalSupply(view returns (uint256)
444
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
mintedCount(address ownerview returns (uint256)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address touint256 tokenId
claimYoso(
finalizeMetadata(
mintYoso(uint256 countpayable 
reduceSupply(uint256 newMaxSupply
renounceOwnership(
reserveMint(address touint256 count
reveal(string url
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setNumFreeMints(uint256 newFreeMints
setPrereveal(string url
setPublicState(bool value
setRoot(bytes32 _root
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(
Fallback and receive

This contract contains no fallback and receive objects.

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