Skip to content
ConsenSys Universal Token - extendable
ClockMock
Initializing search
Home
Overview
Getting started
Token
Extensions
Solidity API
ConsenSys Universal Token - extendable
Home
Overview
Overview
Welcome
Releases
Releases
Release summary
Change logs
Change logs
434c657
Getting started
Getting started
Prequisites
Build and deploy manually
Build and deploy with scripts
Token
Token
Overview
Token proxy
Token proxy
Token proxy functionality
Extendable token proxy
Token roles
Token roles
Roles
Functionality
Token extensions
Token logic
Upgrading token togic
Extensions
Extensions
Overview
Manage extensions
Manage extensions
Build
Build
Quick start
Events and callbacks
Controlled transfers
Deploy
Register
Initialize
TokenExtension API
Solidity API
Solidity API
ERC20
ERC721
IERC20Extendable
IERC721Extendable
Migrations
Examples
Examples
Allowblock
Allowblock
Allow
Allow
AllowExtension
IAllowlistedAdminRole
IAllowlistedRole
Block
Block
BlockExtension
IBlocklistedAdminRole
IBlocklistedRole
Certificates
Certificates
CertificateLib
CertificateValidatorExtension
ICertificateValidator
Holds
Holds
HoldExtension
IHoldableToken
Pausable
Pausable
IPausable
PauseExtension
Extensions
Extensions
ExtensionBase
ExtensionProxy
IExtension
IExtensionMetadata
TokenExtension
Tokens
Tokens
IToken
TokenERC1820Provider
Eventmanager
Eventmanager
ITokenEventManager
TokenEventConstants
TokenEventManager
Logic
Logic
ITokenLogic
TokenLogic
Erc20
Erc20
ERC20Logic
IERC20Logic
Erc721
Erc721
ERC721Logic
IERC721Logic
Proxy
Proxy
ExtendableTokenProxy
IExtendableTokenProxy
ITokenProxy
TokenProxy
Registry
Registry
ERC1155TokenInterface
ERC20TokenInterface
ERC721TokenInterface
Storage
Storage
RegisteredExtensionStorage
TokenEventManagerStorage
TokenProxyStorage
Utils
Utils
DomainAware
Errors
IDomainAware
ERC1820
ERC1820
ERC1820Client
ERC1820Implementer
ERC1820ImplementerInterface
ERC1820Registry
IERC1820Implementer
Mocks
Mocks
ClockMock
ClockMock
Table of contents
ClockMock
getTime() → uint256 (external)
ERC20LogicMock
ERC721LogicMock
MockAllowExtension
MockBlockExtension
Roles
Roles
ITokenRoles
Roles
RolesBase
TokenRoles
TokenRolesConstants
Table of contents
ClockMock
getTime() → uint256 (external)
ClockMock
ClockMock
¶
getTime() → uint256
(external)
¶
Get time on chain.
Back to top