ERC20TokenFactory
Verified contract
Active on
Ethereum with 11 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "ERC20TokenFactory"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20339767 | 4 months ago | | | 0.02 | 0.023619397 | |
| 20154743 | 5 months ago | | | 0.15 | 0.013302859 | |
| 20137498 | 5 months ago | | | 0.28 | 0.010713684 | |
| 20064098 | 5 months ago | | | 0.02 | 0.046545350 | |
| 20045220 | 5 months ago | | | 0.01 | 0.024143784 | |
| 20023138 | 5 months ago | | | 0.03 | 0.023982520 | |
| 19999479 | 6 months ago | | | 1 | 0.019832977 | |
| 19999416 | 6 months ago | | | 0.0057 | 0.023137708 | |
| 19921148 | 6 months ago | | | 1 | 0.031004901 | |
| 19871368 | 6 months ago | | | 0.05 | 0.015112835 |
ABI
ABI objects
Getter at block 21210591
PRECISION() view returns (uint256)
10000
SWAP_TAX() view returns (uint256)
25
treasury() view returns (address)
0x8d0847122e1c6909cccfb11e48e811d8608975a9
univ2factory() view returns (address)
0x5c69bee701ef814a2b6a3edd4b1652cb9cc5aa6f
univ2router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
wnt() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
Read-only
This contract contains no read-only function objects.
State-modifying
Events createERC20(string _name, string _symbol, uint256 _totalSupply, uint256 tokenLiquidityThreshold_) payable returns (address, address)
AddLiquidityAndBurn(uint256 amountToken, uint256 amountWNT, uint256 amountTax, uint256 liquidity, address pair)
TokenCreated(address token, string name, string symbol, uint256 totalSupply)
constructor(address _wnt, address _univ2router, address _univ2factory, address _treasury)
This contract contains no fallback and receive objects.
InvalidAddress()
InvalidAmount()