GeneralTransferManagerFactory

Verified contract

Active on Ethereum with 1 txns
Deployed by via 0x5e06d8dd at 6674085
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "GeneralTransferManagerFactory"

0x8141156a796b4cbcabc9c9359e98338a15221ebf9b2dbe6987477f8c4021129c

Functions
Getter at block 21292556
description(view returns (string)
Manage transfers using a time based whitelist
getInstructions(view returns (string)
Allows an issuer to maintain a time based whitelist of authorised token holders.Addresses are added via modifyWhitelist and take a fromTime (the time from which they can send tokens) and a toTime (the time from which they can receive tokens). There are additional flags, allowAllWhitelistIssuances, allowAllWhitelistTransfers & allowAllTransfers which allow you to set corresponding contract level behaviour. Init function takes no parameters.
getLowerSTVersionBounds(view returns (uint8[])
[0, 0, 0]
getName(view returns (bytes32)
0x47656e6572616c5472616e736665724d616e6167657200000000000000000000
getSetupCost(view returns (uint256)
0
getTags(view returns (bytes32[])
[0x47656e6572616c00000000000000000000000000000000000000000000000000, 0x5472616e73666572205265737472696374696f6e000000000000000000000000]
getTypes(view returns (uint8[])
[2]
getUpperSTVersionBounds(view returns (uint8[])
[2, 9, 0]
monthlySubscriptionCost(view returns (uint256)
0
name(view returns (bytes32)
0x47656e6572616c5472616e736665724d616e6167657200000000000000000000
owner(view returns (address)
0xa22d152d855d80f4d88e5e483c30b87161019d3a
polyToken(view returns (address)
0x9992ec3cf6a55b00978cddf2b27bc6882d88d1ec
setupCost(view returns (uint256)
0
title(view returns (string)
General Transfer Manager
usageCost(view returns (uint256)
0
version(view returns (string)
1.0.0
Read-only

This contract contains no read-only function objects.

State-modifying
changeDescription(string _newDesc
changeFactorySetupFee(uint256 _newSetupCost
changeFactorySubscriptionFee(uint256 _newSubscriptionCost
changeFactoryUsageFee(uint256 _newUsageCost
changeName(bytes32 _newName
changeSTVersionBounds(string _boundTypeuint8[] _newVersion
changeTitle(string _newTitle
changeVersion(string _newVersion
deploy(bytesreturns (address)
renounceOwnership(
transferOwnership(address _newOwner
Events
ChangeFactorySetupFee(uint256 _oldSetupCostuint256 _newSetupCostaddress _moduleFactory
ChangeFactorySubscriptionFee(uint256 _oldSubscriptionCostuint256 _newMonthlySubscriptionCostaddress _moduleFactory
ChangeFactoryUsageFee(uint256 _oldUsageCostuint256 _newUsageCostaddress _moduleFactory
ChangeSTVersionBound(string _boundTypeuint8 _majoruint8 _minoruint8 _patch
GenerateModuleFromFactory(address _modulebytes32 indexed _moduleNameaddress indexed _moduleFactoryaddress _creatoruint256 _setupCostuint256 _timestamp
GenerateModuleFromFactory(address _modulebytes32 indexed _moduleNameaddress indexed _moduleFactoryaddress _creatoruint256 _timestamp
OwnershipRenounced(address indexed previousOwner
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Constructor
constructor(address _polyAddressuint256 _setupCostuint256 _usageCostuint256 _subscriptionCost
Fallback and receive

This contract contains no fallback and receive objects.

Errors

This contract contains no error objects.