PaymentManager
Git Source (opens in a new tab)
Author: Sam Ward
State Variables
feeWalletPayoutAddress
address public feeWalletPayoutAddress;
percentCommission
uint256 public percentCommission;
Functions
distributePrimaryFunds
Sends the primary funds to the specified owners and the handshake wallet
function distributePrimaryFunds(address _sldOwner, address _tldOwner, uint256 _funds) internal;
Parameters
Name | Type | Description |
---|---|---|
_sldOwner | address | The owner of the SLD |
_tldOwner | address | The owner of the TLD |
_funds | uint256 | The amount of funds to be distributed |
Events
PaymentSent
event PaymentSent(address indexed _to, uint256 _amount);