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

Method Refund

contracts/dpor/rnode/rnode.go:517–519  ·  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

515//
516// Solidity: function refund(investor address) returns()
517func (_Rnode *RnodeSession) Refund(investor common.Address) (*types.Transaction, error) {
518 return _Rnode.Contract.Refund(&_Rnode.TransactOpts, investor)
519}
520
521// Refund is a paid mutator transaction binding the contract method 0xfa89401a.
522//

Callers 2

RefundMethod · 0.45
TestRefundFunction · 0.45

Calls

no outgoing calls

Tested by 1

TestRefundFunction · 0.36