NodeBallot
Verified contract
Active on
Ethereum with 1,702 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x5e6b…d940
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ITC | ERC-20 | 3.923442M | -- | -- | |
OPTC | ERC-20 | 2 | -- | -- | |
cUSD | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 8400239 | 5 years ago | | | 0 | 0.0018154284 | |
| 8400239 | 5 years ago | | | 0 | 0.0018154284 | |
| 8400239 | 5 years ago | | | 0 | 0.0018154284 | |
| 8400239 | 5 years ago | | | 0 | 0.0018154284 | |
| 8400223 | 5 years ago | | | 0 | 0.0018286219 | |
| 8400179 | 5 years ago | | | 0 | 0.0017151576 | |
| 8400179 | 5 years ago | | | 0 | 0.0017151576 | |
| 8400163 | 5 years ago | | | 0 | 0.0013193520 | |
| 8400163 | 5 years ago | | | 0 | 0.0013193520 | |
| 8400163 | 5 years ago | | | 0 | 0.0013193520 |
ABI
ABI objects
Getter at block 21166461
_owner() view returns (address)
0x4ab4f586a5f444e3e8a0810692ddbeb4b5a6becb
activityEnable() view returns (bool)
true
decimals() view returns (uint256)
1000000000000000000
isOwner() view returns (bool)
false
lockLimitTime() view returns (uint256)
90
startDate() view returns (uint256)
1560755301
token() view returns (address)
0x5e6b6d9abad9093fdc861ea1600eba1b355cd940
totalLockToken() view returns (uint256)
3923442276000000000100000
totalWithdrawToken() view returns (uint256)
0
withdrawEnable() view returns (bool)
false
Read-only
nodes(address) view returns (uint256 originalAmount, uint256 totalBallotAmount, uint256 date, bool valid)
userBallotInfoMap(address) view returns (address nodeAddress, uint256 amount, uint256 date)
State-modifying
Events ballot(address nodeAddress, uint256 ballotAmount) returns (bool result)
destruct() payable
generalSuperNode(uint256 originalAmount)
motifyActivityEnable(bool enable)
openWithdraw(bool enable)
transferOwnership(address newOwner)
transferToken()
withdrawToken() returns (bool res)
withdrawTokenToAddress(address ballotAddress) returns (bool res)
Ballot(address indexed _ballotAddress, address indexed _nodeAddress, uint256 _ballotAmount, uint256 _date)
GeneralNode(address indexed _nodeAddress, uint256 _oringinalAmount, uint256 _date)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Withdraw(address indexed _ballotAddress, uint256 _amount)
constructor(address tokenAddr)
This contract contains no fallback and receive objects.
This contract contains no error objects.