Governance FLOOR
Verified contract
Active on
Ethereum with 972 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 "Governance FLOOR"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21010666 | a month ago | | | 0 | 0.00014586612 | |
| 20398556 | 4 months ago | | | 0 | 0.00011235700 | |
| 20379704 | 4 months ago | | | 0 | 0.000086276586 | |
| 20351979 | 4 months ago | | | 0 | 0.000078966005 | |
| 20256489 | 4 months ago | | | 0 | 0.000042893389 | |
| 20198435 | 5 months ago | | | 0 | 0.00014504621 | |
| 20079697 | 5 months ago | | | 0 | 0.00040140216 | |
| 19971120 | 6 months ago | | | 0 | 0.00042264664 | |
| 19968990 | 6 months ago | | | 0 | 0.0010584835 | |
| 19827808 | 6 months ago | | | 0 | 0.00024672183 |
ABI
ABI objects
Getter at block 21212385
approved() view returns (address)
0x759c6de5bca9ade8a1a2719a31553c4b7de02539
decimals() view returns (uint8)
18
index() view returns (uint256)
3983414875
initialized() view returns (bool)
true
name() view returns (string)
Governance FLOOR
sFLOOR() view returns (address)
0x164afe96912099543bc2c48bb9358a095db8e784
symbol() view returns (string)
gFLOOR
totalSupply() view returns (uint256)
207111224745658594393016
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceFrom(uint256 _amount) view returns (uint256)
balanceOf(address account) view returns (uint256)
balanceTo(uint256 _amount) view returns (uint256)
checkpoints(address, uint256) view returns (uint256 fromBlock, uint256 votes)
delegates(address) view returns (address)
getCurrentVotes(address account) view returns (uint256)
getPriorVotes(address account, uint256 blockNumber) view returns (uint256)
numCheckpoints(address) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(address _from, uint256 _amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
delegate(address delegatee)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initialize(address _staking)
mint(address _to, uint256 _amount)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
DelegateChanged(address indexed delegator, address indexed fromDelegate, address indexed toDelegate)
DelegateVotesChanged(address indexed delegate, uint256 previousBalance, uint256 newBalance)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _sFLOOR)
This contract contains no fallback and receive objects.
This contract contains no error objects.