This website requires JavaScript.
Explore
Help
Sign In
interesting
/
go-ethereum
mirror of
https://github.com/ethereum/go-ethereum.git
Watch
1
Star
0
Fork
You've already forked go-ethereum
0
Code
Issues
Projects
Releases
Wiki
Activity
ab97d38da5
go-ethereum
/
accounts
/
abi
/
bind
/
testdata
/
v2
/
events
/
contract.sol
6 lines
73 B
Solidity
Raw
Normal View
History
Unescape
Escape
more docs. fix nested library contract. fix associated test case.
2024-11-26 04:18:20 -06:00
// SPDX-License-Identifier: MIT
pragma solidity
^
0
.
8
.
26
;
contract
C
{
}