DemocracyCoin
Unverified contract
Proxy
Active on
Ethereum with 16 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 44 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 46 additional slots
0x5a10…231b
-
variable spans 48 additional slots
Balances ($0.00)
No balances found for "DemocracyCoin"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20709658 | 2 months ago | | | 0 | 0.000082781197 | |
| 20709319 | 2 months ago | | | 0 | 0.000039427581 | |
| 20709317 | 2 months ago | | | 0 | 0.000040184004 | |
| 20709311 | 2 months ago | | | 0 | 0.000040632673 | |
| 20709302 | 2 months ago | | | 0 | 0.000044629812 | |
| 20709293 | 2 months ago | | | 0 | 0.000023821055 | |
| 20709280 | 2 months ago | | | 0 | 0.000060007959 | |
| 20709153 | 2 months ago | | | 0 | 0.00028742741 | |
| 20709136 | 2 months ago | | | 0 | 0.00029251330 | |
| 20709134 | 2 months ago | | | 0 | 0.0012805637 |
ABI
ABI objects
Getter at block 21202173
DOMAIN_SEPARATOR() view returns (bytes32)
0x0df7e80ec75cc9b14e5568bce15b40017d3881ab74c04e21e4d2ba96c0d7b986
MINT_PERMISSION_ID() view returns (bytes32)
0xb737b436e6cc542520cb79ec04245c720c38eebfa56d9e2d99b043979db20e4c
dao() view returns (address)
0x5a10d08478994ccbabedf3b4d08c1cfa657e231b
decimals() view returns (uint8)
18
name() view returns (string)
DemocracyCoin
symbol() view returns (string)
DC
totalSupply() view returns (uint256)
1000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
checkpoints(address account, uint32 pos) view returns (struct ERC20VotesUpgradeableCheckpoint)
delegates(address account) view returns (address)
getPastTotalSupply(uint256 blockNumber) view returns (uint256)
getPastVotes(address account, uint256 blockNumber) view returns (uint256)
getVotes(address account) view returns (uint256)
nonces(address owner) view returns (uint256)
numCheckpoints(address account) view returns (uint32)
supportsInterface(bytes4 _interfaceId) view returns (bool)
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 _dao, string _name, string _symbol, struct GovernanceERC20MintSettings _mintSettings)
mint(address to, uint256 amount)
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, 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)
Initialized(uint8 version)
Transfer(address indexed from, address indexed to, uint256 value)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
DaoUnauthorized(address dao, address where, address who, bytes32 permissionId)
MintSettingsArrayLengthMismatch(uint256 receiversArrayLength, uint256 amountsArrayLength)