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 "Marvin"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21347706 | 5 days ago | | | 0 | 0.00060794519 | |
| 21112051 | a month ago | | | 0 | 0.00024683266 | |
| 21050319 | 2 months ago | | | 0 | 0.00036816348 | |
| 21048361 | 2 months ago | | | 0 | 0.00041247326 | |
| 19090728 | a year ago | | | 0 | 0.0012578434 | |
| 18990120 | a year ago | | | 0 | 0.0010214488 | |
| 18979503 | a year ago | | | 0 | 0.0029156417 | |
| 18978582 | a year ago | | | 0 | 0.0018959896 | |
| 18978572 | a year ago | | | 0 | 0.0021550823 | |
| 18978490 | a year ago | | | 0 | 0.0019735774 |
ABI
ABI objects
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 tradeEnabled, bool swapping, uint8 gasRestrictionsDurationBlocks, uint16 buyFees, uint16 sellFees, uint16 swapThresholdBasisPoints, uint16 maxTokenAmountPertransactionBasisPoints, uint16 maxTokenAmountPerWalletBasisPoints, uint16 maxPriorityFeePerGasGwei, uint32 deployedBlockNumber, uint104 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 owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
enableTrade()
renounceOwnership()
setFees(uint16 _buyFees, uint16 _sellFees)
setMaxSupplyPercentPerWallet(uint16 _newSupplyPercentBasisPoints)
setMaxSupplyPercentPertransaction(uint16 _newSupplyPercentBasisPoints)
setSwapThreshold(uint16 _supplyPercent)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
withdrawToken(address token)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string _name, string _symbol, uint256 _totalSupply, uint256 _supplyToLiquidity, address _routerAddress, uint16 _buyFees, uint16 _sellFees, uint16 _maxPriorityFeePerGas, uint8 _gasRestrictionsBlocks, bool _renounce, bool _tradeEnabled)
This contract contains no fallback and receive objects.
ERC20InsufficientAllowance(address spender, uint256 allowance, uint256 needed)
ERC20InsufficientBalance(address sender, uint256 balance, uint256 needed)
ERC20InvalidApprover(address approver)
ERC20InvalidReceiver(address receiver)
ERC20InvalidSender(address sender)
ERC20InvalidSpender(address spender)
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
aboveMaxSupplyPercentPerWallet(uint256 amount, uint256 maxAmount)
aboveMaxSupplyPercentPertransaction(uint256 amount, uint256 maxAmount)
belowMinSupplyPercentPerWallet(uint256 amount, uint256 minAmount)
belowMinSupplyPercentPertransaction(uint256 amount, uint256 minAmount)
feesTooHigh(uint256 fees, uint256 maxFees)
restricted(address account)
swapThresholdOutOfRange(uint256 threshold, uint256 minThreshold, uint256 maxThreshold)
tradeNotEnabled()