FungibleTokenClaimContract
Hierarchy
- unknown
- FungibleTokenClaimContract
Index
Constructors
Properties
Methods
Constructors
constructor
Returns FungibleTokenClaimContract
Properties
events
Type declaration
claim: typeof ClaimEvent
offer: typeof ClaimEvent
updateWhitelist: any
withdraw: typeof ClaimEvent
maxAmount
owner
token
whitelist
Methods
claim
Parameters
amount: UInt64
Returns Promise<void>
deploy
Parameters
Returns Promise<void>
initialize
Parameters
owner: PublicKey
token: PublicKey
amount: UInt64
Returns Promise<void>
offer
Parameters
amount: UInt64
Returns Promise<void>
updateWhitelist
Parameters
whitelist: Whitelist
Returns Promise<void>
withdraw
Parameters
amount: UInt64
Returns Promise<void>