Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "OperaDAO"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18374172 | a year ago | | | 0 | 0.00019405779 | |
| 18373618 | a year ago | | | 0 | 0.00038503952 | |
| 18366230 | a year ago | | | 0 | 0.0010136518 | |
| 18366228 | a year ago | | | 0 | 0.00065679739 | |
| 18301712 | a year ago | | | 0 | 0.0019575159 | |
| 18264071 | a year ago | | | 0 | 0.0015664690 | |
| 18227266 | a year ago | | | 0 | 0.0017536554 | |
| 18227247 | a year ago | | | 0 | 0.00080870349 | |
| 18129180 | a year ago | | | 0 | 0.0071065112 | |
| 18121857 | a year ago | | | 0 | 0.0012688950 |
ABI
ABI objects
Getter at block 21382929
cooldownTimer() view returns (uint64)
604800
delayTimer() view returns (uint64)
5
lobbyCount() view returns (uint64)
3
operaFactoryAddress() view returns (address)
0xc48db2eb8e31675bb3a1e1a7a35fd7e4717d28dc
operaTokenAddress() view returns (address)
0x3bd8268791de798d4ed5d424d49412cf42b8ec3a
owner() view returns (address)
0xd6265ed5fd18904e7d8043d987dfd64f4a7d3851
voteTime() view returns (uint64)
86400
Read-only
lobbyVoterCount(uint64) view returns (uint64)
nonVoter(address) view returns (bool)
tokenIdVoteLobby(uint64) view returns (uint64)
tokenIdVoteState(uint64) view returns (uint8)
tokenIdVoteTimer(uint64) view returns (uint256)
voterAlreadyVotedForLobby(address, uint256) view returns (bool)
votingLobbyToPositionVote(uint64, uint64) view returns (address voter, bool vote)
State-modifying
Events completeVote(uint64 id)
removeTokenLP(uint64 id)
setFactoryAddress(address factory)
setTimers(uint64 cooldown, uint64 delay, uint64 _voteTime)
startTimer(uint64 tokenId, uint64 time)
startVoteForTokenId(uint64 id)
updateVoterStatus(address voter, bool state)
voteForId(uint64 id, bool vote)
tokenVoteStateChanged(uint64 tokenId, uint64 lobbyId, uint256 blocktime, uint8 state)
voteCounted(address voter, uint64 tokenId, uint64 lobbyId, uint256 amount)
voteEmitted(address voter, uint64 lobbyId, uint64 tokenId, bool vote)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.