EcoPotVoting
Last updated
Was this helpful?
Last updated
Was this helpful?
This contract is creating and managing of the EcoPot project and exercising voting rights for the EcoPot project. KSP staking users vote for the EcoPot project they want and receive tokens according to their stake.
Cypress :
CreateEcoPot
Event log of EcoPot created
Parameters
operator
: EcoPotOperator address
ecoPot
: EcoPot address
token
: Token address received by user
name
: EcoPot Project name
RemoveEcoPot
Event that occurs when EcoPot is removed
ChangeEcoPotAvailable
Event that occurs when the status is changed
AddVoting
Event log of voting vKSP for EcoPot
Parameters
user : User address
ecopot : EcoPot address
amount : Vote vKSP amount
RemoveVoting
Event log of remove voting vKSP for EcoPot
Parameters
user : User address
ecopot : EcoPot address
amount : Unote vKSP amount