Elastic Governance
Verified contract
Proxy
Active on
Ethereum with 1,407 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
Balances ($0.00)
No balances found for "Elastic Governance"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20752867 | 2 months ago | | | 0 | 0.000055941030 | |
| 20619958 | 3 months ago | | | 0 | 0.000061782604 | |
| 20557472 | 3 months ago | | | 0 | 0.000080171891 | |
| 20557454 | 3 months ago | | | 0 | 0.000075424967 | |
| 20557402 | 3 months ago | | | 0 | 0.00017251892 | |
| 20551083 | 3 months ago | | | 0 | 0.00014550030 | |
| 20542175 | 3 months ago | | | 0 | 0.00024850789 | |
| 20397528 | 4 months ago | | | 0 | 0.000090701106 | |
| 20358594 | 4 months ago | | | 0 | 0.00041513690 | |
| 20303000 | 4 months ago | | | 0 | 0.00017729074 |
ABI
ABI objects
Getter at block 21170338 name() view returns (string) numberOfTokenHolders() view returns (uint256) symbol() view returns (string) totalSupply() view returns (uint256) totalSupplyInShares() view returns (uint256)
getImplementation() view returns (address)
0xee9b1fb0a9aa996ce8c3422ffe0f569fc025e9ba
getProxyOwner() view returns (address)
0x8c2251e028043e38f58ac64c00e1f940d305aa62
burner() view returns (address)
0x8c2251e028043e38f58ac64c00e1f940d305aa62
daoAddress() view returns (address)
0xaaa1f5fc9617195b5aa7fd1bd989d47f9e8d3f82
decimals() pure returns (uint256)
18
ecosystemModelAddress() view returns (address)
0x355e5704a9261938f0bf183318f6ad4afe2a15c6
initialized() view returns (bool)
true
minter() view returns (address)
0x8c2251e028043e38f58ac64c00e1f940d305aa62
Read-only
addressToBytes32(address _value) pure returns (bytes32)
bytes32ToAddress(bytes32 _value) pure returns (address)
readAddress(bytes32 _key) view returns (address)
readBool(bytes32 _key) view returns (bool)
storageRead(bytes32 _key) view returns (bytes32)
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _account) view returns (uint256)
balanceOfInShares(address _account) view returns (uint256)
balanceOfVoting(address _account) view returns (uint256 balance)
State-modifying
Events setImplementation(address _newImplementation)
setProxyOwner(address _newOwner)
approve(address _spender, uint256 _amount) returns (bool)
burn(address _account, uint256 _amount) returns (bool)
burnShares(address _account, uint256 _amount) returns (bool)
decreaseAllowance(address _spender, uint256 _subtractedValue) returns (bool)
increaseAllowance(address _spender, uint256 _addedValue) returns (bool)
initialize(address _burner, address _minter, struct EcosystemInstance _ecosystem, struct TokenInstance _token) returns (struct TokenInstance)
mint(address _account, uint256 _amount) returns (bool)
mintShares(address _account, uint256 _amount) returns (bool)
setBurner(address _burner) returns (bool)
setMinter(address _minter) returns (bool)
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)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
fallback()
This contract contains no error objects.