ForTube Governance Token
Verified contract
Proxy
Active on
Ethereum with 901 txns
Unified storage
Map
Table
Raw
Constants and immutables
2
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 15 additional slots
7 additional
variables
Balances ($779.89)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
FOR | ERC-20 | 410.397103K | $0.0019 |
$779.89 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19009991 | a year ago | | | 0 | 0.0079053800 | |
| 16518764 | 2 years ago | | | 0 | 0.0079053800 | |
| 15389112 | 2 years ago | | | 0 | 0.0085014300 | |
| 15240742 | 2 years ago | | | 0 | 0.00049622000 | |
| 15055298 | 2 years ago | | | 0 | 0.0010776900 | |
| 15010221 | 2 years ago | | | 0 | 0.0050647200 | |
| 14635964 | 3 years ago | | | 0 | 0.0069477800 | |
| 14635962 | 3 years ago | | | 0 | 0.0070848400 | |
| 14635957 | 3 years ago | | | 0 | 0.0069123230 | |
| 14473250 | 3 years ago | | | 0 | 0.0021835880 |
ABI
ABI objects
Getter at block 21397203
authentication() view returns (address _authentication)
0xc9ec0ef264c037795953709e6c2f7ca301a155d1
implementation() view returns (address _implementation)
0x1ab70241b4dcb854a71c0d47f5c0af4cacab4e7a
breaker() view returns (bool)
false
decimals() view returns (uint8)
18
governance() view returns (address)
0x2ca410bc4dc67b099b161b17a8841151093de2f7
lock() view returns (uint256)
17280
minimum() view returns (uint256)
100000000000000000000000
name() view returns (string)
ForTube Governance Token
period() view returns (uint256)
17280
proposalCount() view returns (uint256)
0
quorum() view returns (uint256)
2000
rewarder() view returns (address)
0xffffafb7bb8546ce2ce28db86c2400adbe420c22
staketoken() view returns (address)
0x1fcdce58959f536621d76f5b7ffb955baa5a672f
symbol() view returns (string)
GFOR
totalStake() view returns (uint256)
410397103100000000000000
totalSupply() view returns (uint256)
1406979151900000000000000
totalVotes() view returns (uint256)
230295801700000000000000
Read-only
balanceOf(address account) view returns (uint256)
getSelect(bytes32 select) view returns (struct FortubeGovernanceSelect)
getStats(uint256 id) view returns (uint256 _for, uint256 _against, uint256 _quorum)
getVoterStats(uint256 id, address voter) view returns (uint256, uint256)
proposals(uint256) view returns (uint256 id, address proposer, uint256 totalForVotes, uint256 totalAgainstVotes, uint256 start, uint256 end, address executor, string hash, uint256 totalVotesAvailable, uint256 quorum, uint256 quorumRequired, bool open)
receipts(address account) view returns (bytes32[])
stakeOf(address account) view returns (uint256)
staking(bytes32 receipt) view returns (struct FortubeGovernanceStaking)
voteLock(address) view returns (uint256)
voters(address) view returns (bool)
votes(address) view returns (uint256)
votesOf(address voter) view returns (uint256)
State-modifying
Events upgrade(address _implementation) returns (address)
addSelect(bytes32 select, uint256 duration, uint256 exrate, uint256 reward)
execute(uint256 id)
initialize(address _governance, address _staketoken, address _rewarder)
propose(address executor, string hash)
register()
revoke()
seize(address _token, uint256 amount)
setBreaker(bool _breaker)
setGovernance(address _governance)
setLock(uint256 _lock)
setMinimum(uint256 _minimum)
setPeriod(uint256 _period)
setQuorum(uint256 _quorum)
setRewarder(address _rewarder)
stake(bytes32 select, uint256 amount)
tallyVotes(uint256 id)
voteAgainst(uint256 id)
voteFor(uint256 id)
withdraw(bytes32 receipt)
Upgrade(address indexed sender, address indexed from, address indexed to)
NewProposal(uint256 id, address creator, uint256 start, uint256 duration, address executor)
ProposalFinished(uint256 indexed id, uint256 _for, uint256 _against, bool quorumReached)
RegisterVoter(address voter, uint256 votes, uint256 totalVotes)
RevokeVoter(address voter, uint256 votes, uint256 totalVotes)
Staked(address indexed user, bytes32 select, uint256 amount, uint256 supply)
Vote(uint256 indexed id, address indexed voter, bool vote, uint256 weight)
Withdrawn(address indexed user, bytes32 receipt)
constructor(address _authentication, address _implementation)
fallback()
This contract contains no error objects.