MCPcopy Create free account
hub / github.com/DOSNetwork/core / LastUpdatedBlock

Method LastUpdatedBlock

onchain/dosproxy/DOSProxy.go:812–814  ·  view source on GitHub ↗

LastUpdatedBlock is a free data retrieval call binding the contract method 0xf90ce5ba. Solidity: function lastUpdatedBlock() constant returns(uint256)

()

Source from the content-addressed store, hash-verified

810//
811// Solidity: function lastUpdatedBlock() constant returns(uint256)
812func (_Dosproxy *DosproxySession) LastUpdatedBlock() (*big.Int, error) {
813 return _Dosproxy.Contract.LastUpdatedBlock(&_Dosproxy.CallOpts)
814}
815
816// LastUpdatedBlock is a free data retrieval call binding the contract method 0xf90ce5ba.
817//

Callers

nothing calls this directly

Calls 1

LastUpdatedBlockMethod · 0.65

Tested by

no test coverage detected