Content
@
0 reply
0 recast
2 reactions
horsefacts
@horsefacts.eth
- Keep all strings under 32 bytes - Replace modifiers with internal functions - Linked libraries ๐ (cc @maks) https://warpcast.com/maks/0xb0fda8ff
7 replies
3 recasts
23 reactions
Kevin
@typedarray.eth
What's the explanation for modifiers vs interval functions? I (naively) figured modifiers were syntactic sugar for functions.
1 reply
0 recast
1 reaction
horsefacts
@horsefacts.eth
They're more like macros: they're inlined, so it's like copy-pasting the modifier code anywhere it's applied. https://github.com/ethereum/solidity/issues/6584
4 replies
0 recast
3 reactions