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 |
---|---|---|---|---|---|
NFT | ERC-20 | 3.084207B | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17690488 | a year ago | | | 0 | 0.00074333558 | |
| 17542979 | a year ago | | | 0 | 0.00046381872 | |
| 17283905 | a year ago | | | 0 | 0.0021765542 | |
| 17283681 | a year ago | | | 0 | 0.0015435090 | |
| 17283672 | a year ago | | | 0 | 0.0021537124 | |
| 17283501 | a year ago | | | 0 | 0.0021447276 | |
| 17283411 | a year ago | | | 0 | 0.0018987117 | |
| 17283368 | a year ago | | | 0 | 0.0021134507 | |
| 17283349 | a year ago | | | 0 | 0.0020334047 | |
| 17283345 | a year ago | | | 0 | 0.0019294017 |
ABI
ABI objects
Getter at block 21186254
buyMarketingFee() view returns (uint256)
0
decimals() view returns (uint8)
18
limited() view returns (bool)
true
marketingWallet() view returns (address)
0x0b08aa205324499a0d20d661e8d819b965a7e711
maxHoldingAmount() view returns (uint256)
1000000000000000000000000000000
minHoldingAmount() view returns (uint256)
0
name() view returns (string)
Make NFT
owner() view returns (address)
0x0b08aa205324499a0d20d661e8d819b965a7e711
sellMarketingFee() view returns (uint256)
99
supply() view returns (uint256)
1000000000000000000000000000000
swapEnabled() view returns (bool)
true
swapTokensAtAmount() view returns (uint256)
100000000000000000000000
symbol() view returns (string)
NFT
totalSupply() view returns (uint256)
1000000000000000000000000000000
tradingEnabled() view returns (bool)
true
uniswapV2Pair() view returns (address)
0xd58ec4ea0daf43a7c6dafa1cb093598fd948a26e
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
blacklists(address) view returns (bool)
excludedFromFees(address) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
blacklist(address _address, bool _isBlacklisting)
burn(uint256 value)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
enableTrading()
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
setMarketingFee(uint256 buy, uint256 sell)
setRule(bool _limited, uint256 _maxHoldingAmount, uint256 _minHoldingAmount)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
updateMarketingWallet(address newWallet)
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()
This contract contains no fallback and receive objects.
This contract contains no error objects.