ElasticDAO
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
4
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 "ElasticDAO"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "ElasticDAO"
ABI
ABI objects
Getter at block 20877207 getDAO() view returns (struct DAOInstance) getEcosystem() view returns (struct EcosystemInstance)
controller() view returns (address)
0x0000000000000000000000000000000000000000
deployer() view returns (address)
0x0000000000000000000000000000000000000000
ecosystemModelAddress() view returns (address)
0x0000000000000000000000000000000000000000
getLiquidityPoolCount() view returns (uint256)
0
initialized() view returns (bool)
false
Read-only
liquidityPools(uint256) view returns (address)
summoners(uint256) view returns (address)
State-modifying
Events addLiquidityPool(address _poolAddress) returns (bool)
exit(uint256 _deltaLambda)
initialize(address _ecosystemModelAddress, address _controller, address[] _summoners, string _name, uint256 _maxVotingLambda)
initializeToken(string _name, string _symbol, uint256 _eByL, uint256 _elasticity, uint256 _k, uint256 _maxLambdaPurchase)
join() payable
penalize(address[] _addresses, uint256[] _amounts)
removeLiquidityPool(address _poolAddress) returns (bool)
reward(address[] _addresses, uint256[] _amounts)
seedSummoning() payable
setController(address _controller)
setMaxVotingLambda(uint256 _maxVotingLambda)
summon(uint256 _deltaLambda)
ControllerChanged(address value)
ElasticGovernanceTokenDeployed(address indexed tokenAddress)
ExitDAO(address indexed memberAddress, uint256 shareAmount, uint256 ethAmount)
FailedToFullyPenalize(address indexed memberAddress, uint256 attemptedAmount, uint256 actualAmount)
JoinDAO(address indexed memberAddress, uint256 shareAmount, uint256 ethAmount)
LiquidityPoolAdded(address indexed poolAddress)
LiquidityPoolRemoved(address indexed poolAddress)
MaxVotingLambdaChanged(uint256 value)
SeedDAO(address indexed summonerAddress, uint256 amount)
SummonedDAO(address indexed summonedBy)
This contract contains no constructor objects.
fallback()
receive()
This contract contains no error objects.