Comitium
Verified contract
Proxy
Active on
Ethereum with 5,110 txns
Unified storage
Map
Table
Raw
Constants and immutables
1
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 5 additional slots
-
variable spans 3 additional slots
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
FDT | ERC-20 | 14.658963M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20515776 | 3 months ago | | | 0 | 0.00056690475 | |
| 20300838 | 4 months ago | | | 0 | 0.0073517997 | |
| 19920232 | 6 months ago | | | 0 | 0.0040232226 | |
| 19700580 | 7 months ago | | | 0 | 0.0016270215 | |
| 19270803 | 9 months ago | | | 0 | 0.0078608756 | |
| 19128813 | 10 months ago | | | 0 | 0.0051779483 | |
| 18983895 | 10 months ago | | | 0 | 0.0097148337 | |
| 18852322 | a year ago | | | 0 | 0.0044622825 | |
| 18816384 | a year ago | | | 0 | 0.014095611 | |
| 18590088 | a year ago | | | 0 | 0.0053606000 |
ABI
ABI objects
Getter at block 21245113
MAX_LOCK() view returns (uint256)
31536000
fdtStaked() view returns (uint256)
14658962780917624527500677
Read-only
balanceAtTs(address user, uint256 timestamp) view returns (uint256)
balanceOf(address user) view returns (uint256)
delegatedPower(address user) view returns (uint256)
delegatedPowerAtTs(address user, uint256 timestamp) view returns (uint256)
fdtStakedAtTs(uint256 timestamp) view returns (uint256)
multiplierAtTs(address user, uint256 timestamp) view returns (uint256)
multiplierOf(address user) view returns (uint256)
stakeAtTs(address user, uint256 timestamp) view returns (struct LibComitiumStorageStake)
userDelegatedTo(address user) view returns (address)
userLockedUntil(address user) view returns (uint256)
votingPower(address user) view returns (uint256)
votingPowerAtTs(address user, uint256 timestamp) view returns (uint256)
State-modifying
Events delegate(address to)
deposit(uint256 amount)
depositAndLock(uint256 amount, uint256 timestamp)
initComitium(address _fdt, address _rewards)
lock(uint256 timestamp)
stopDelegate()
withdraw(uint256 amount)
Delegate(address indexed from, address indexed to)
DelegatedPowerDecreased(address indexed from, address indexed to, uint256 amount, uint256 to_newDelegatedPower)
DelegatedPowerIncreased(address indexed from, address indexed to, uint256 amount, uint256 to_newDelegatedPower)
Deposit(address indexed user, uint256 amount, uint256 newBalance)
Lock(address indexed user, uint256 timestamp)
Withdraw(address indexed user, uint256 amountWithdrew, uint256 amountLeft)
constructor(struct IDiamondCutFacetCut[] _diamondCut, address _owner)
fallback()
receive()
This contract contains no error objects.