@me
Return the connected wallet address.
Returns: address
Syntax
Section titled “Syntax”@meExamples
Section titled “Examples”# Get own addressprint @me
# Check own token balanceset $balance @get(@token(DAI) "balanceOf(address)(uint256)" @me)print $balance
# Use in execexec @token(DAI) "approve(address,uint256)" @me 100e18See Also
Section titled “See Also”- @get — read contract state
- @token.balance — shortcut for balance queries