NFTDAO
Verified contract
Implementation
Active on
Ethereum with 1 txns
Storage
Map
Table
Raw
Constants and immutables
0
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 "NFTDAO"
ABI
ABI objects
Getter at block 21326375
isDao() view returns (bool)
false
owner() view returns (address)
0x0000000000000000000000000000000000000000
percentToVote() view returns (uint256)
60
percentToVoteFrozen() view returns (bool)
false
votingDuration() view returns (uint256)
86400
votingDurationFrozen() view returns (bool)
false
Read-only
balanceOf(address owner_) view returns (uint256)
votings(uint256) view returns (address contractAddress, bytes data, uint256 value, string comment, uint256 index, uint256 timestamp, bool isActivated)
State-modifying
Events activateVoting(uint256 _index)
changePercentToVote(uint256 _percentToVote) returns (bool success)
changeVotingDuration(uint256 _votingDuration) returns (bool success)
createVoting(address _contractAddress, bytes _data, uint256 _value, string _comment) returns (bool success)
freezePercentToVoteFrozen()
freezeVotingDuration()
signVoting(uint256 _index) returns (bool success)
withdraw()
withdrawTokens(address tokenAddress)
VotingActivated(uint256 indexed index, uint256 timestamp, bytes result)
VotingCreated(address contractAddress, bytes data, uint256 value, string comment, uint256 indexed index, uint256 timestamp)
VotingSigned(uint256 indexed index, address indexed signer, uint256 timestamp)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.