LiquidERC20

Verified contract

Active on Ethereum with 1,118 txns
Deployed by via 0xffa5db28 at 19209444
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
--
0x0138f07715e888c5e1b69be06b31e1f6edf4268113f9b14d29bb2c04d24ab83c
0x64b796d3c4e92e26e2778cc2e98636ae5683d1380c42aaa3557498388e23524c
From
0xad2c627e600c3fa7fc6610bc84ba50d2023b5fa076682d6e261feefb4b7719d0
0xe904d28451b45456d320ecedf8ef19e1d6eca8e74762ebe30f1aa1dbc51a0b2c
0xc784efad5b6ded65d8c7ad67ebfab11825765275f45de31968ef296592cb39c8
0xbab5b024b981f887910b2bfa9bc690ededb55a64cdeefd2f1023918b7b2f3af4
0x7972d3890fe4f666e2cdecf5c118b2e5798e3206f52b0b96075626ceadbc759a
0xfcdb61e3aa2ca6c79c24365cc66e1aa647f81b1335d81191e1b5e92de29de268
0x24fae29efd242f83a91d65207ad436e5dd7aa30a07dd8acfd2765bd9a054e41d
0xf4e71dcf7d9c78e1df2b49cb9288ccb89d9e86b68089c3517c634113ec3f19e2

Functions
Getter at block 20867614
decimals(view returns (uint8)
18
name(view returns (string)
$cammer
owner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
CAMMER
totalSupply(view returns (uint256)
320000000000000000000000000000000
uniswapV2Pair(view returns (address)
0x59262237ae60910990a1cbb1dc8feb865d46e9cd
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
State-modifying
approve(address spenderuint256 valuereturns (bool)
initLiquidity(uint256 initialLiquiditybool lockLiquiditypayable 
renounceOwnership(
transfer(address touint256 valuereturns (bool)
transferFrom(address fromaddress touint256 valuereturns (bool)
transferOwnership(address newOwner
Events
Approval(address indexed owneraddress indexed spenderuint256 value
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 value
Constructor
constructor(string name_string symbol_uint256 initialBalance_address uniswapV2Router_bytes signature_address feeReceiver_
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ERC20InsufficientAllowance(address spenderuint256 allowanceuint256 needed
ERC20InsufficientBalance(address senderuint256 balanceuint256 needed
ERC20InvalidApprover(address approver
ERC20InvalidReceiver(address receiver
ERC20InvalidSender(address sender
ERC20InvalidSpender(address spender
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account