TLTF Governor
Verified contract
Active on
Ethereum with 25 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x8296…0473
Balances ($0.00)
No balances found for "TLTF Governor"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18675260 | a year ago | | | 0 | 0.0035307741 | |
| 18675254 | a year ago | | | 0 | 0.012945235 | |
| 11344093 | 4 years ago | | | 0 | 0.00077558775 | |
| 11344041 | 4 years ago | | | 0 | 0.0012951110 | |
| 11324554 | 4 years ago | | | 0 | 0.0019385441 | |
| 11324545 | 4 years ago | | | 0 | 0.0010164679 | |
| 11320049 | 4 years ago | | | 0 | 0.0077216760 | |
| 11299658 | 4 years ago | | | 0 | 0.0028738560 | |
| 11299165 | 4 years ago | | | 0 | 0.0035028240 | |
| 11299164 | 4 years ago | | | 0 | 0.0047910860 |
ABI
ABI objects
Getter at block 21173194
BALLOT_TYPEHASH() view returns (bytes32)
0x8e25870c07e0b0b3884c78da52790939a455c275406c44ae8b434b692fb916ee
DOMAIN_TYPEHASH() view returns (bytes32)
0x8cad95687ba82c2ce50e74f7b754645e5117c3a5bec8151c0726d5857980a866
guardian() view returns (address)
0x96c14a0f7ea97540588f3636e7d9475eececab3b
name() view returns (string)
TLTF Governor
pheezez() view returns (address)
0x8296bced40ba067a1de30aeb5a294258c16a0473
proposalCount() view returns (uint256)
5
proposalMaxOperations() pure returns (uint256)
10
proposalThreshold() view returns (uint256)
16667903960088787978410848620
proposeDelay() view returns (uint256)
11058124
qRatio() view returns (uint256)
4
quorumVotes() view returns (uint256)
66671615840355151913643394481
tRatio() view returns (uint256)
1
timelock() view returns (address)
0xb07b20ef02fe024f4cb2e6f48f3af96ba2e41994
vPeriod() view returns (uint256)
19938
vRatio() view returns (uint256)
2
votingDelay() pure returns (uint256)
1
votingPeriod() view returns (uint256)
19938
Read-only
getActions(uint256 proposalId) view returns (address[] targets, uint256[] values, string[] signatures, bytes[] calldatas)
getReceipt(uint256 proposalId, address voter) view returns (struct GovernorAlphaReceipt)
latestProposalIds(address) view returns (uint256)
proposals(uint256) view returns (uint256 id, address proposer, uint256 eta, uint256 startBlock, uint256 endBlock, uint256 forVotes, uint256 againstVotes, bool canceled, bool executed, uint256 quorumatPropose)
state(uint256 proposalId) view returns (uint8)
State-modifying
Events __abdicate()
__acceptAdmin()
__executeSetTimelockPendingAdmin(address newPendingAdmin, uint256 eta)
__queueSetTimelockPendingAdmin(address newPendingAdmin, uint256 eta)
cancel(uint256 proposalId)
castVote(uint256 proposalId, bool support)
changeQuorumRatio(uint256 ratio)
changeThresholdRatio(uint256 ratio)
changeVotingPeriod(uint256 period)
changeVotingRatio(uint256 ratio)
execute(uint256 proposalId) payable
propose(address[] targets, uint256[] values, string[] signatures, bytes[] calldatas, string description) returns (uint256)
queue(uint256 proposalId)
ProposalCanceled(uint256 id)
ProposalCreated(uint256 id, address proposer, address[] targets, uint256[] values, string[] signatures, bytes[] calldatas, uint256 startBlock, uint256 endBlock, string description)
ProposalExecuted(uint256 id)
ProposalQueued(uint256 id, uint256 eta)
VoteCast(address voter, uint256 proposalId, bool support, uint256 votes)
constructor(address timelock_, address pheezez_)
This contract contains no fallback and receive objects.
This contract contains no error objects.