Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
Balances ($0.00)
No balances found for "Degov"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20688765 | 3 months ago | | | 0 | 0.000042684388 | |
| 20619251 | 3 months ago | | | 0 | 0.000046268259 | |
| 20571070 | 3 months ago | | | 0 | 0.000024713122 | |
| 19851987 | 6 months ago | | | 0 | 0.000071857054 | |
| 18861911 | a year ago | | | 0 | 0.00043219112 | |
| 18513487 | a year ago | | | 0 | 0.00086984615 | |
| 18513361 | a year ago | | | 0 | 0.00085727101 | |
| 18349318 | a year ago | | | 0 | 0.00013697433 | |
| 18054348 | a year ago | | | 0 | 0.00025922359 | |
| 17012483 | 2 years ago | | | 0 | 0.00046553801 |
ABI
ABI objects
Getter at block 21267499
DELEGATION_TYPEHASH() view returns (bytes32)
0xe48329057bfd03d55e49b547132e39cffd9c1820ad7b9d4c5307691425d15adf
DOMAIN_TYPEHASH() view returns (bytes32)
0x8cad95687ba82c2ce50e74f7b754645e5117c3a5bec8151c0726d5857980a866
TOTAL_SUPPLY() view returns (uint256)
25000000000000000000000
decimals() view returns (uint8)
18
name() view returns (string)
Degov
owner() view returns (address)
0xf038c1cfadace2c0e5963ab5c0794b9575e1d2c2
proposalThreshold() view returns (uint256)
1
quorumThreshold() view returns (uint256)
20
symbol() view returns (string)
DEGOV
totalSupply() view returns (uint256)
25000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
checkpoints(address, uint32) view returns (uint32 fromBlock, uint256 votes)
delegates(address) view returns (address)
getCurrentVotes(address account) view returns (uint256)
getPriorVotes(address account, uint256 blockNumber) view returns (uint256)
nonces(address) view returns (uint256)
numCheckpoints(address) view returns (uint32)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
delegate(address delegatee)
delegateBySig(address delegatee, uint256 nonce, uint256 expiry, uint8 v, bytes32 r, bytes32 s)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initialize(address degovDaiLpPool_)
renounceOwnership()
setProposalThresholdRatio(uint256 proposalThreshold_)
setQuorumThresholdRatio(uint256 quorumThreshold_)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
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_)
LogSetProposalThresholdRatio(uint256 proposalThreshold_)
LogSetQuorumThresholdRatio(uint256 quorumThreshold_)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.