Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "Vote"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21221464 | 4 days ago | | | 0 | 0.00030979421 | |
| 21199613 | 7 days ago | | | 0 | 0.00028999358 | |
| 21196270 | 7 days ago | | | 0 | 0.0015668764 | |
| 21196224 | 7 days ago | | | 0 | 0.0017029512 | |
| 21195725 | 7 days ago | | | 0 | 0.0024061092 | |
| 21154646 | 13 days ago | | | 0 | 0.00025580078 | |
| 21154391 | 13 days ago | | | 0 | 0.00036532909 | |
| 21129286 | 17 days ago | | | 0 | 0.0012575240 | |
| 21078645 | 24 days ago | | | 0 | 0.00065140763 | |
| 21058671 | a month ago | | | 0 | 0.00032569957 |
ABI
ABI objects
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(address) view returns (uint256)
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
gatVoteSupport(address _voter, uint256 _proposalId) view returns (bool)
getProposalCurrentOutcome(uint256 _proposalId) view returns (uint256 votesFor, uint256 votesAgainst)
getProposalETHValues(uint256 _proposalId) view returns (uint256[])
getProposalFunctionsData(uint256 _proposalId) view returns (bytes[])
getProposalTargets(uint256 _proposalId) view returns (address[])
getProposalVoters(uint256 _proposalId) view returns (address[])
hasVoted(address _voter, uint256 _proposalId) view returns (bool)
lastExecutionBlock(bytes4) view returns (uint256)
lastTokenAcquisitionBlock(address) view returns (uint256)
mintAirdropAllocations(address) view returns (uint256)
proposals(uint256) view returns (address proposer, string title, uint256 deadlineBlock, uint256 enqueueBlock, bool executed, bool accepted, bool enqueued, bool terminatedWithRejection)
State-modifying
Events airdropByMinting(address[] recipients, uint256[] amounts)
airdropFromTreasury(address[] recipients, uint256[] amounts)
approve(address spender, uint256 amount) returns (bool)
burnFromTreasury(uint256 _amount)
claimAirdropFromTreasury()
claimMintAirdrop()
createProposal(string _title, address[] _targets, bytes[] _data, uint256[] _values, uint256 _votingDurationInBlocks)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
deleteProposal(uint256 _proposalId)
enqueueProposal(uint256 _proposalId)
executeProposal(uint256 _proposalId)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address _recipient, uint256 _amount)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferFromTreasury(address _recipient, uint256 _amount)
updateMinimumVotingDurationBlocks(uint256 _newMinimumDuration)
updateName(string newName)
updateProposalExecutionDelayBlocks(uint256 _newDelay)
updateQuorumSupplyPercentage(uint256 _newQuorumSupplyPercentage)
updateSymbol(string newSymbol)
updateTransferFeeBps(uint256 newTransferFeeBps)
vote(uint256 _proposalId, bool _support)
Approval(address indexed owner, address indexed spender, uint256 value)
ProposalCreated(uint256 indexed proposalId, address[] targets, bytes[] data, uint256[] values, uint256 deadlineBlock)
ProposalDeleted(uint256 indexed proposalId)
ProposalEnqueued(uint256 indexed proposalId, bool indexed accepted)
ProposalExecuted(uint256 indexed proposalId, bool indexed accepted)
ProposalRejected(uint256 indexed proposalId)
Transfer(address indexed from, address indexed to, uint256 value)
VoteCast(address indexed voter, uint256 indexed proposalId, bool support)
constructor(string name_, string symbol_, uint256 _initialSupply)
This contract contains no fallback and receive objects.
This contract contains no error objects.