Vote

Verified contract

Active on Ethereum with 836 txns
Deployed by via 0xeba436eb at 20878562
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Vote"

0x22653f249b8352d44212e7e3be0899e959d59abdc7a54f8fe7356d6192513781
0xc3537609073085c961f9a65508cc80300aefa1cadf7ad74b56739def6d5724dd
0xce2cbf93e41c3628f1b5d570295196e13bac334819233bfee55c152f08a30513
0xe9f4a197f6e54837389188e3306c6d791cce6a8873242246caa05eaa907995f8
0x9e8a0a2cf10cf38f9f2ffb7c18ea25a4beb6cdfe72d66db319ccee4a3b50cae4
0x3df6e607e8e77d6c19275adb2423985abef0d8bc457e655b6eb8e44d77e91d2a
0xd85142d85f07654ff1493c5a303dd9903b1c320c9359fd08ff9cb6cfe0109b2c
0x4b594b572068e73e36ffe2931e031639f095fc291dc513f19747b1cedaa4ceaa
0x6638a4b8acef9800fb47883e429a0c50de0223e099b18b98550bc0d55d69ee41
0xe942ccb28748b981ae0f98d887c086c31f4a40b1896d1181aac827768e0e0e10

Functions
Getter at block 21249327
MAXIMUM_MINT_SUPPLY_PERCENTAGE_BPS(view returns (uint256)
500
MAX_TRANSFER_FEE_BPS(view returns (uint256)
500
MINIMUM_ALLOWED_EXECUTION_DELAY_BLOCKS(view returns (uint256)
750
MINIMUM_ALLOWED_PROPOSAL_DURATION_BLOCKS(view returns (uint256)
750
MINIMUM_ALLOWED_QUORUM_SUPPLY_PERCENTAGE_BPS(view returns (uint256)
100
decimals(view returns (uint8)
18
executionDelayInBlocks(view returns (uint256)
1200
lockedTreasuryTokens(view returns (uint256)
0
minimumVotingDurationBlocks(view returns (uint256)
5760
name(view returns (string)
Vote
proposalIdCounter(view returns (uint256 _value)
1
quorumSupplyPercentageBps(view returns (uint256)
400
symbol(view returns (string)
VOTE
totalSupply(view returns (uint256)
1000000000000000000000000
transferFeeBps(view returns (uint256)
0
Read-only
airdropAllocationsFromTreasury(addressview returns (uint256)
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
gatVoteSupport(address _voteruint256 _proposalIdview returns (bool)
getProposalCurrentOutcome(uint256 _proposalIdview returns (uint256 votesForuint256 votesAgainst)
getProposalETHValues(uint256 _proposalIdview returns (uint256[])
getProposalFunctionsData(uint256 _proposalIdview returns (bytes[])
getProposalTargets(uint256 _proposalIdview returns (address[])
getProposalVoters(uint256 _proposalIdview returns (address[])
hasVoted(address _voteruint256 _proposalIdview returns (bool)
lastExecutionBlock(bytes4view returns (uint256)
lastTokenAcquisitionBlock(addressview returns (uint256)
mintAirdropAllocations(addressview returns (uint256)
proposals(uint256view returns (address proposerstring titleuint256 deadlineBlockuint256 enqueueBlockbool executedbool acceptedbool enqueuedbool terminatedWithRejection)
State-modifying
airdropByMinting(address[] recipientsuint256[] amounts
airdropFromTreasury(address[] recipientsuint256[] amounts
approve(address spenderuint256 amountreturns (bool)
burnFromTreasury(uint256 _amount
claimAirdropFromTreasury(
claimMintAirdrop(
createProposal(string _titleaddress[] _targetsbytes[] _datauint256[] _valuesuint256 _votingDurationInBlocks
decreaseAllowance(address spenderuint256 subtractedValuereturns (bool)
deleteProposal(uint256 _proposalId
enqueueProposal(uint256 _proposalId
executeProposal(uint256 _proposalId
increaseAllowance(address spenderuint256 addedValuereturns (bool)
mint(address _recipientuint256 _amount
transfer(address touint256 amountreturns (bool)
transferFrom(address fromaddress touint256 amountreturns (bool)
transferFromTreasury(address _recipientuint256 _amount
updateMinimumVotingDurationBlocks(uint256 _newMinimumDuration
updateName(string newName
updateProposalExecutionDelayBlocks(uint256 _newDelay
updateQuorumSupplyPercentage(uint256 _newQuorumSupplyPercentage
updateSymbol(string newSymbol
updateTransferFeeBps(uint256 newTransferFeeBps
vote(uint256 _proposalIdbool _support
Events
Approval(address indexed owneraddress indexed spenderuint256 value
ProposalCreated(uint256 indexed proposalIdaddress[] targetsbytes[] datauint256[] valuesuint256 deadlineBlock
ProposalDeleted(uint256 indexed proposalId
ProposalEnqueued(uint256 indexed proposalIdbool indexed accepted
ProposalExecuted(uint256 indexed proposalIdbool indexed accepted
ProposalRejected(uint256 indexed proposalId
Transfer(address indexed fromaddress indexed touint256 value
VoteCast(address indexed voteruint256 indexed proposalIdbool support
Constructor
constructor(string name_string symbol_uint256 _initialSupply
Fallback and receive

This contract contains no fallback and receive objects.

Errors

This contract contains no error objects.