OZStorage.sol
View Source: contracts/tokens/OZStorage.sol
↘ Derived Contracts: SecurityTokenProxy, STGetter
OZStorage
Contract Members
Constants & Variables
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)Arguments
Name
Type
Description
balanceOf
Arguments
Name
Type
Description
_investor
address
_allowance
Arguments
Name
Type
Description
owner
address
spender
address
PreviousEscrow wallet module for vesting functionality (VestingEscrowWalletProxy.sol)NextWallet for core vesting escrow functionality (VestingEscrowWallet.sol)
Last updated
Was this helpful?