NodeManager
Verified contract
Active on
Ethereum with 7 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "NodeManager"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20875949 | a month ago | | | 0 | 0.0016903430 | |
| 20844168 | 2 months ago | | | 0 | 0.0071514336 | |
| 20844162 | 2 months ago | | | 0 | 0.0072201351 | |
| 20844105 | 2 months ago | | | 0 | 0.013891667 | |
| 20844014 | 2 months ago | | | 0 | 0.0085322485 | |
| 20843988 | 2 months ago | | | 0 | 0.0064640924 | |
| 20843965 | 2 months ago | | | 0 | 0.0059930065 |
ABI
ABI objects
Getter at block 21202843
buyNodeAllowed() view returns (bool)
true
claimAllowed() view returns (bool)
true
createNodeAllowed() view returns (bool)
true
nextNodeId() view returns (uint256)
8
nodeTypesAmount() view returns (uint256)
7
owner() view returns (address)
0xe3e2e6bf3f30848daee82a28a1abebae543f3ff7
ponziBuild() view returns (address)
0x3d538aa44151c1f143e4911f4ef6bfc040bb9ce9
Read-only
getNodePrice(uint256 nodeRewardsPerDay, uint256 claimFees, uint256 lockingPeriod) pure returns (uint256)
getOwnedNodes(address user) view returns (struct NodeManagerNodeOwned[])
getPendingRewardsAll(address user) view returns (uint256 claimableRewards, uint256 lockedRewards)
getPendingRewardsOne(address user, uint256 nodeId) view returns (uint256, bool)
nodeExist(string) view returns (bool)
nodeOwned(address, uint256) view returns (struct NodeManagerNodeType nodeType, uint256 lastNodePurchase, uint256 quantity, uint256 lastClaim, uint256 latentClaim)
nodeTypes(uint256) view returns (uint256 nodeId, address creator, string name, uint256 nodeRewardsPerDay, uint256 claimFees, uint256 lockingPeriod, uint256 price, uint256 bgId, uint256 iconId)
nodeTypesOwned(address, uint256) view returns (uint256)
referralRewardsPerNode(address, uint256) view returns (uint256)
referralTotalRewards(address) view returns (uint256)
retreiveNodeTypes(uint256 resultLength, uint256 pagination) view returns (struct NodeManagerNodeType[])
State-modifying
Events buyNode(uint256 nodeId, uint256 amount)
claimAll()
claimOne(uint256 nodeId)
createNode(string name, uint256 nodeRewardsPerDay, uint256 claimFees, uint256 lockingPeriod, uint256 bgId, uint256 iconId)
renounceOwnership()
setParameters(bool _createNodeAllowed, bool _buyNodeAllowed, bool _claimAllowed)
transferOwnership(address newOwner)
NodeBought(address indexed user, uint256 indexed nodeId, uint256 amount)
NodeCreated(address indexed creator, uint256 indexed nodeId)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(address _ponziBuild)
This contract contains no fallback and receive objects.
This contract contains no error objects.