Bloody Mary
Verified contract
Active on
Ethereum with 206 txns
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 |
---|---|---|---|---|---|
MARY | ERC-20 | 410.354311K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19460455 | 8 months ago | | | 0 | 0.0010222190 | |
| 16899441 | 2 years ago | | | 0 | 0.00050036856 | |
| 16899440 | 2 years ago | | | 0 | 0.00050662539 | |
| 16023434 | 2 years ago | | | 0 | 0.00054906695 | |
| 16007330 | 2 years ago | | | 0 | 0.00054059608 | |
| 15919670 | 2 years ago | | | 0 | 0.00091889223 | |
| 15882246 | 2 years ago | | | 0 | 0.00052687519 | |
| 15870378 | 2 years ago | | | 0 | 0.00064207343 | |
| 15870208 | 2 years ago | | | 0 | 0.00087171819 | |
| 15867843 | 2 years ago | | | 0 | 0.0010108937 |
ABI
ABI objects
Getter at block 21258122
WETH() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
buyDevFee() view returns (uint256)
5
buyLiquidityFee() view returns (uint256)
0
buyTotalFees() view returns (uint256)
5
deadAddress() view returns (address)
0x000000000000000000000000000000000000dead
decimals() view returns (uint8)
18
devWallet() view returns (address)
0x3e9b791a9d6a70c3a05d71e6632c5236b3494080
limitsInEffect() view returns (bool)
true
maxTransactionAmount() view returns (uint256)
20000000000000000000000000
maxWallet() view returns (uint256)
20000000000000000000000000
name() view returns (string)
Bloody Mary
owner() view returns (address)
0x0000000000000000000000000000000000000000
sellDevFee() view returns (uint256)
5
sellLiquidityFee() view returns (uint256)
0
sellTotalFees() view returns (uint256)
5
swapEnabled() view returns (bool)
true
swapTokensAtAmount() view returns (uint256)
333333333000000000000000
symbol() view returns (string)
MARY
totalSupply() view returns (uint256)
666666666000000000000000000
tradingActive() view returns (bool)
true
uniswapV2Pair() view returns (address)
0x705d9eccfafc4b2359291e20fbaf3b0724c0d9fe
uniswapV2Router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
Read-only
_isExcludedMaxTransactionAmount(address) view returns (bool)
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isExcludedFromFees(address account) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
enableTrading()
excludeFromFees(address account, bool excluded)
excludeFromMaxTransaction(address updAds, bool isEx)
removeLimits() returns (bool)
renounceOwnership()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
updateBuyFees(uint256 _devFee, uint256 _liquidityFee)
updateDevWallet(address newDevWallet)
updateMaxTxnAmount(uint256 newNum)
updateMaxWalletAmount(uint256 newNum)
updateSellFees(uint256 _devFee, uint256 _liquidityFee)
updateSwapEnabled(bool enabled)
updateSwapTokensAtAmount(uint256 newAmount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
ExcludeFromFees(address indexed account, bool isExcluded)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
devWalletUpdated(address indexed newWallet, address indexed oldWallet)
constructor()
receive()
This contract contains no error objects.