USDTieredSTOFactory
Verified contract
Active on
Ethereum with 2 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xdfab…bc27
Balances ($0.00)
No balances found for "USDTieredSTOFactory"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 8175064 | 5 years ago | | | 0 | 0.00023149000 | |
| 8169793 | 5 years ago | | | 0 | 0.00036364800 |
ABI
ABI objects
Getter at block 21306674 description() view returns (string)
getLowerSTVersionBounds() view returns (uint8[])
[3, 0, 0]
getTags() view returns (bytes32[])
[0x5469657265640000000000000000000000000000000000000000000000000000, 0x4554480000000000000000000000000000000000000000000000000000000000, 0x504f4c5900000000000000000000000000000000000000000000000000000000, 0x5553440000000000000000000000000000000000000000000000000000000000, 0x53544f0000000000000000000000000000000000000000000000000000000000]
getTypes() view returns (uint8[])
[3]
getUpperSTVersionBounds() view returns (uint8[])
[3, 0, 0]
isCostInPoly() view returns (bool)
true
isOwner() view returns (bool)
false
latestUpgrade() view returns (uint256)
0
name() view returns (bytes32)
0x55534454696572656453544f0000000000000000000000000000000000000000
owner() view returns (address)
0xa22d152d855d80f4d88e5e483c30b87161019d3a
polymathRegistry() view returns (address)
0xdfabf3e4793cd30affb47ab6fa4cf4eef26bbc27
setupCost() view returns (uint256)
25000000000000000000000
title() view returns (string)
USD Tiered STO
version() view returns (string)
3.0.0
Read-only
logicContracts(uint256) view returns (string version, address logicContract, bytes upgradeData)
moduleToSecurityToken(address) view returns (address)
modules(address, address) view returns (uint256)
State-modifying
Events changeCostAndType(uint256 _setupCost, bool _isCostInPoly)
changeDescription(string _description)
changeName(bytes32 _name)
changeSTVersionBounds(string _boundType, uint8[] _newVersion)
changeSetupCost(uint256 _setupCost)
changeTags(bytes32[] _tagsData)
changeTitle(string _title)
deploy(bytes _data) returns (address)
renounceOwnership()
setLogicContract(string _version, address _logicContract, bytes _upgradeData)
setupCostInPoly() returns (uint256)
transferOwnership(address newOwner)
updateLogicContract(uint256 _upgrade, string _version, address _logicContract, bytes _upgradeData)
upgrade(address _module)
ChangeCostType(bool _isOldCostInPoly, bool _isNewCostInPoly)
ChangeSTVersionBound(string _boundType, uint8 _major, uint8 _minor, uint8 _patch)
ChangeSetupCost(uint256 _oldSetupCost, uint256 _newSetupCost)
GenerateModuleFromFactory(address _module, bytes32 indexed _moduleName, address indexed _moduleFactory, address _creator, uint256 _setupCost, uint256 _setupCostInPoly)
LogicContractSet(string _version, uint256 _upgrade, address _logicContract, bytes _upgradeData)
ModuleUpgraded(address indexed _module, address indexed _securityToken, uint256 indexed _version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(uint256 _setupCost, address _logicContract, address _polymathRegistry, bool _isCostInPoly)
This contract contains no fallback and receive objects.
This contract contains no error objects.