ERC20TokenFactory
Verified contract
Active on
Ethereum with 83 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 "ERC20TokenFactory"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21244767 | 4 hours ago | | | 0.01 | 0.030264722 | |
| 21237379 | a day ago | | | 0.01 | 0.040236795 | |
| 21237292 | a day ago | | | 0.01 | 0.041601878 | |
| 21235020 | 2 days ago | | | 0.01 | 0.019063821 | |
| 21234479 | 2 days ago | | | 0.01 | 0.023119772 | |
| 21233257 | 2 days ago | | | 0.01 | 0.022412528 | |
| 21229630 | 2 days ago | | | 0.01 | 0.035907851 | |
| 21202218 | 6 days ago | | | 0.01 | 0.028364302 | |
| 21202068 | 6 days ago | | | 0.01 | 0.030099705 | |
| 21190971 | 8 days ago | | | 0.01 | 0.033768138 |
ABI
ABI objects
Getter at block 21246010
indexer() view returns (address)
0x97219a5865fe186817d581a56b3b451a3fa62e19
payments() view returns (address)
0xd5765b5d565227a27dd7c96b32b2600958c9ce9c
projectId() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
serviceId() view returns (bytes32)
0xefd4ed94326f26c8a58d10cf12030c2e413db437d28adccd6645fde7333c0863
Read-only
This contract contains no read-only function objects.
State-modifying
Events deployContract(bytes32 _projectId, bytes _byteCode, string _type, string _name, string _symbol) payable
getProjectAddressOwner(address _projectAddress) returns (address)
getProjectOwner(bytes32 _projectId) returns (address)
isContractRegistered(address _projectAddress) returns (bool)
payService(bytes32 _projectId, address _token, uint256 qty) payable
registerProject(bytes32 _projectId, address _owner, address _contract, string _contractType, string _name, string _symbol)
This contract contains no event objects.
constructor(address _indexer, address _payments, string _serviceId)
receive()
Create2EmptyBytecode()
Create2FailedDeployment()
Create2InsufficientBalance(uint256 balance, uint256 needed)
NotPtojectOwner()