GeneralTransferManagerFactory
Verified contract
Active on
Ethereum with 1 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 "GeneralTransferManagerFactory"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 6747488 | 6 years ago | | | 0 | 0.00061936000 |
ABI
ABI objects
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
Events changeDescription(string _newDesc)
changeFactorySetupFee(uint256 _newSetupCost)
changeFactorySubscriptionFee(uint256 _newSubscriptionCost)
changeFactoryUsageFee(uint256 _newUsageCost)
changeName(bytes32 _newName)
changeSTVersionBounds(string _boundType, uint8[] _newVersion)
changeTitle(string _newTitle)
changeVersion(string _newVersion)
deploy(bytes) returns (address)
renounceOwnership()
transferOwnership(address _newOwner)
ChangeFactorySetupFee(uint256 _oldSetupCost, uint256 _newSetupCost, address _moduleFactory)
ChangeFactorySubscriptionFee(uint256 _oldSubscriptionCost, uint256 _newMonthlySubscriptionCost, address _moduleFactory)
ChangeFactoryUsageFee(uint256 _oldUsageCost, uint256 _newUsageCost, address _moduleFactory)
ChangeSTVersionBound(string _boundType, uint8 _major, uint8 _minor, uint8 _patch)
GenerateModuleFromFactory(address _module, bytes32 indexed _moduleName, address indexed _moduleFactory, address _creator, uint256 _setupCost, uint256 _timestamp)
GenerateModuleFromFactory(address _module, bytes32 indexed _moduleName, address indexed _moduleFactory, address _creator, uint256 _timestamp)
OwnershipRenounced(address indexed previousOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(address _polyAddress, uint256 _setupCost, uint256 _usageCost, uint256 _subscriptionCost)
This contract contains no fallback and receive objects.
This contract contains no error objects.