MCPcopy Create free account
hub / github.com/CPChain/chain / Refund

Method Refund

contracts/dpor/rnode/rnode.go:524–526  ·  view source on GitHub ↗

Refund is a paid mutator transaction binding the contract method 0xfa89401a. Solidity: function refund(investor address) returns()

(investor common.Address)

Source from the content-addressed store, hash-verified

522//
523// Solidity: function refund(investor address) returns()
524func (_Rnode *RnodeTransactorSession) Refund(investor common.Address) (*types.Transaction, error) {
525 return _Rnode.Contract.Refund(&_Rnode.TransactOpts, investor)
526}
527
528// RefundAll is a paid mutator transaction binding the contract method 0x38e771ab.
529//

Callers

nothing calls this directly

Calls 1

RefundMethod · 0.45

Tested by

no test coverage detected