Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xea04…4f67
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USA | ERC-20 | 1 | $0.001794 |
$0 | |
WORLD | ERC-20 | 31.26992K | -- | -- | |
ATN | ERC-20 | 10K | -- | -- | |
| ERC-20 | 2.4K | -- | -- | |
OHNO | ERC-20 | 2 | -- | -- | |
LZPZ | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21733339 | 2 hours ago | | | 0 | 0.0000058911838 | |
| 21733149 | 2 hours ago | | | 0 | 0.0000069999662 | |
| 21728690 | 4 hours ago | | | 0 | 0.0000046416095 | |
| 21725801 | 6 hours ago | | | 0 | 0.0000072197605 | |
| 21720364 | 9 hours ago | | | 0 | 0.0000019686809 | |
| 21716925 | 11 hours ago | | | 0 | 0.0000016579830 | |
| 21714004 | 12 hours ago | | | 0 | 0.0000015337735 | |
| 21713955 | 12 hours ago | | | 0 | 0.0000014295214 | |
| 21711154 | 14 hours ago | | | 0 | 0.0000016958261 | |
| 21701661 | 19 hours ago | | | 0 | 8.4614837e-7 |
ABI
ABI objects
Getter at block 21736210
MAX_LENGTH_VOTE() view returns (uint256)
2592300
MIN_LENGTH_VOTE() view returns (uint256)
240
currentVoteId() view returns (uint256)
44
operatorAddress() view returns (address)
0xa507f0f77aa9281bc29a60d585fee45f16583f02
owner() view returns (address)
0x573703139e5c61a2c2df68f4fed38547a7eef84f
viewCurrentVoteId() view returns (uint256)
44
voteToken() view returns (address)
0xea04bd97f8083559dccd108659d7eb3560454f67
Read-only
viewUserVote(address user, uint256 _voteId) view returns (uint256 tickets)
viewVote(uint256 _voteId) view returns (struct IXB_VOTEvote)
viewVoteTarget(uint256 _voteId) view returns (uint256[] tickets)
State-modifying
Events claimTickets(uint256[] _vote_Ids)
closeVote(uint256 _vote_Id)
renounceOwnership()
setOperator(address _operatorAddress)
startVote(uint256 _endTime, uint32[] _targetIds)
transferOwnership(address newOwner)
voteTickets(uint256 _vote_Id, uint32 _target_Id, uint256 _voteNumber)
NewOperator(address operator)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
userClaim(address indexed user, uint256 indexed voteId, uint256 tickets)
userVote(address indexed user, uint256 indexed voteId, uint256 targetId, uint256 tickets)
voteClose(uint256 indexed voteId)
voteOpen(uint256 indexed voteId, uint256 startTime, uint256 endTime)
constructor(address _voteTokenAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.