GenesisSC
Verified contract
Active on
Ethereum with 3,833 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xf998…88c3
Balances ($3.15)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
OCEAN | ERC-20 | 5 | $0.629329 |
$3.15 | |
ERD | ERC-20 | 2.500001M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11380925 | 4 years ago | | | 0 | 0.21473912 | |
| 11380919 | 4 years ago | | | 0 | 0.0020619060 | |
| 11380913 | 4 years ago | | | 0 | 0.0039438000 | |
| 10874419 | 4 years ago | | | 0 | 0.52729030 | |
| 10874419 | 4 years ago | | | 0 | 0.011199705 | |
| 10874419 | 4 years ago | | | 0 | 0.069343560 | |
| 10874419 | 4 years ago | | | 0 | 0.011063951 | |
| 10874419 | 4 years ago | | | 0 | 0.068506944 | |
| 10874419 | 4 years ago | | | 0 | 0.055739806 | |
| 10874419 | 4 years ago | | | 0 | 0.13232226 |
ABI
ABI objects
Getter at block 21259249 lostFundsAmount() view returns (uint256) whitelistedAccountAddresses() view returns (address[], uint256[])
contractState() view returns (uint8)
4
currentTotalDelegated() view returns (uint256)
2512500000000000000000000000
delegationAmountLimit() view returns (uint256)
2512500000000000000000000000
delegationNodesLimit() view returns (uint256)
1005
isOwner() view returns (bool)
false
nodePrice() view returns (uint256)
2500000000000000000000000
owner() view returns (address)
0xb934c8f02012dd5971b5faeb514c29d2742bdfe0
token() view returns (address)
0xf9986d445ced31882377b5d6a5f58eaea72288c3
Read-only
delegationDeposit(address who) view returns (uint256, bytes32)
stakingNodeInfo(address who, bytes32 blsKeyHash) view returns (bytes32, bool)
stakingNodesHashes(address who) view returns (bytes32[], bool[], bytes32[])
whitelistedAccount(address who) view returns (uint256 maxNumberOfNodes, uint256 amountStaked)
State-modifying
Events approveBlsKeyHashes(address who, bytes32[] blsHashes)
burnCommittedFunds()
changeStateToFinalized()
changeStateToRetired()
changeStateToStaking()
changeStateToValidating()
depositDelegateStake(uint256 amount, bytes32 elrondAddressHash)
editWhitelistedAccountNumberOfNodes(address who, uint256 numberOfNodes)
increaseDelegatedAmount(uint256 amount)
recoverLostFunds(address who, uint256 amount)
renounceOwnership()
submitStake(bytes32[] blsKeyHashes, bytes32 elrondAddressHash)
transferOwnership(address newOwner)
unapproveBlsKeyHashes(address who, bytes32[] blsHashes)
whitelistAccount(address who, uint256 numberOfNodes)
withdraw()
withdrawDelegatedStake(uint256 amount)
withdrawPerNodes(bytes32[] blsKeyHashes)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
StakeDeposited(address indexed account, uint256 amount)
StakeWithdrawn(address indexed account, uint256 amount)
StateChanged(uint8 fromState, uint8 toState)
constructor(address _token, uint256 _nodePrice, uint256 _delegationNodesLimit)
This contract contains no fallback and receive objects.
This contract contains no error objects.