Blockwell

DaicoDeployer

About

Stats

Public Functions 12
Event Types 5
Code Size 30,086 bytes

Events (5) keyboard_arrow_up

AddedToGroup Event

Parameters help
groupId
uint8 help
account
address help

Deployed Event

Parameters help
contractAddress
address help
owner
address help
token
address help

Paused Event

Parameters help
account
address help

RemovedFromGroup Event

Parameters help
groupId
uint8 help
account
address help

Unpaused Event

Parameters help
account
address help

ADMIN Constant

uint8 help
1

bwtype Variable

uint256 help

bwver Variable

uint256 help

price Variable

uint256 help

feePercentageTenths Variable

uint256 help

feeAccount Variable

address help

groups Variable

Groups.GroupMap help
Internal Variable

_paused Variable

bool help
Internal Variable

Functions Expand All Collapse All

paused keyboard_arrow_up

Parameters help

This function has no parameters.

Properties

Visibility help public
Mutability help view

addAdmin keyboard_arrow_up

Parameters help

Name Type
account
address help

Properties

Visibility help public
Mutability help transaction

Modifiers help

onlyAdmin checks for the following:
null

removeAdmin keyboard_arrow_up

Parameters help

Name Type
account
address help

Properties

Visibility help public
Mutability help transaction

Modifiers help

onlyAdmin checks for the following:
null

isAdmin keyboard_arrow_up

Parameters help

Name Type
account
address help

Properties

Visibility help public
Mutability help view

setPrice keyboard_arrow_up

Parameters help

Name Type
_price
uint256 help

Properties

Visibility help public
Mutability help transaction

Modifiers help

onlyAdmin checks for the following:
null

setFeeAccount keyboard_arrow_up

Parameters help

Name Type
account
address help

Properties

Visibility help public
Mutability help transaction

Modifiers help

onlyAdmin checks for the following:
null

setFeePercentageTenths keyboard_arrow_up

Parameters help

Name Type
fee
uint256 help

Properties

Visibility help public
Mutability help transaction

Modifiers help

onlyAdmin checks for the following:
null

pause keyboard_arrow_up

Parameters help

This function has no parameters.

Properties

Visibility help public
Mutability help transaction

Modifiers help

onlyAdmin checks for the following:
null

unpause keyboard_arrow_up

Parameters help

This function has no parameters.

Properties

Visibility help public
Mutability help transaction

Modifiers help

deploy keyboard_arrow_up

Parameters help

Name Type
name
string help
token
Erc20 help

Properties

Visibility help public
Mutability help payable

Modifiers help

Requirements help

withdraw keyboard_arrow_up

Parameters help

This function has no parameters.

Properties

Visibility help public
Mutability help transaction

Modifiers help

onlyAdmin checks for the following:
null

withdrawTokens keyboard_arrow_up

Parameters help

Name Type
token
Erc20 help

Properties

Visibility help public
Mutability help transaction

Modifiers help

onlyAdmin checks for the following:
null

Internal Functions Expand All Collapse All

Internal functions are parts of the contract that can't be used directly, but instead are used by the public functions listed above.

internal AdminGroup._addAdmin keyboard_arrow_up

Parameters help

Name Type
account
address help

Properties

Visibility help internal
Mutability help transaction

internal AdminGroup._add keyboard_arrow_up

Parameters help

Name Type
groupId
uint8 help
account
address help

Properties

Visibility help internal
Mutability help transaction

internal AdminGroup._remove keyboard_arrow_up

Parameters help

Name Type
groupId
uint8 help
account
address help

Properties

Visibility help internal
Mutability help transaction

internal AdminGroup._contains keyboard_arrow_up

Parameters help

Name Type
groupId
uint8 help
account
address help

Properties

Visibility help internal
Mutability help view

internal BasicPausable.constructor keyboard_arrow_up

Parameters help

This function has no parameters.

Properties

Visibility help internal
Mutability help transaction

internal BasicPausable._pause keyboard_arrow_up

Parameters help

This function has no parameters.

Properties

Visibility help internal
Mutability help transaction

internal BasicPausable._unpause keyboard_arrow_up

Parameters help

This function has no parameters.

Properties

Visibility help internal
Mutability help transaction