NodeRegistryLogic
Verified contract
Active on
Ethereum with 354 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xac1b…b60f
Balances ($0.00)
No balances found for "NodeRegistryLogic"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11980720 | 4 years ago | | | 0 | 0.024745600 | |
| 11980671 | 4 years ago | | | 0 | 0.0040264160 | |
| 11980657 | 4 years ago | | | 0 | 0.0039551520 | |
| 10498419 | 4 years ago | | | 0 | 0.0019654620 | |
| 10497444 | 4 years ago | | | 0 | 0.0024409770 | |
| 10495699 | 4 years ago | | | 0 | 0.0032690700 | |
| 10488084 | 4 years ago | | | 0 | 0.0021949471 | |
| 10480775 | 4 years ago | | | 0 | 0.0014010300 | |
| 10480694 | 4 years ago | | | 0 | 0.0015411330 | |
| 10480254 | 4 years ago | | | 0 | 0.00082391400 |
ABI
ABI objects
Getter at block 21210450
VERSION() view returns (uint256)
12300020190709
adminKey() view returns (address)
0x85ed0e04a1878439cf2159767476beda4aceecf8
blockRegistry() view returns (address)
0x7fc74751ef749707b4968091d7ddb53ef7aa322f
maxDepositFirstYear() view returns (uint256)
20000000000000000000
minDeposit() view returns (uint256)
10000000000000000
nodeRegistryData() view returns (address)
0xac1b824795e1eb1f6e609fe0da9b9af8beaab60f
pendingNewLogic() view returns (address)
0x0000000000000000000000000000000000000000
supportedToken() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
timestampAdminKeyActive() view returns (uint256)
1607760148
totalNodes() view returns (uint256)
20
updateTimeout() view returns (uint256)
0
Read-only
This contract contains no read-only function objects.
State-modifying
Events activateNewLogic()
adminRemoveNodeFromRegistry(address _signer)
adminUpdateLogic(address _newLogic)
convict(bytes32 _hash)
registerNode(string _url, uint192 _props, uint64 _weight, uint256 _deposit)
registerNodeFor(string _url, uint192 _props, address _signer, uint64 _weight, uint256 _depositAmount, uint8 _v, bytes32 _r, bytes32 _s)
returnDeposit(address _signer)
revealConvict(address _signer, bytes32 _blockhash, uint256 _blockNumber, uint8 _v, bytes32 _r, bytes32 _s)
transferOwnership(address _signer, address _newOwner)
unregisteringNode(address _signer)
updateNode(address _signer, string _url, uint192 _props, uint64 _weight, uint256 _additionalDeposit)
LogDepositReturned(address signer, address owner, uint256 deposit, address erc20Token)
LogNewPendingContract(address newPendingContract)
LogNodeConvicted(address signer)
LogNodeRegistered(string url, uint192 props, address signer, uint256 deposit)
LogNodeRemoved(string url, address signer)
LogNodeUpdated(string url, uint192 props, address signer, uint256 deposit)
LogOwnershipChanged(address signer, address oldOwner, address newOwner)
constructor(address _blockRegistry, address _nodeRegistryData, uint256 _minDeposit)
This contract contains no fallback and receive objects.
This contract contains no error objects.