ODSMiner
Verified contract
Active on
Ethereum with 32,034 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x5b5a…d240
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ODSC | ERC-20 | 4.19075M | -- | -- | |
ZDSC | ERC-20 | 3.503824K | -- | -- | |
ODSLP | ERC-20 | 17.074257 | -- | -- | |
ODSLP | ERC-20 | 8.012392 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20442967 | 4 months ago | | | 0 | 0.00033169753 | |
| 20442939 | 4 months ago | | | 0 | 0.00020564343 | |
| 18588503 | a year ago | | | 0 | 0.0017562451 | |
| 17729511 | a year ago | | | 0 | 0.0026250885 | |
| 17556336 | a year ago | | | 0 | 0.0011446163 | |
| 17556320 | a year ago | | | 0 | 0.0016238911 | |
| 12328473 | 4 years ago | | | 0 | 0.0024585791 | |
| 12222549 | 4 years ago | | | 0 | 0.0065857200 | |
| 12169309 | 4 years ago | | | 0 | 0.013764155 | |
| 12166376 | 4 years ago | | | 0 | 0.0083105361 |
ABI
ABI objects
Getter at block 21286043
ODS_TOTAL_SUPPLY() view returns (uint256)
4200000
contributionAmount() view returns (uint256)
176923846354166660061726
getNodeRewardSetting() view returns (uint256 _rewardPreSuperNode, uint256 _rewardShareForSuperNodes, uint256 _rewardPreNode, uint256 _rewardShareForNodes)
(_rewardPreSuperNode=1000000000000000000, _rewardShareForSuperNodes=1000000000000000000, _rewardPreNode=0, _rewardShareForNodes=0)
isNode() view returns (bool, bool)
(false, false)
nodeCountInfo() view returns (uint256 _superNodeCount, uint256 _nodeCount)
(_superNodeCount=22, _nodeCount=0)
odsPerBlock() view returns (uint256)
18229166666666666
owner() view returns (address)
0x6d2b3a75955ce563a87bda07775d7e6191f6b1d2
pendingNodeOds() view returns (uint256)
0
premineAmount() view returns (uint256)
9930000000000000000000
startBlock() view returns (uint256)
11378632
totalAllocPoint() view returns (uint256)
100
Read-only
nodeInfo(address) view returns (bool active, bool superNode, uint256 lastRewardBlock, uint256 amount, uint256 superNodeRewardCount, uint256 nodeRewardCount)
nodeList(uint256) view returns (address)
pendingOds(uint256 _pid, address _user) view returns (uint256)
poolInfo(uint256) view returns (address lpToken, uint256 allocPoint, uint256 lastRewardBlock, uint256 accOdsPerShare, uint256 totalSupply)
userInfo(uint256, address) view returns (uint256 amount, uint256 rewardDebt)
State-modifying
Events add(uint256 _allocPoint, address _lpToken, bool _withUpdate)
addNodes(address account, bool superNode)
addOperator(address account)
contributionWithdraw(uint256 amount)
deposit(uint256 _pid, uint256 _amount)
init(uint256 totalSupply) payable
initNode(address[] nodes, bool[] superNode)
massUpdatePools()
removeNodes(address account)
removeOperator(address account)
renounceOwnership()
set(uint256 _pid, uint256 _allocPoint, bool _withUpdate)
setNodeReward(uint256 _rewardPreSuperNode, uint256 _rewardShareForSuperNodes, uint256 _rewardPreNode, uint256 _rewardShareForNodes)
transferOwnership(address newOwner)
updatePool(uint256 _pid)
withdraw(uint256 _pid, uint256 _amount)
withdrawNodeOds(uint256 _amount)
withdrawPreMine(uint256 _amount)
Deposit(address indexed user, uint256 indexed pid, uint256 amount, uint256 poolAccOdsPerShare, uint256 pending, uint256 userAmount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Withdraw(address indexed user, uint256 indexed pid, uint256 amount, uint256 poolAccOdsPerShare, uint256 pending, uint256 userAmount)
constructor(address _token, uint256 _odsPerBlock, uint256 _startBlock)
This contract contains no fallback and receive objects.
This contract contains no error objects.