View Source: contracts/mocks/EventEmitter.sol
EventEmitter
Events
event Argumentless();
event ShortUint(uint8 value);
event ShortInt(int8 value);
event LongUint(uint256 value);
event LongInt(int256 value);
event Address(address value);
event Boolean(bool value);
event String(string value);
event LongUintBooleanString(uint256 uintValue, bool booleanValue, string stringValue);
- emitArgumentless()
- emitShortUint(uint8 value)
- emitShortInt(int8 value)
- emitLongUint(uint256 value)
- emitLongInt(int256 value)
- emitAddress(address value)
- emitBoolean(bool value)
- emitString(string value)
- emitLongUintBooleanString(uint256 uintValue, bool booleanValue, string stringValue)
- emitLongUintAndBoolean(uint256 uintValue, bool boolValue)
function emitArgumentless() public undefined
Arguments
Name | Type | Description |
---|
function emitShortUint(uint8 value) public undefined
Arguments
Name | Type | Description |
---|---|---|
value | uint8 |
function emitShortInt(int8 value) public undefined
Arguments
Name | Type | Description |
---|---|---|
value | int8 |
function emitLongUint(uint256 value) public undefined
Arguments
Name | Type | Description |
---|---|---|
value | uint256 |
function emitLongInt(int256 value) public undefined
Arguments
Name | Type | Description |
---|---|---|
value | int256 |
function emitAddress(address value) public undefined
Arguments
Name | Type | Description |
---|---|---|
value | address |
function emitBoolean(bool value) public undefined
Arguments
Name | Type | Description |
---|---|---|
value | bool |
function emitString(string value) public undefined
Arguments
Name | Type | Description |
---|---|---|
value | string |
function emitLongUintBooleanString(uint256 uintValue, bool booleanValue, string stringValue) public undefined
Arguments
Name | Type | Description |
---|---|---|
uintValue | uint256 | |
booleanValue | bool | |
stringValue | string |
function emitLongUintAndBoolean(uint256 uintValue, bool boolValue) public undefined
Arguments
Name | Type | Description |
---|---|---|
uintValue | uint256 | |
boolValue | bool |
- Address
- AddressImpl
- AllowanceCrowdsale
- AllowanceCrowdsaleImpl
- Arrays
- ArraysImpl
- CappedCrowdsale
- CappedCrowdsaleImpl
- CapperRole
- CapperRoleMock
- ConditionalEscrow
- ConditionalEscrowMock
- Counter
- CounterImpl
- Crowdsale
- CrowdsaleMock
- ECDSA
- ECDSAMock
- ERC165
- ERC165Checker
- ERC165CheckerMock
- ERC165InterfacesSupported
- ERC165Mock
- ERC165NotSupported
- ERC20
- ERC20Burnable
- ERC20BurnableMock
- ERC20Capped
- ERC20Detailed
- ERC20DetailedMock
- ERC20FailingMock
- ERC20Migrator
- ERC20Mintable
- ERC20MintableMock
- ERC20Mock
- ERC20Pausable
- ERC20PausableMock
- ERC20SucceedingMock
- ERC20TokenMetadata
- ERC20WithMetadata
- ERC20WithMetadataMock
- ERC721
- ERC721Burnable
- ERC721Enumerable
- ERC721Full
- ERC721FullMock
- ERC721Holder
- ERC721Metadata
- ERC721MetadataMintable
- ERC721Mintable
- ERC721MintableBurnableImpl
- ERC721Mock
- ERC721Pausable
- ERC721PausableMock
- ERC721ReceiverMock
- Escrow
- EventEmitter
- FinalizableCrowdsale
- FinalizableCrowdsaleImpl
- IERC165
- IERC20
- IERC721
- IERC721Enumerable
- IERC721Full
- IERC721Metadata
- IERC721Receiver
- IncreasingPriceCrowdsale
- IncreasingPriceCrowdsaleImpl
- IndividuallyCappedCrowdsale
- IndividuallyCappedCrowdsaleImpl
- Math
- MathMock
- MerkleProof
- MerkleProofWrapper
- MintedCrowdsale
- MintedCrowdsaleImpl
- MinterRole
- MinterRoleMock
- Ownable
- OwnableMock
- Pausable
- PausableMock
- PauserRole
- PauserRoleMock
- PaymentSplitter
- PostDeliveryCrowdsale
- PostDeliveryCrowdsaleImpl
- PullPayment
- PullPaymentMock
- ReentrancyAttack
- ReentrancyGuard
- ReentrancyMock
- RefundableCrowdsale
- RefundableCrowdsaleImpl
- RefundEscrow
- Roles
- RolesMock
- SafeERC20
- SafeERC20Helper
- SafeMath
- SafeMathMock
- SampleCrowdsale
- SampleCrowdsaleToken
- Secondary
- SecondaryMock
- SignatureBouncer
- SignatureBouncerMock
- SignerRole
- SignerRoleMock
- SimpleToken
- SupportsInterfaceWithLookupMock
- TimedCrowdsale
- TimedCrowdsaleImpl
- TokenTimelock
- TokenVesting