arc_dx
Version:
A platform for building DAOs
92 lines (41 loc) • 1.03 kB
Markdown
# Debug
[see the source](https://github.com/daostack/arc/tree/master/contracts/test/Debug.sol)
**Execution cost**: less than 61 gas
**Deployment cost**: less than 10600 gas
**Combined cost**: less than 10661 gas
## Events
### LogAddress(address)
**Execution cost**: No bound available
Params:
1. **_msg** *of type `address`*
### LogBool(bool)
**Execution cost**: No bound available
Params:
1. **_msg** *of type `bool`*
### LogBytes(bytes)
**Execution cost**: No bound available
Params:
1. **_msg** *of type `bytes`*
### LogBytes32(bytes32)
**Execution cost**: No bound available
Params:
1. **_msg** *of type `bytes32`*
### LogInt(int256)
**Execution cost**: No bound available
Params:
1. **_msg** *of type `int256`*
### LogString(string)
**Execution cost**: No bound available
Params:
1. **_msg** *of type `string`*
### LogUint(uint256)
**Execution cost**: No bound available
Params:
1. **_msg** *of type `uint256`*
[Back to the top ↑](#debug)