BlankERC314
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
0
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 "BlankERC314"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "BlankERC314"
ABI
ABI objects
Getter at block 21289351 fee() view returns (uint16) totalSupply() view returns (uint256 _totalSupply)
WETH() pure returns (address)
0x4200000000000000000000000000000000000006
accruedFeeAmount() view returns (uint256)
0
decimals() view returns (uint8)
18
factory() view returns (address)
0x771161006e578063ddadc277146106f5578063dd
feeCollector() view returns (address)
0xca3f431461071f578063e624c4bc146107495780
getReserves() view returns (uint256, uint256)
(0, 0)
liquidityAdded() view returns (bool)
false
liquidityProvider() view returns (address)
0xca3f431461071f578063e624c4bc146107495780
maxWallet() view returns (uint256)
0
maxWalletEnable() view returns (bool)
false
name() view returns (string)
[unknown]
owner() view returns (address)
0xca3f431461071f578063e624c4bc146107495780
symbol() view returns (string)
[unknown]
timeTillUnlockLiquidity() view returns (uint32)
0
token0() pure returns (address)
0x4200000000000000000000000000000000000006
token1() view returns (address)
0xfe9c3de448bc3c1420e8230b2ad3fa875d49e434
tradingEnable() view returns (bool)
false
Read-only
allowance(address _owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
getAmountOut(uint256 value, bool _buyBool) view returns (uint256)
lastTransaction(address) view returns (uint32)
State-modifying
Events addLiquidity(uint32 _timeTillUnlockLiquidity) payable
approve(address spender, uint256 value) returns (bool)
buy(uint256 amountOutMin) payable
claimFees()
initialize(uint256 percentSupplyDeployer)
renounceOwnership()
sell(uint256 sellAmount, uint256 amountOutMin)
setFeeCollector(address _newFeeCollector)
setLiquidityProvider(address _newLiquidityProvider)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
AddLiquidity(uint32 _timeTillUnlockLiquidity, uint256 value)
Approval(address indexed owner, address indexed spender, uint256 value)
RemoveLiquidity(uint256 value)
Swap(address indexed sender, uint256 amount0In, uint256 amount1In, uint256 amount0Out, uint256 amount1Out, address indexed to)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.