TokenFactory
Verified contract
Active on
Ethereum with 6 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 "TokenFactory"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12967232 | 3 years ago | | | 0 | 0.11915968 | |
| 12388836 | 4 years ago | | | 0 | 0.15122265 | |
| 12388831 | 4 years ago | | | 0 | 0.15122265 | |
| 12114859 | 4 years ago | | | 0 | 0.0044723800 | |
| 10959498 | 4 years ago | | | 0 | 0.20628489 | |
| 10957227 | 4 years ago | | | 0 | 0.0048571491 |
ABI
ABI objects
Getter at block 21178394
accessListIndex() view returns (address[])
[]
isOwner() view returns (bool)
false
owner() view returns (address)
0xf835e94b009fdf6f2efe627eb9d66a82a7e8ae57
tokenIndex() view returns (address[])
[0xfC98e825A2264D890F9a1e68ed50E1526abCcacD, 0xb0B1C05300EE59DC091d637acE99f83Dce0eD0AE, 0xf501c56B4F438C794b9f117D40fA9a52b8625645, 0x57e78942cA2A63CF6093EE5B7F6A85743Fb5AeE6]
Read-only
isAuthorized(address _address) view returns (bool)
State-modifying
Events addAccessList(address _accessList, string _identifier, uint256 _blockNumber, address _owner)
addToken(string _name, string _symbol, uint8 _decimals, string _info, uint256 _blockNumber, address _token, address _owner)
createAccessList(string _identifier)
createToken(string _name, string _symbol, uint8 _decimals, string _info)
disableAddress(address _address)
enableAddress(address _address)
renounceOwnership()
transferOwnership(address newOwner)
AccessListCreated(address indexed accessList, string identifier, uint256 blockNumber, address indexed creator)
AddressDisabled(address disabledAddress)
AddressEnabled(address enabledAddress)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TokenCreated(string name, string symbol, uint8 decimals, string info, address indexed token, uint256 blockNumber, address indexed creator)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.