Asset
Last updated
Last updated
Returns the amount of the asset held by this contract.
Parameters
Name | Type | Description |
---|---|---|
Sends amount
of the given asset to recipient
.
Parameters
Name | Type | Description |
---|---|---|
Sends amount
of ETH to recipient
.
Parameters
Converts an amount of Gwei to Wei.
Parameters
Converts an amount of Wei to Gwei.
Parameters
Reduces the precision of the given amount to the nearest Gwei.
Parameters
Thrown when an ETH transfer fails.
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
asset
address
The asset to check.
asset
address
The asset to send.
recipient
address
The asset recipient.
amount
uint256
The amount of the asset to send.
recipient
address
The asset recipient.
amount
uint256
The amount of ETH to send.
amountGwei
uint256
The amount in Gwei to convert.
amountWei
uint256
The amount in Wei to convert.
amountWei
uint256
The amount whose precision is to be reduced.