web3wagmi
← All standards

ERC-20 vs ERC-5115

Token Standard compared with SY Token.

Overlapping, neither contains the other
3 shared · 9 vs 11 functions · 33% of the smaller surface

ERC-5115 lists ERC-20 in its requires field but declares no inheritance in its interface, so any surface it inherits is not counted here.

🤝 Shared (3)

0x313ce567decimals()
0x06fdde03name()
0x95d89b41symbol()

◀️ Only in ERC-20 (6)

0xdd62ed3eallowance(address,address)
0x095ea7b3approve(address,uint256)
0x70a08231balanceOf(address)
0x18160dddtotalSupply()
0xa9059cbbtransfer(address,uint256)
0x23b872ddtransferFrom(address,address,uint256)

▶️ Only in ERC-5115 (8)

0xdb6f344cdeposit(address,address,uint256,uint256,bool)
0x3ba0b9a9exchangeRate()
0x213cae63getTokensIn()
0x071bc3c9getTokensOut()
0xb8f82b26previewDeposit(address,uint256)
0xcbe52ae3previewRedeem(address,uint256)
0x769f8e5dredeem(address,uint256,address,uint256,bool)
0x76d5de85yieldToken()

Both surfaces parsed from the canonical specifications: ERC-20 · ERC-5115