ERC404TokenFactory
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
No balances found for "ERC404TokenFactory"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20222365 | 4 months ago | | | 2.1 | 0.016631341 |
ABI
ABI objects
Getter at block 21210649
PRECISION() view returns (uint256)
10000
SWAP_TAX() view returns (uint256)
125
treasury() view returns (address)
0x6086c9b923c301d936129de4c0ffec16d11f93e9
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 createERC404(string _name, string _symbol, string _baseURI, uint96 _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()