ERC20V2Factory
Verified contract
Active on
Ethereum with 209 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 "ERC20V2Factory"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15302147 | 2 years ago | | | 0.02 | 0.0082513387 | |
| 15166164 | 2 years ago | | | 0.02 | 0.0033652577 | |
| 15102782 | 2 years ago | | | 0.02 | 0.0090015053 | |
| 14959003 | 2 years ago | | | 0.02 | 0.0079653897 | |
| 14932685 | 2 years ago | | | 0.02 | 0.012934549 | |
| 14928282 | 2 years ago | | | 0.02 | 0.023954005 | |
| 14913149 | 2 years ago | | | 0.02 | 0.011042106 | |
| 14745200 | 3 years ago | | | 0.02 | 0.0042286436 | |
| 14745190 | 3 years ago | | | 0.02 | 0.0023983905 | |
| 14706641 | 3 years ago | | | 0.02 | 0.015527874 |
ABI
ABI objects
Getter at block 21184795
_CLONE_FACTORY_() view returns (address)
0x5e5a7b76462e4bdf83aa98795644281bdba80b88
_CREATE_FEE_() view returns (uint256)
20000000000000000
_CUSTOM_ERC20_TEMPLATE_() view returns (address)
0x68275e6e4e70ca46379503b684461f921ebfcdbe
_ERC20_TEMPLATE_() view returns (address)
0x8443a5bd91c8f68582f90dd3354f750900c5e8cc
_NEW_OWNER_() view returns (address)
0x0000000000000000000000000000000000000000
_OWNER_() view returns (address)
0x95c4f5b83aa70810d4f142d58e5f7242bd891cb0
Read-only
_USER_CUSTOM_REGISTRY_(address, uint256) view returns (address)
_USER_STD_REGISTRY_(address, uint256) view returns (address)
getTokenByUser(address user) view returns (address[] stds, address[] customs)
State-modifying
Events changeCreateFee(uint256 newFee)
claimOwnership()
createCustomERC20(uint256 initSupply, string name, string symbol, uint8 decimals, uint256 tradeBurnRatio, uint256 tradeFeeRatio, address teamAccount, bool isMintable) payable returns (address newCustomERC20)
createStdERC20(uint256 totalSupply, string name, string symbol, uint8 decimals) payable returns (address newERC20)
initOwner(address newOwner)
transferOwnership(address newOwner)
updateCustomTemplate(address newCustomTemplate)
updateStdTemplate(address newStdTemplate)
withdraw()
ChangeCreateFee(uint256 newFee)
ChangeCustomTemplate(address newCustomTemplate)
ChangeStdTemplate(address newStdTemplate)
NewERC20(address erc20, address creator, uint256 erc20Type)
OwnershipTransferPrepared(address indexed previousOwner, address indexed newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Withdraw(address account, uint256 amount)
constructor(address cloneFactory, address erc20Template, address customErc20Template)
fallback()
receive()
This contract contains no error objects.