VestingCustomFactory
Verified contract
Active on
Ethereum with 14 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "VestingCustomFactory"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20074942 | 6 months ago | | | 0 | 0.017004150 | |
| 20074939 | 6 months ago | | | 0 | 0.017143235 | |
| 20074936 | 6 months ago | | | 0 | 0.015191638 | |
| 20015485 | 6 months ago | | | 0 | 0.0033477427 | |
| 20015480 | 6 months ago | | | 0 | 0.0031279755 | |
| 20015471 | 6 months ago | | | 0 | 0.0031972853 | |
| 19809713 | 7 months ago | | | 0 | 0.0024455286 | |
| 19809691 | 7 months ago | | | 0 | 0.0023929039 | |
| 19666883 | 8 months ago | | | 0 | 0.0042968311 | |
| 19666130 | 8 months ago | | | 0 | 0.0040794325 |
ABI
ABI objects
Getter at block 21307642
BACKOFFICE_CONTRACT_ADMIN_ROLE() view returns (bytes32)
0x1cc585a35ee40bc8e30be46c66514537f1953ad0977428ef905e8e0df71a6ee7
BACKOFFICE_GOVERNANCE_ROLE() view returns (bytes32)
0x85485e0579110e3a8651ecc622c4a4de1af035fb88034e30905cf67a60881bfd
BACKOFFICE_ROLE_ADMIN_ROLE() view returns (bytes32)
0xb58f543c34fc3c79e1c358174f46808f77878cdc5ca730c4617cdbe574382eb6
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
SIGNATURE_LENGTH() view returns (uint256)
65
TENANT_CONTRACT_ADMIN_ROLE() view returns (bytes32)
0x52bbfa6e876ba7eadc80dc9b099c193c6daea0056635c463ce4d9723fa6d7733
TENANT_GOVERNANCE_ROLE() view returns (bytes32)
0x96569a1fadb2d4dcc763ecf02934e5ddc4e41d9d5f44b6b99af57748b38b5058
TENANT_ROLE_ADMIN_ROLE() view returns (bytes32)
0x07258f049a6ded7f9eee4348cd5f072dca4852fa78e9604f2468ddeaa723e588
TOKEN_DECIMALS_MAX() view returns (uint256)
18
backofficeAdminAddress() view returns (address)
0x4c9658e77d53d0e9b190acec4fedc60d2875fd94
eip712Domain() view returns (bytes1 fields, string name, string version, uint256 chainId, address verifyingContract, bytes32 salt, uint256[] extensions)
(fields=0x0f, name=VESTING_CUSTOM_REFUND_USER, version=v1.0.0, chainId=1, verifyingContract=0x9c72e35c360aa7024e7ae143aefefd72d0d634d7, salt=0x0000000000000000000000000000000000000000000000000000000000000000, extensions=[])
factoryImplementationType() view returns (uint256)
40671335614963018557322824793024863016445127676230257936628911677933926371539
factoryName() view returns (string)
VESTING_CUSTOM_REFUND_USER
factoryVersion() view returns (string)
v1.0.0
implementationAddress() view returns (address)
0x6d721587a0d7566133709355944523114c5fa0f8
paused() view returns (bool)
false
subscriptionService() view returns (address)
0x385e7db20e2695e5d151548a02be965d862029fc
Read-only
deployInfoFor(bytes32 deployId) view returns (address implementation, address deployedContract)
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
recoverTypedSignature(address implementation, bytes32 deployId, string name, address tokenAddress, uint256 tokenDecimals, bool allowAccumulate, address tenantAdminAddress, bytes signature) view returns (address recovered)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events deployWithTypedSignature(bytes32 deployId, bytes32 subscriptionId, string name, address tokenAddress, uint256 tokenDecimals, bool allowAccumulate, bytes signature)
grantRole(bytes32 role, address account)
pauseContract()
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
setBackofficeAdminAddress(address newBackofficeAdminAddress)
setImplementationAddress(address newImplementation)
setSubscriptionService(address newAddress)
unpauseContract()
BackofficeAdminAddressChanged(address indexed oldBackofficeAdminAddress, address indexed newBackofficeAdminAddress, address indexed sender)
ContractDeployed(address indexed deployedContract, bytes32 indexed deployId, bytes32 indexed subscriptionId, string deployName, address tokenAddress, uint256 tokenDecimals, bool allowAccumulate, address backofficeAddress, address tenantAdminAddress, address signer, address implementation)
EIP712DomainChanged()
ImplementationAddressChanged(address indexed oldImplementation, address indexed newImplementation, address indexed sender)
Paused(address account)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
SubscriptionServiceChanged(address indexed oldAddress, address indexed newAddress, address indexed sender)
Unpaused(address account)
constructor(string name, string version, uint256 implementationType)
This contract contains no fallback and receive objects.
InvalidShortString()
StringTooLong(string str)