TokenFactoryManager
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
-
variable spans 1 additional slot
Balances ($0.00)
No balances found for "TokenFactoryManager"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20017376 | 6 months ago | | | 0 | 0.0052392717 |
ABI
ABI objects
Getter at block 21275086 getAllowedFactories() view returns (address[])
owner() view returns (address)
0xacdaef865277c52c470c33994efc5ff907e6e44b
Read-only
getToken(address owner, uint256 index) view returns (address, uint8)
getTokens(address owner, uint256 start, uint256 limit) view returns (address[], uint8[])
getTokensByType(address owner, uint8 tokenType, uint256 start, uint256 limit) view returns (address[])
getTokensCount(address owner) view returns (uint256)
getTokensCountByType(address owner, uint8 tokenType) view returns (uint256)
isTokenGenerated(address token) view returns (bool)
State-modifying
Events addTokenFactories(address[] factories)
addTokenFactory(address factory)
assignTokensToOwner(address owner, address token, uint8 tokenType)
removeTokenFactory(address factory)
renounceOwnership()
transferOwnership(address newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
CallerIsNotAValidFactory(address factory)
InvalidStart(uint256 start)
TokenAlreadyExists(address owner, address token)