OZStorage.sol
Contract Members
mapping(address => uint256) private _balances;
mapping(address => mapping(address => uint256)) private _allowed;
uint256 private _totalSupply;
uint256 private _guardCounter;Functions
totalSupply
function totalSupply() internal view
returns(uint256)balanceOf
_allowance
PreviousEscrow wallet module for vesting functionality (VestingEscrowWalletProxy.sol)NextWallet for core vesting escrow functionality (VestingEscrowWallet.sol)
Last updated
Was this helpful?