Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
SHRMP | ERC-20 | 19.37037B | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21449899 | a month ago | | | 0 | 2.4195680e-7 | |
| 21440933 | a month ago | | | 0 | 8.7454598e-7 | |
| 21397457 | a month ago | | | 0 | 0.000000804037714344 | |
| 21376329 | a month ago | | | 0 | 4.1417682e-7 | |
| 21270526 | a month ago | | | 0 | 3.8415454e-7 | |
| 21249498 | a month ago | | | 0 | 0.000026954609 | |
| 21106961 | a month ago | | | 0 | 7.2138168e-7 | |
| 21103744 | a month ago | | | 0 | 4.5765382e-7 | |
| 21052410 | a month ago | | | 0 | 9.3101295e-7 | |
| 20590675 | 2 months ago | | | 0 | 7.8246933e-7 |
ABI
ABI objects
Getter at block 22920446
BURN_DURATION() view returns (uint256)
46656000
DAILY_BURN_AMOUNT() view returns (uint256)
37037037037037037037037037
SELL_FEE_PERCENTAGE() view returns (uint256)
2
TOTAL_BURN_AMOUNT() view returns (uint256)
20000000000000000000000000000
TOTAL_SUPPLY() view returns (uint256)
100000000000000000000000000000
advisorsWallet() view returns (address)
0x79a77244d032dbb8a1695d0b3885ee98cae6d098
airdropWallet() view returns (address)
0xf7ddae0d6754257a75e2e38126de1dd6619d3d13
burnStartTime() view returns (uint256)
1725388553
decimals() view returns (uint8)
18
ecosystemWallet() view returns (address)
0x01602255c2b698b7cfa002300f50f9ab7afc5f1f
getRemainingTokens() view returns (uint256)
19370370370370370370370370371
liquidityPoolWallet() view returns (address)
0x44e134818e592e2738f7b972d005b423eeaaf93e
marketingWallet() view returns (address)
0x33696d3ef142c040c203bb9a71385b001b78d396
name() view returns (string)
BasedShremp
owner() view returns (address)
0x7c35df7afe684b3198efd96b87770c8bce377cf1
presaleContract() view returns (address)
0x0dc51893b5f08356ea9925b2c164ee5dcdff5460
questsWallet() view returns (address)
0x120b9b91608c89a3601e9a4f37791b0093039bd8
symbol() view returns (string)
SHRMP
taxWallet() view returns (address)
0xb80e13362b3260d44511fad3b833463312faa71f
teamWallet() view returns (address)
0xb9cf6b180617f539856ff58fde0232dc9aee6f38
totalSupply() view returns (uint256)
99370370370370370370370370371
uniswapPair() view returns (address)
0x0000000000000000000000000000000000000000
vesting() view returns (address)
0x628f5350dcc246ca4afb122b1527034915c16286
Read-only
allowance(address owner, address spender) view returns (uint256)
automatedMarketMakerPairs(address) view returns (bool)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
burnOverTime()
excludeFromFees(address[] accounts)
renounceOwnership()
setAutomatedMarketMakerPair(address pair, bool value)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
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(address _presaleContract, address _taxWallet, address _questsWallet, address _airdropWallet, address _marketingWallet, address _ecosystemWallet, address _liquidityPoolWallet, address _teamWallet, address _advisor, address _vesting)
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)