Content pfp
Content
@
0 reply
0 recast
2 reactions

horsefacts pfp
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
24 reactions

Kevin pfp
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 pfp
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