Events
This page has been deprecated. V1 documentation is partially maintained here
Events
Events
LOG_CALL
is an anonymous event which uses the function signature as the event signature. It is fired by all stateful functions. The following applies to Balancer Core pools. Smart Pools have similar events and modifiers.
LOG_SWAP
is fired (along with LOG_CALL
) for all swap variants.
LOG_JOIN
and LOG_EXIT
are fired for each individual token join / exit
Mutex
All stateful functions use either a lock
or viewlock
function modifier. A mutex places a lock on contract state and prevents any sort of re-entrancy.
Last updated