Shibamon
Verified contract
Active on
Ethereum with 1,970 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x8dbf…5513
-
variable spans 2 additional slots
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
SHIBAMON | ERC-20 | 4.440906B | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21061071 | 21 days ago | | | 0 | 0.00028208346 | |
| 20588721 | 3 months ago | | | 0 | 0.000046800685 | |
| 20518079 | 3 months ago | | | 0 | 0.00025260937 | |
| 20501981 | 3 months ago | | | 0 | 0.000041405325 | |
| 20501581 | 3 months ago | | | 0 | 0.00021384735 | |
| 20407294 | 4 months ago | | | 0 | 0.00013194245 | |
| 20399498 | 4 months ago | | | 0 | 0.00010516205 | |
| 20302875 | 4 months ago | | | 0 | 0.00013718186 | |
| 20297221 | 4 months ago | | | 0 | 0.00017173894 | |
| 20297217 | 4 months ago | | | 0 | 0.00016911697 |
ABI
ABI objects
Getter at block 21210898
decimals() pure returns (uint8)
9
feeProcessingThreshold() view returns (uint256)
2000000000000000000
fees() view returns (uint256 reflectFee, uint256 marketingFee, uint256 liquidityFee)
(reflectFee=0, marketingFee=0, liquidityFee=0)
isFeeProcessingEnabled() view returns (bool)
true
maxTxAmountBuy() view returns (uint256)
10000000000000000000
maxTxAmountSell() view returns (uint256)
10000000000000000000
maxWalletAmount() view returns (uint256)
10000000000000000000
name() pure returns (string)
Shibamon
owner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() pure returns (string)
SHIBAMON
totalSupply() view returns (uint256)
1000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isBot(address) view returns (bool)
isExcludedFromFees(address) view returns (bool)
isExcludedFromMaxWallet(address) view returns (bool)
isExcludedFromRewards(address) view returns (bool)
tokenFromReflection(uint256 rAmount) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
excludeFromRewards(address account)
includeInRewards(address account)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
openTrading(uint256 tokensForLiquidity) payable
renounceOwnership()
setAutomatedMarketMakerPair(address pair, bool value)
setFeeProcessingThreshold(uint256 value)
setFees(uint256 reflectFee, uint256 marketingFee, uint256 liquidityFee)
setIsBot(address account, bool value)
setIsExcludedFromFees(address account, bool value)
setIsExcludedFromMaxWallet(address account, bool value)
setIsFeeProcessingEnabled(bool value)
setMarketingAddress(address value)
setMaxTransactionAmounts(uint256 maxBuy, uint256 maxSell)
setMaxWalletAmount(uint256 value)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) 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()
receive()
This contract contains no error objects.