ODC

DataIndexDiamond

Contract based on Solidstate Diamond implementation

NativeCoinTransferNotAllowed

error NativeCoinTransferNotAllowed()

Error thrown when native coin transfer is attempted

constructor

constructor() public

receive

receive() external payable

Direct transfers of funds to the contract are not allowed

_getImplementation

function _getImplementation() internal view returns (address)

get logic implementation address

query custom fallback address if implementation is not found

Return Values

NameTypeDescription
[0]addressimplementation address

On this page