MintFactory
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
-
variable spans 1 additional slot
Balances ($0.00)
No balances found for "MintFactory"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12538586 | 3 years ago | | | 0 | 0.0019216890 |
ABI
ABI objects
Getter at block 21275512
owner() view returns (address)
0x60e2e1b2a317edfc870b6fc6886f69083fb2099a
tokenGeneratorsLength() view returns (uint256)
1
tokensLength() view returns (uint256)
981
Read-only
getTokenByOwnerAtIndex(address _tokenOwner, uint256 _index) view returns (address)
getTokensLengthByOwner(address _tokenOwner) view returns (uint256)
isENMT(address _tokenAddress) view returns (bool)
tokenAtIndex(uint256 _index) view returns (address)
tokenGeneratorAtIndex(uint256 _index) view returns (address)
tokenGeneratorIsAllowed(address _tokenGenerator) view returns (bool)
State-modifying
Events adminAllowTokenGenerator(address _address, bool _allow)
registerToken(address _tokenOwner, address _tokenAddress)
renounceOwnership()
transferOwnership(address newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
tokenRegistered(address tokenAddress, address tokenOwner)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.