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

Method CodeAt

interfaces.go:80–80  ·  view source on GitHub ↗
(ctx context.Context, account common.Address, blockNumber *big.Int)

Source from the content-addressed store, hash-verified

78 BalanceAt(ctx context.Context, account common.Address, blockNumber *big.Int) (*big.Int, error)
79 StorageAt(ctx context.Context, account common.Address, key common.Hash, blockNumber *big.Int) ([]byte, error)
80 CodeAt(ctx context.Context, account common.Address, blockNumber *big.Int) ([]byte, error)
81 NonceAt(ctx context.Context, account common.Address, blockNumber *big.Int) (uint64, error)
82}
83

Callers 3

TestRptFunction · 0.65
TestMainnetInitContractFunction · 0.65
TestDevInitContractFunction · 0.65

Implementers 2

SimulatedBackendaccounts/abi/bind/backends/simulated.g
Clientapi/cpclient/cpclient.go

Calls

no outgoing calls

Tested by 3

TestRptFunction · 0.52
TestMainnetInitContractFunction · 0.52
TestDevInitContractFunction · 0.52