Marvin

Verified contract

Active on Ethereum with 65 txns
Deployed by via 0x36713d1f at 18978324
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Marvin"

0xdf4d4eff276acf81d9951ea03764bd7b2a110fe412ee75616e7e9f22b3057d44
0xbf08e4c1f59de561948ad09c476bedced348578593c6666a51e9c10c192dff34
0x388f69516282a5ce3a4420de09e3893373d83f7cf3cb1d8d8d879094749f1d9e
0xdf15490a6bea8cfeacfe8c63fb1e6c2f22e79a16a48bdfd7a815177c1e76c650
0x8400a05643d6df3795b5a2f770d78b1d51d193c380e379cee2f2dce9a83369e7
0x3ff065cc8aa7b51a3728bdc54e8340c65d8c80869bbd0a09d2143128fda109b3
0xce57bd122a6f56c19c703622ff376bbe14fbabe9d2537b4b4b4ca2381e8a2fd2
0xc7c22c0f2cb0c9340893772ef07c007a4dfa56bec268284d1434493205c478d3
0x651140ba540143d9edf6ef77195f2e726d608a4538ad41c1ed2be13f1b486be7
0x36dd2d1ec5100af250254635eae6ca70879a0a1a8b5cf2624786fd9ebcf7f090

Functions
Getter at block 21387053
ID(view returns (bytes32)
0x896d8c259e07a2810f982e97157c7e9e5fa40999c820cb12241b81076fe11aba
MAX_FEE(view returns (uint256)
2500
PERCENT_BASE(view returns (uint256)
10000
config(view returns (bool tradeEnabledbool swappinguint8 gasRestrictionsDurationBlocksuint16 buyFeesuint16 sellFeesuint16 swapThresholdBasisPointsuint16 maxTokenAmountPertransactionBasisPointsuint16 maxTokenAmountPerWalletBasisPointsuint16 maxPriorityFeePerGasGweiuint32 deployedBlockNumberuint104 placeholder)
(tradeEnabled=true, swapping=false, gasRestrictionsDurationBlocks=0, buyFees=0, sellFees=0, swapThresholdBasisPoints=10, maxTokenAmountPertransactionBasisPoints=200, maxTokenAmountPerWalletBasisPoints=200, maxPriorityFeePerGasGwei=0, deployedBlockNumber=18978324, placeholder=0)
decimals(view returns (uint8)
18
name(view returns (string)
Marvin
owner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
MARVIN
totalSupply(view returns (uint256)
10000000000000000000000000000
uniswapV2Pair(view returns (address)
0x336e0ec6a9be932791c416396eaa180ef55e3d30
uniswapV2Router(view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
State-modifying
approve(address spenderuint256 valuereturns (bool)
enableTrade(
renounceOwnership(
setFees(uint16 _buyFeesuint16 _sellFees
setMaxSupplyPercentPerWallet(uint16 _newSupplyPercentBasisPoints
setMaxSupplyPercentPertransaction(uint16 _newSupplyPercentBasisPoints
setSwapThreshold(uint16 _supplyPercent
transfer(address touint256 valuereturns (bool)
transferFrom(address fromaddress touint256 valuereturns (bool)
transferOwnership(address newOwner
withdrawToken(address token
Events
Approval(address indexed owneraddress indexed spenderuint256 value
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 value
Constructor
constructor(string _namestring _symboluint256 _totalSupplyuint256 _supplyToLiquidityaddress _routerAddressuint16 _buyFeesuint16 _sellFeesuint16 _maxPriorityFeePerGasuint8 _gasRestrictionsBlocksbool _renouncebool _tradeEnabled
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
aboveMaxSupplyPercentPerWallet(uint256 amountuint256 maxAmount
aboveMaxSupplyPercentPertransaction(uint256 amountuint256 maxAmount
belowMinSupplyPercentPerWallet(uint256 amountuint256 minAmount
belowMinSupplyPercentPertransaction(uint256 amountuint256 minAmount
feesTooHigh(uint256 feesuint256 maxFees
restricted(address account
swapThresholdOutOfRange(uint256 thresholduint256 minThresholduint256 maxThreshold
tradeNotEnabled(