Skip to content

Latest commit

 

History

History
154 lines (66 loc) · 1.79 KB

Challenge.md

File metadata and controls

154 lines (66 loc) · 1.79 KB

Challenge

see the source

Execution cost: No bound available

Deployment cost: No bound available

Combined cost: No bound available

Events

SetConfigurationEvent(address,address)

Execution cost: No bound available

Params:

  1. oldConfiguration of type address
  2. newConfiguration of type address

SetDeployerEvent(address,address)

Execution cost: No bound available

Params:

  1. oldDeployer of type address
  2. newDeployer of type address

SetOperatorEvent(address,address)

Execution cost: No bound available

Params:

  1. oldOperator of type address
  2. newOperator of type address

Methods

configuration()

Execution cost: No bound available

Attributes: constant

Returns:

  1. output_0 of type address

deployer()

Execution cost: No bound available

Attributes: constant

Returns:

  1. output_0 of type address

destructor()

Execution cost: No bound available

Attributes: constant

Returns:

  1. output_0 of type address

operator()

Execution cost: No bound available

Attributes: constant

Returns:

  1. output_0 of type address

setConfiguration(address)

Execution cost: No bound available

Params:

  1. newConfiguration of type address

setDeployer(address)

Execution cost: No bound available

Params:

  1. newDeployer of type address

setOperator(address)

Execution cost: No bound available

Params:

  1. newOperator of type address

triggerDestroy()

Execution cost: No bound available

Back to the top ↑