|
@@ -13,12 +13,71 @@
|
|
|
"internalType": "uint256",
|
|
|
"name": "amount",
|
|
|
"type": "uint256"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "indexed": false,
|
|
|
+ "internalType": "bytes32",
|
|
|
+ "name": "signature",
|
|
|
+ "type": "bytes32"
|
|
|
}
|
|
|
],
|
|
|
"name": "Claim",
|
|
|
"type": "event"
|
|
|
},
|
|
|
{
|
|
|
+ "inputs": [
|
|
|
+ {
|
|
|
+ "internalType": "uint256",
|
|
|
+ "name": "claimValue",
|
|
|
+ "type": "uint256"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "internalType": "string",
|
|
|
+ "name": "signTime",
|
|
|
+ "type": "string"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "internalType": "bytes32",
|
|
|
+ "name": "signature",
|
|
|
+ "type": "bytes32"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "name": "claimRewards",
|
|
|
+ "outputs": [],
|
|
|
+ "stateMutability": "nonpayable",
|
|
|
+ "type": "function"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "inputs": [],
|
|
|
+ "name": "initialize",
|
|
|
+ "outputs": [],
|
|
|
+ "stateMutability": "nonpayable",
|
|
|
+ "type": "function"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "inputs": [
|
|
|
+ {
|
|
|
+ "internalType": "address",
|
|
|
+ "name": "community",
|
|
|
+ "type": "address"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "internalType": "address",
|
|
|
+ "name": "technical",
|
|
|
+ "type": "address"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "internalType": "address",
|
|
|
+ "name": "devAddress",
|
|
|
+ "type": "address"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "name": "initialize",
|
|
|
+ "outputs": [],
|
|
|
+ "stateMutability": "nonpayable",
|
|
|
+ "type": "function"
|
|
|
+ },
|
|
|
+ {
|
|
|
"anonymous": false,
|
|
|
"inputs": [
|
|
|
{
|
|
@@ -38,6 +97,19 @@
|
|
|
"type": "event"
|
|
|
},
|
|
|
{
|
|
|
+ "inputs": [
|
|
|
+ {
|
|
|
+ "internalType": "address",
|
|
|
+ "name": "inviter",
|
|
|
+ "type": "address"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "name": "participate",
|
|
|
+ "outputs": [],
|
|
|
+ "stateMutability": "payable",
|
|
|
+ "type": "function"
|
|
|
+ },
|
|
|
+ {
|
|
|
"anonymous": false,
|
|
|
"inputs": [
|
|
|
{
|
|
@@ -63,6 +135,19 @@
|
|
|
"type": "event"
|
|
|
},
|
|
|
{
|
|
|
+ "inputs": [
|
|
|
+ {
|
|
|
+ "internalType": "address",
|
|
|
+ "name": "_manager",
|
|
|
+ "type": "address"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "name": "removeManager",
|
|
|
+ "outputs": [],
|
|
|
+ "stateMutability": "nonpayable",
|
|
|
+ "type": "function"
|
|
|
+ },
|
|
|
+ {
|
|
|
"anonymous": false,
|
|
|
"inputs": [
|
|
|
{
|
|
@@ -76,6 +161,65 @@
|
|
|
"type": "event"
|
|
|
},
|
|
|
{
|
|
|
+ "inputs": [],
|
|
|
+ "name": "renounceOwnership",
|
|
|
+ "outputs": [],
|
|
|
+ "stateMutability": "nonpayable",
|
|
|
+ "type": "function"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "inputs": [
|
|
|
+ {
|
|
|
+ "internalType": "uint256",
|
|
|
+ "name": "baseReward",
|
|
|
+ "type": "uint256"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "name": "setBaseReward",
|
|
|
+ "outputs": [],
|
|
|
+ "stateMutability": "nonpayable",
|
|
|
+ "type": "function"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "inputs": [
|
|
|
+ {
|
|
|
+ "internalType": "uint256",
|
|
|
+ "name": "value",
|
|
|
+ "type": "uint256"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "name": "setBaseValue",
|
|
|
+ "outputs": [],
|
|
|
+ "stateMutability": "nonpayable",
|
|
|
+ "type": "function"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "inputs": [
|
|
|
+ {
|
|
|
+ "internalType": "string",
|
|
|
+ "name": "_digit",
|
|
|
+ "type": "string"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "name": "setDigit",
|
|
|
+ "outputs": [],
|
|
|
+ "stateMutability": "nonpayable",
|
|
|
+ "type": "function"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "inputs": [
|
|
|
+ {
|
|
|
+ "internalType": "address",
|
|
|
+ "name": "_manager",
|
|
|
+ "type": "address"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "name": "setManager",
|
|
|
+ "outputs": [],
|
|
|
+ "stateMutability": "nonpayable",
|
|
|
+ "type": "function"
|
|
|
+ },
|
|
|
+ {
|
|
|
"anonymous": false,
|
|
|
"inputs": [
|
|
|
{
|
|
@@ -89,16 +233,29 @@
|
|
|
"type": "event"
|
|
|
},
|
|
|
{
|
|
|
- "inputs": [],
|
|
|
- "name": "_baseDistribution",
|
|
|
- "outputs": [
|
|
|
+ "inputs": [
|
|
|
+ {
|
|
|
+ "internalType": "address",
|
|
|
+ "name": "newOwner",
|
|
|
+ "type": "address"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "name": "transferOwnership",
|
|
|
+ "outputs": [],
|
|
|
+ "stateMutability": "nonpayable",
|
|
|
+ "type": "function"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "inputs": [
|
|
|
{
|
|
|
"internalType": "uint256",
|
|
|
- "name": "",
|
|
|
+ "name": "amount",
|
|
|
"type": "uint256"
|
|
|
}
|
|
|
],
|
|
|
- "stateMutability": "view",
|
|
|
+ "name": "withdraw",
|
|
|
+ "outputs": [],
|
|
|
+ "stateMutability": "nonpayable",
|
|
|
"type": "function"
|
|
|
},
|
|
|
{
|
|
@@ -193,29 +350,6 @@
|
|
|
"type": "function"
|
|
|
},
|
|
|
{
|
|
|
- "inputs": [
|
|
|
- {
|
|
|
- "internalType": "uint256",
|
|
|
- "name": "claimValue",
|
|
|
- "type": "uint256"
|
|
|
- },
|
|
|
- {
|
|
|
- "internalType": "string",
|
|
|
- "name": "signTime",
|
|
|
- "type": "string"
|
|
|
- },
|
|
|
- {
|
|
|
- "internalType": "bytes32",
|
|
|
- "name": "signature",
|
|
|
- "type": "bytes32"
|
|
|
- }
|
|
|
- ],
|
|
|
- "name": "claimRewards",
|
|
|
- "outputs": [],
|
|
|
- "stateMutability": "nonpayable",
|
|
|
- "type": "function"
|
|
|
- },
|
|
|
- {
|
|
|
"inputs": [],
|
|
|
"name": "getDigit",
|
|
|
"outputs": [
|
|
@@ -229,36 +363,6 @@
|
|
|
"type": "function"
|
|
|
},
|
|
|
{
|
|
|
- "inputs": [],
|
|
|
- "name": "initialize",
|
|
|
- "outputs": [],
|
|
|
- "stateMutability": "nonpayable",
|
|
|
- "type": "function"
|
|
|
- },
|
|
|
- {
|
|
|
- "inputs": [
|
|
|
- {
|
|
|
- "internalType": "address",
|
|
|
- "name": "community",
|
|
|
- "type": "address"
|
|
|
- },
|
|
|
- {
|
|
|
- "internalType": "address",
|
|
|
- "name": "technical",
|
|
|
- "type": "address"
|
|
|
- },
|
|
|
- {
|
|
|
- "internalType": "address",
|
|
|
- "name": "devAddress",
|
|
|
- "type": "address"
|
|
|
- }
|
|
|
- ],
|
|
|
- "name": "initialize",
|
|
|
- "outputs": [],
|
|
|
- "stateMutability": "nonpayable",
|
|
|
- "type": "function"
|
|
|
- },
|
|
|
- {
|
|
|
"inputs": [
|
|
|
{
|
|
|
"internalType": "address",
|
|
@@ -293,117 +397,6 @@
|
|
|
{
|
|
|
"inputs": [
|
|
|
{
|
|
|
- "internalType": "address",
|
|
|
- "name": "inviter",
|
|
|
- "type": "address"
|
|
|
- }
|
|
|
- ],
|
|
|
- "name": "participate",
|
|
|
- "outputs": [],
|
|
|
- "stateMutability": "payable",
|
|
|
- "type": "function"
|
|
|
- },
|
|
|
- {
|
|
|
- "inputs": [
|
|
|
- {
|
|
|
- "internalType": "address",
|
|
|
- "name": "_manager",
|
|
|
- "type": "address"
|
|
|
- }
|
|
|
- ],
|
|
|
- "name": "removeManager",
|
|
|
- "outputs": [],
|
|
|
- "stateMutability": "nonpayable",
|
|
|
- "type": "function"
|
|
|
- },
|
|
|
- {
|
|
|
- "inputs": [],
|
|
|
- "name": "renounceOwnership",
|
|
|
- "outputs": [],
|
|
|
- "stateMutability": "nonpayable",
|
|
|
- "type": "function"
|
|
|
- },
|
|
|
- {
|
|
|
- "inputs": [
|
|
|
- {
|
|
|
- "internalType": "uint256",
|
|
|
- "name": "dis",
|
|
|
- "type": "uint256"
|
|
|
- }
|
|
|
- ],
|
|
|
- "name": "setBaseDistribution",
|
|
|
- "outputs": [],
|
|
|
- "stateMutability": "nonpayable",
|
|
|
- "type": "function"
|
|
|
- },
|
|
|
- {
|
|
|
- "inputs": [
|
|
|
- {
|
|
|
- "internalType": "uint256",
|
|
|
- "name": "baseReward",
|
|
|
- "type": "uint256"
|
|
|
- }
|
|
|
- ],
|
|
|
- "name": "setBaseReward",
|
|
|
- "outputs": [],
|
|
|
- "stateMutability": "nonpayable",
|
|
|
- "type": "function"
|
|
|
- },
|
|
|
- {
|
|
|
- "inputs": [
|
|
|
- {
|
|
|
- "internalType": "uint256",
|
|
|
- "name": "value",
|
|
|
- "type": "uint256"
|
|
|
- }
|
|
|
- ],
|
|
|
- "name": "setBaseValue",
|
|
|
- "outputs": [],
|
|
|
- "stateMutability": "nonpayable",
|
|
|
- "type": "function"
|
|
|
- },
|
|
|
- {
|
|
|
- "inputs": [
|
|
|
- {
|
|
|
- "internalType": "string",
|
|
|
- "name": "_digit",
|
|
|
- "type": "string"
|
|
|
- }
|
|
|
- ],
|
|
|
- "name": "setDigit",
|
|
|
- "outputs": [],
|
|
|
- "stateMutability": "nonpayable",
|
|
|
- "type": "function"
|
|
|
- },
|
|
|
- {
|
|
|
- "inputs": [
|
|
|
- {
|
|
|
- "internalType": "address",
|
|
|
- "name": "_manager",
|
|
|
- "type": "address"
|
|
|
- }
|
|
|
- ],
|
|
|
- "name": "setManager",
|
|
|
- "outputs": [],
|
|
|
- "stateMutability": "nonpayable",
|
|
|
- "type": "function"
|
|
|
- },
|
|
|
- {
|
|
|
- "inputs": [
|
|
|
- {
|
|
|
- "internalType": "address",
|
|
|
- "name": "newOwner",
|
|
|
- "type": "address"
|
|
|
- }
|
|
|
- ],
|
|
|
- "name": "transferOwnership",
|
|
|
- "outputs": [],
|
|
|
- "stateMutability": "nonpayable",
|
|
|
- "type": "function"
|
|
|
- },
|
|
|
- {
|
|
|
- "inputs": [
|
|
|
- {
|
|
|
"internalType": "uint256",
|
|
|
"name": "amount",
|
|
|
"type": "uint256"
|
|
@@ -463,18 +456,5 @@
|
|
|
],
|
|
|
"stateMutability": "view",
|
|
|
"type": "function"
|
|
|
- },
|
|
|
- {
|
|
|
- "inputs": [
|
|
|
- {
|
|
|
- "internalType": "uint256",
|
|
|
- "name": "amount",
|
|
|
- "type": "uint256"
|
|
|
- }
|
|
|
- ],
|
|
|
- "name": "withdraw",
|
|
|
- "outputs": [],
|
|
|
- "stateMutability": "nonpayable",
|
|
|
- "type": "function"
|
|
|
}
|
|
|
-]
|
|
|
+]
|