Skip to content

Commit dba69e2

Browse files
erc1400 inherit from erc20
1 parent 900eaad commit dba69e2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

web3swift/PrecompiledContracts/ERC1400/Web3+ERC1400.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,3 +65,6 @@ protocol IERC1400 {
6565
// This namespace contains functions to work with ERC1400 tokens.
6666
// variables are lazyly evaluated or global token information (name, ticker, total supply)
6767
// can be imperatively read and saved
68+
public class ERC1400: ERC20 {
69+
70+
}

0 commit comments

Comments
 (0)