{
prototype: {
address: "0x73f7dafa086d58aedd8146f40dd8a86fcf778b8f"
},
name: "HOT Potatoe",
symbol: "POTATOE",
decimals: 0,
totalSupply: "1",
initPrice: "1000000000000000000",
admin: "0x131a190fa22cb867abf58193bf9e7640e9fce682",
PotatoeType: {
idx: "0",
minter: "",
owner: "",
debtor: "",
price: "0",
parentIdx: "-1",
initDate: "0",
transfers: "0",
cumulativePrice: "0"
},
potatoes: [
{
idx: 0,
minter: "0xccf8ba457dcad7ee6a0361c96846a0f79744b113",
owner: "0x73f7dafa086d58aedd8146f40dd8a86fcf778b8f",
debtor: "0xccf8ba457dcad7ee6a0361c96846a0f79744b113",
price: "1000000000000000000",
parentIdx: -1,
initDate: "1651573347208",
transfers: "0",
cumulativePrice: "0"
}
],
participants: {
0xccf8ba457dcad7ee6a0361c96846a0f79744b113: {
0: "minter+debtor"
}
}
}
{
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"
},
0x18160ddd: {
constant: true,
"inputs": [],
name: "totalSupply",
outputs: [
{
name: "",
type: "uint256"
}
],
payable: false,
stateMutability: "view",
type: "function"
},
0xb6add0f4: {
constant: true,
"inputs": [],
name: "initPrice",
outputs: [
{
name: "",
type: "uint256"
}
],
payable: false,
stateMutability: "view",
type: "function"
},
0xf851a440: {
constant: true,
"inputs": [],
name: "admin",
outputs: [
{
name: "",
type: "address"
}
],
payable: false,
stateMutability: "view",
type: "function"
},
0xaa7b0928: {
constant: true,
"inputs": [],
name: "PotatoeType",
outputs: [
{
name: "",
type: "string"
}
],
payable: false,
stateMutability: "view",
type: "function"
},
0x1b5b0f01: {
constant: true,
"inputs": [],
name: "potatoes",
outputs: [
{
name: "",
type: "string"
}
],
payable: false,
stateMutability: "view",
type: "function"
},
0x6c4470fb: {
constant: true,
"inputs": [],
name: "participants",
outputs: [
{
name: "",
type: "string"
}
],
payable: false,
stateMutability: "view",
type: "function"
},
0xa8ac9b50: {
constant: true,
"inputs": [],
name: "prototype",
outputs: [
{
name: "",
type: "string"
}
],
payable: false,
stateMutability: "view",
type: "function"
},
0x36b14535: {
inputs: [
{
name: "minterAddress",
type: "address",
indexed: true
}
],
name: "Initialize",
"outputs": [],
stateMutability: "nonpayable",
type: "event"
},
0xf3cea549: {
inputs: [
{
name: "potatoeIdx",
type: "uint256",
indexed: true
},
{
name: "minter",
type: "address",
indexed: true
}
],
name: "Mint",
"outputs": [],
stateMutability: "nonpayable",
type: "event"
},
0x0a429aba: {
inputs: [
{
name: "potatoeIdx",
type: "uint256",
indexed: true
},
{
name: "sender",
type: "address",
indexed: true
},
{
name: "to",
type: "address",
indexed: true
}
],
name: "Transfer",
"outputs": [],
stateMutability: "nonpayable",
type: "event"
},
0xab64b03a: {
inputs: [
{
name: "potatoeIdx",
type: "uint256",
indexed: true
},
{
name: "stealer",
type: "address",
indexed: true
}
],
name: "Steal",
"outputs": [],
stateMutability: "nonpayable",
type: "event"
},
0x4e70a604: {
inputs: [
{
name: "amount",
type: "uint256",
indexed: false
}
],
name: "Withdrawal",
"outputs": [],
stateMutability: "nonpayable",
type: "event"
},
0x8129fc1c: {
"inputs": [],
name: "initialize",
"outputs": [],
stateMutability: "nonpayable",
type: "function"
},
0xf469c89c: {
"inputs": [],
name: "potatoesCount",
outputs: [
{
name: "",
type: "uint256"
}
],
stateMutability: "view",
type: "function"
},
0x26a49e37: {
inputs: [
{
name: "potatoeIdx",
type: "uint256"
}
],
name: "price",
outputs: [
{
name: "",
type: "uint256"
}
],
stateMutability: "view",
type: "function"
},
0x2821ca71: {
inputs: [
{
name: "potatoeIdx",
type: "uint256"
}
],
name: "nextPrice",
outputs: [
{
name: "",
type: "uint256"
}
],
stateMutability: "view",
type: "function"
},
0xa123c33e: {
inputs: [
{
name: "potatoeIdx",
type: "uint256"
}
],
name: "owner",
outputs: [
{
name: "",
type: "address"
}
],
stateMutability: "view",
type: "function"
},
0x10361897: {
inputs: [
{
name: "potatoeIdx",
type: "uint256"
}
],
name: "debtor",
outputs: [
{
name: "",
type: "address"
}
],
stateMutability: "view",
type: "function"
},
0xb7760c8f: {
inputs: [
{
name: "potatoeIdx",
type: "uint256"
},
{
name: "to",
type: "address"
}
],
name: "transfer",
"outputs": [],
stateMutability: "payable",
type: "function"
},
0xdd3ced63: {
inputs: [
{
name: "participantAddress",
type: "address"
}
],
name: "holdings",
outputs: [
{
name: "",
type: "string"
}
],
stateMutability: "view",
type: "function"
},
0x9bcf5f0c: {
inputs: [
{
name: "potatoeIdx",
type: "uint256"
}
],
name: "steal",
"outputs": [],
stateMutability: "payable",
type: "function"
},
0x2e1a7d4d: {
inputs: [
{
name: "amount",
type: "uint256"
}
],
name: "withdraw",
"outputs": [],
stateMutability: "nonpayable",
type: "function"
}
}