{
name: "YO NFT",
symbol: "YoNFT",
decimals: "0",
"owners": {},
"balances": {},
"tokenApprovals": {},
"operatorApprovals": {},
_tokenIds: 0,
_MAX_SUPPLY: 10,
mintprice: "1000000000000000000",
prototype: {
address: "0x0a4c2f3a68f3f43999ece62605d5743ab600fda9"
}
}
{
0x06fdde03: {
constant: true,
"inputs": [],
name: "name",
outputs: [
{
name: "",
type: "string"
}
],
payable: false,
stateMutability: "view",
type: "function"
},
0x95d89b41: {
constant: true,
"inputs": [],
name: "symbol",
outputs: [
{
name: "",
type: "string"
}
],
payable: false,
stateMutability: "view",
type: "function"
},
0x313ce567: {
constant: true,
"inputs": [],
name: "decimals",
outputs: [
{
name: "",
type: "uint256"
}
],
payable: false,
stateMutability: "view",
type: "function"
},
0xaffe39c1: {
constant: true,
"inputs": [],
name: "owners",
outputs: [
{
name: "",
type: "string"
}
],
payable: false,
stateMutability: "view",
type: "function"
},
0x7bb98a68: {
constant: true,
"inputs": [],
name: "balances",
outputs: [
{
name: "",
type: "string"
}
],
payable: false,
stateMutability: "view",
type: "function"
},
0x2369fde5: {
constant: true,
"inputs": [],
name: "tokenApprovals",
outputs: [
{
name: "",
type: "string"
}
],
payable: false,
stateMutability: "view",
type: "function"
},
0x771149fc: {
constant: true,
"inputs": [],
name: "operatorApprovals",
outputs: [
{
name: "",
type: "string"
}
],
payable: false,
stateMutability: "view",
type: "function"
},
0x88eab676: {
constant: true,
"inputs": [],
name: "mintprice",
outputs: [
{
name: "",
type: "uint256"
}
],
payable: false,
stateMutability: "view",
type: "function"
},
0xa8ac9b50: {
constant: true,
"inputs": [],
name: "prototype",
outputs: [
{
name: "",
type: "string"
}
],
payable: false,
stateMutability: "view",
type: "function"
},
0x6a627842: {
inputs: [
{
name: "receiver",
type: "address"
}
],
name: "mint",
outputs: [
{
name: "",
type: "uint256"
}
],
stateMutability: "payable",
type: "function"
},
0xab8530f8: {
inputs: [
{
name: "minter",
type: "address",
indexed: true
},
{
name: "to",
type: "address",
indexed: true
},
{
name: "tokenId",
type: "uint256",
indexed: false
}
],
name: "Mint",
"outputs": [],
stateMutability: "nonpayable",
type: "event"
},
0x396ed0ab: {
"inputs": [],
name: "Burn",
"outputs": [],
stateMutability: "nonpayable",
type: "event"
},
0xddf252ad: {
inputs: [
{
name: "from",
type: "address",
indexed: true
},
{
name: "to",
type: "address",
indexed: true
},
{
name: "tokenId",
type: "uint256",
indexed: false
}
],
name: "Transfer",
"outputs": [],
stateMutability: "nonpayable",
type: "event"
},
0x8c5be1e5: {
inputs: [
{
name: "owner",
type: "address",
indexed: true
},
{
name: "approved",
type: "address",
indexed: true
},
{
name: "tokenId",
type: "uint256",
indexed: false
}
],
name: "Approval",
"outputs": [],
stateMutability: "nonpayable",
type: "event"
},
0x935230e6: {
inputs: [
{
name: "owner",
type: "address",
indexed: true
},
{
name: "operator",
type: "address",
indexed: true
},
{
name: "approved",
type: "uint256",
indexed: false
}
],
name: "ApprovalForAll",
"outputs": [],
stateMutability: "nonpayable",
type: "event"
},
0x01ffc9a7: {
inputs: [
{
name: "interfaceId",
type: "bytes4"
}
],
name: "supportsInterface",
outputs: [
{
name: "",
type: "bool"
}
],
stateMutability: "view",
type: "function"
},
0x70a08231: {
inputs: [
{
name: "owner",
type: "address"
}
],
name: "balanceOf",
outputs: [
{
name: "",
type: "uint256"
}
],
stateMutability: "view",
type: "function"
},
0x6352211e: {
inputs: [
{
name: "tokenId",
type: "uint256"
}
],
name: "ownerOf",
outputs: [
{
name: "",
type: "address"
}
],
stateMutability: "view",
type: "function"
},
0xc87b56dd: {
inputs: [
{
name: "tokenId",
type: "uint256"
}
],
name: "tokenURI",
outputs: [
{
name: "",
type: "string"
}
],
stateMutability: "view",
type: "function"
},
0x095ea7b3: {
inputs: [
{
name: "to",
type: "address"
},
{
name: "tokenId",
type: "uint256"
}
],
name: "approve",
"outputs": [],
stateMutability: "nonpayable",
type: "function"
},
0x081812fc: {
inputs: [
{
name: "tokenId",
type: "uint256"
}
],
name: "getApproved",
outputs: [
{
name: "",
type: "address"
}
],
stateMutability: "view",
type: "function"
},
0xa22cb465: {
inputs: [
{
name: "operator",
type: "address"
},
{
name: "approved",
type: "bool"
}
],
name: "setApprovalForAll",
"outputs": [],
stateMutability: "nonpayable",
type: "function"
},
0xe985e9c5: {
inputs: [
{
name: "owner",
type: "address"
},
{
name: "operator",
type: "address"
}
],
name: "isApprovedForAll",
"outputs": [],
stateMutability: "view",
type: "function"
},
0x23b872dd: {
inputs: [
{
name: "from",
type: "address"
},
{
name: "to",
type: "address"
},
{
name: "tokenId",
type: "uint256"
}
],
name: "transferFrom",
"outputs": [],
stateMutability: "nonpayable",
type: "function"
},
0xb88d4fde: {
inputs: [
{
name: "from",
type: "address"
},
{
name: "to",
type: "address"
},
{
name: "tokenId",
type: "uint256"
},
{
name: "_data",
type: "bytes"
}
],
name: "safeTransferFrom",
"outputs": [],
stateMutability: "nonpayable",
type: "function"
},
0x150b7a02: {
inputs: [
{
name: "operator",
type: "address"
},
{
name: "from",
type: "address"
},
{
name: "tokenId",
type: "uint256"
},
{
name: "data",
type: "bytes"
}
],
name: "onERC721Received",
outputs: [
{
name: "",
type: "bytes4"
}
],
stateMutability: "nonpayable",
type: "function"
}
}