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

Method Address

core/vm/contract.go:132–134  ·  view source on GitHub ↗

Address returns the contracts address

()

Source from the content-addressed store, hash-verified

130
131// Address returns the contracts address
132func (c *Contract) Address() common.Address {
133 return c.self.Address()
134}
135
136// Value returns the contracts value (sent to it from it's caller)
137func (c *Contract) Value() *big.Int {

Callers

nothing calls this directly

Calls 1

AddressMethod · 0.65

Tested by

no test coverage detected