Conver

Verified contract

Active on Ethereum with 30 txns
Deployed by via 0x7e3cb383 at 19071984
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
13 additional variables
ERC-20
--
0x4ecc18704e4ed95049e6eebfea287342a257c68471d7718539871d9218efa6ea
0xf5935c10d7bc58d8c8062a09b85ff4268c3c0a5d0f27892c73f77c2da0629c34
0x3b34c9112417c0ee7b83378287e089686c9d6114a789b8d0eea725a7b1ddd388
0xad84ac7daa2d1870c8d2ccc043e984571d5cf4fb603bb1b7564834b7d322b69e
0xe03da7320501a7a37fdfc8c61e4f5f9d2bad77174824bca0866f553eed041de2
0xc5ab53f886aab7cd2ad5cd4f2bf54051cef7879fe17e737d19178e56602bf0be
0xe5fffda124b8f89f4e657a2acae916671649827e77d71a5b97879ae01c86649e
0x0e972c47ccf1256fa02ee4465133d7ffa77c922dcb503fd9b26249efd058d513
0xe4d27d29aad8db3863737c8e5b8eaeabcba71e8144d4168e2679d8b6a5e90bdd
0x7239278bb54eda9829fca8e431bc26bd4403c8c19d90845b765bccbaf4229b7d

Functions
Getter at block 21181321
buyDevelopmentFee(view returns (uint256)
1
buyLiquidityFee(view returns (uint256)
0
buyMarketingFee(view returns (uint256)
1
buyOperationsFee(view returns (uint256)
0
buyTotalFees(view returns (uint256)
2
deadAddress(view returns (address)
0x000000000000000000000000000000000000dead
decimals(view returns (uint8)
18
developmentWallet(view returns (address)
0x1295e297b60c116fde165c5b9f2b008bde1c8031
limitsInEffect(view returns (bool)
true
marketingWallet(view returns (address)
0xd819086d858a7015c010091229e1172f7c258fc8
maxTransaction(view returns (uint256)
2000000000000000000000000
maxWallet(view returns (uint256)
2000000000000000000000000
name(view returns (string)
Conver
owner(view returns (address)
0x0000000000000000000000000000000000000000
router(view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
sellDevelopmentFee(view returns (uint256)
1
sellLiquidityFee(view returns (uint256)
0
sellMarketingFee(view returns (uint256)
1
sellOperationsFee(view returns (uint256)
0
sellTotalFees(view returns (uint256)
2
swapEnabled(view returns (bool)
true
swapTokensAtAmount(view returns (uint256)
10000000000000000000000
symbol(view returns (string)
CONV
tokensForDevelopment(view returns (uint256)
7206723227593296461168
tokensForLiquidity(view returns (uint256)
0
tokensForMarketing(view returns (uint256)
7206723227593296461168
tokensForOperations(view returns (uint256)
0
totalSupply(view returns (uint256)
99999999999999999999999990
totalVested(view returns (uint256)
0
tradingActive(view returns (bool)
true
transferDelayEnabled(view returns (bool)
true
uniswapV2Pair(view returns (address)
0x0df08b47f1ef4a4b1d0dc420a7db59f490e1d4db
uniswapV2Router(view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
Read-only
_isExcludedmaxTransaction(addressview returns (bool)
allowance(address owneraddress spenderview returns (uint256)
automatedMarketMakerPairs(addressview returns (bool)
balanceOf(address accountview returns (uint256)
isExcludedFromFees(address accountview returns (bool)
vested(uint256view returns (address vesteruint256 timeuint256 amountuint256 vestedTime)
State-modifying
airdropWallets(address[] toListuint256[] amountList
approve(address spenderuint256 valuereturns (bool)
burn(uint256 amount
disableTransferDelay(returns (bool)
enableTrading(
excludeFromFees(address accountbool excluded
excludeFromMaxTransaction(address updAdsbool isEx
removeLimits(returns (bool)
renounceOwnership(
setAutomatedMarketMakerPair(address pairbool value
transfer(address touint256 valuereturns (bool)
transferFrom(address fromaddress touint256 valuereturns (bool)
transferOwnership(address newOwner
unvest(uint256 uid
updateBuyFees(uint256 _marketingFeeuint256 _liquidityFeeuint256 _developmentFeeuint256 _operationsFee
updateDevelopmentWallet(address newWallet
updateMarketingWallet(address newmarketingWallet
updateMaxTransaction(uint256 newNum
updateMaxWallet(uint256 newNum
updateSellFees(uint256 _marketingFeeuint256 _liquidityFeeuint256 _developmentFeeuint256 _operationsFee
updateSwapEnabled(bool enabled
updateSwapTokensAtAmount(uint256 newAmountreturns (bool)
vest(uint256 uiduint256 vestPerioduint256 amount
Events
Approval(address indexed owneraddress indexed spenderuint256 value
ExcludeFromFees(address indexed accountbool isExcluded
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
SetAutomatedMarketMakerPair(address indexed pairbool indexed value
SwapAndLiquify(uint256 tokensSwappeduint256 ethReceiveduint256 tokensIntoLiquidity
Transfer(address indexed fromaddress indexed touint256 value
UpdateUniswapV2Router(address indexed newAddressaddress indexed oldAddress
developmentWalletUpdated(address indexed newWalletaddress indexed oldWallet
liquidityWalletUpdated(address indexed newWalletaddress indexed oldWallet
marketingWalletUpdated(address indexed newWalletaddress indexed oldWallet
operationsWalletUpdated(address indexed newWalletaddress indexed oldWallet
Constructor
constructor(
Fallback and receive
receive(
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