StrongInuNodePool
Verified contract
Active on
Ethereum with 302 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xcd31…2721
Balances ($77.16)
Native
Value
$77.16
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.025 | $3,086.35 |
$77.16 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14343530 | 3 years ago | | | 0.005 | 0.0014681356 | |
| 14316983 | 3 years ago | | | 0.02 | 0.0050563785 | |
| 14309795 | 3 years ago | | | 0 | 0.0040144229 | |
| 14309791 | 3 years ago | | | 0 | 0.0023737826 | |
| 14309785 | 3 years ago | | | 0 | 0.024281649 | |
| 14307700 | 3 years ago | | | 0.005 | 0.0015125911 | |
| 14304900 | 3 years ago | | | 0.01 | 0.0024091777 | |
| 14303368 | 3 years ago | | | 0.09 | 0.013903816 | |
| 14300784 | 3 years ago | | | 0.005 | 0.0023383765 | |
| 14300390 | 3 years ago | | | 0.005 | 0.0015781832 |
ABI
ABI objects
Getter at block 21208499
SINU() view returns (address)
0xcd31462b625ea4095914ab3aa8c6e17a228e2721
burnAddress() view returns (address)
0x000000000000000000000000000000000000dead
burnFee() view returns (uint256)
50
feeAmount() view returns (uint256)
5000000000000000
feeDenomiator() view returns (uint256)
1000
feeDuration() view returns (uint256)
2592000
maxNodes() view returns (uint256)
100
nodePrice() view returns (uint256)
500000000000000000000000
overDuration() view returns (uint256)
1296000
owner() view returns (address)
0x4dd7dd8cddf79ace2f766f155edebe8967fbd765
rewardPerDay() view returns (uint256)
10500000000000000000000
teamFee() view returns (uint256)
150
teamWallet() view returns (address)
0x10af74bf40baea1dbb94b5b6845754d82bf2b90a
totalNodesCreated() view returns (uint256)
255
Read-only
getNodeNumberOf(address account) view returns (uint256)
getNodes(address account) view returns (struct StrongInuNodePoolNodeEntity[] nodes)
getRewardAmountOf(address account, uint256 creationTime) view returns (uint256)
getRewardTotalAmountOf(address account) view returns (uint256)
State-modifying
Events changeNodePrice(uint256 newNodePrice)
changeRewardPerNode(uint256 _rewardPerDay)
claimAllNodesReward()
claimNodeReward(uint256 _creationTime)
createNode(string nodeName, uint256 count)
payAllNodesFee() payable
payNodeFee(uint256 _creationTime) payable
renounceOwnership()
setFeeAmount(uint256 _feeAmount)
setFeeDuration(uint256 _feeDuration)
setFees(uint256 _teamFee, uint256 _burnFee)
setMaxNodes(uint256 _count)
setOverDuration(uint256 _overDuration)
setTeamWallet(address _wallet)
transferOwnership(address newOwner)
withdrawFee(uint256 amount)
withdrawReward(uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor()
receive()
This contract contains no error objects.