Fei DAO
Verified contract
Active on
Ethereum with 1,011 txns
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 "Fei DAO"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17004646 | 2 years ago | | | 0 | 0.015928142 | |
| 16996689 | 2 years ago | | | 0 | 0.020527814 | |
| 16989086 | 2 years ago | | | 0 | 0.0019052878 | |
| 16984436 | 2 years ago | | | 0 | 0.0022792336 | |
| 16983826 | 2 years ago | | | 0 | 0.0023575837 | |
| 16983436 | 2 years ago | | | 0 | 0.0029328396 | |
| 16983396 | 2 years ago | | | 0 | 0.0028061753 | |
| 16982921 | 2 years ago | | | 0 | 0.0031790691 | |
| 16982839 | 2 years ago | | | 0 | 0.065562064 | |
| 15704024 | 2 years ago | | | 0 | 0.019967068 |
ABI
ABI objects
Getter at block 21436219
BACKUP_GOVERNOR() view returns (address)
0x4c895973334af8e06fd6da4f723ac24a5f259e6b
BALLOT_TYPEHASH() view returns (bytes32)
0x150214d74d59b7d1e90c73fc22ef3d991dd0a76b046543d4d80ab92d2a50328f
COUNTING_MODE() pure returns (string)
support=bravo&quorum=bravo
ROLLBACK_DEADLINE() view returns (uint256)
1635724800
name() view returns (string)
Fei DAO
proposalThreshold() view returns (uint256)
2500000000000000000000000
quorumVotes() view returns (uint256)
25000000000000000000000000
timelock() view returns (address)
0xd51dba7a94e1adea403553a8235c302cebf41a3c
token() view returns (address)
0xc7283b66eb1eb5fb86327f08e1b5816b0720212b
version() view returns (string)
1
votingDelay() view returns (uint256)
1
votingPeriod() view returns (uint256)
13000
Read-only
getActions(uint256 proposalId) view returns (address[] targets, uint256[] values, string[] signatures, bytes[] calldatas)
getReceipt(uint256 proposalId, address voter) view returns (struct IGovernorCompatibilityBravoReceipt)
getVotes(address account, uint256 blockNumber) view returns (uint256)
hasVoted(uint256 proposalId, address account) view returns (bool)
hashProposal(address[] targets, uint256[] values, bytes[] calldatas, bytes32 descriptionHash) pure returns (uint256)
proposalDeadline(uint256 proposalId) view returns (uint256)
proposalEta(uint256 proposalId) view returns (uint256)
proposalSnapshot(uint256 proposalId) view returns (uint256)
proposals(uint256 proposalId) view returns (uint256 id, address proposer, uint256 eta, uint256 startBlock, uint256 endBlock, uint256 forVotes, uint256 againstVotes, uint256 abstainVotes, bool canceled, bool executed)
quorum(uint256) view returns (uint256)
state(uint256 proposalId) view returns (uint8)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events __acceptAdmin()
__executeRollback()
__rollback(uint256 eta)
cancel(uint256 proposalId)
castVote(uint256 proposalId, uint8 support) returns (uint256)
castVoteBySig(uint256 proposalId, uint8 support, uint8 v, bytes32 r, bytes32 s) returns (uint256)
castVoteWithReason(uint256 proposalId, uint8 support, string reason) returns (uint256)
execute(address[] targets, uint256[] values, bytes[] calldatas, bytes32 descriptionHash) payable returns (uint256)
execute(uint256 proposalId) payable
propose(address[] targets, uint256[] values, bytes[] calldatas, string description) returns (uint256)
propose(address[] targets, uint256[] values, string[] signatures, bytes[] calldatas, string description) returns (uint256)
queue(address[] targets, uint256[] values, bytes[] calldatas, bytes32 descriptionHash) returns (uint256)
queue(uint256 proposalId)
setProposalThreshold(uint256 newProposalThreshold)
setQuorum(uint256 newQuorum)
setVotingDelay(uint256 newVotingDelay)
setVotingPeriod(uint256 newVotingPeriod)
updateTimelock(address newTimelock)
ProposalCanceled(uint256 proposalId)
ProposalCreated(uint256 proposalId, address proposer, address[] targets, uint256[] values, string[] signatures, bytes[] calldatas, uint256 startBlock, uint256 endBlock, string description)
ProposalExecuted(uint256 proposalId)
ProposalQueued(uint256 proposalId, uint256 eta)
ProposalThresholdUpdated(uint256 oldProposalThreshold, uint256 newProposalThreshold)
QuorumUpdated(uint256 oldQuorum, uint256 newQuorum)
Rollback()
RollbackQueued(uint256 eta)
TimelockChange(address oldTimelock, address newTimelock)
VoteCast(address indexed voter, uint256 proposalId, uint8 support, uint256 weight, string reason)
VotingDelayUpdated(uint256 oldVotingDelay, uint256 newVotingDelay)
VotingPeriodUpdated(uint256 oldVotingPeriod, uint256 newVotingPeriod)
constructor(address tribe, address timelock, address guardian)
This contract contains no fallback and receive objects.
This contract contains no error objects.