NFTicket.finance
Verified contract
Active on
Ethereum with 619 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
5 additional
variables
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
TOMMY | ERC-20 | 622.028405K | -- | -- | |
KENO | ERC-20 | 3.105319K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16881893 | 2 years ago | | | 0 | 0.00026971878 | |
| 16533231 | 2 years ago | | | 0 | 0.00045293043 | |
| 16260844 | 2 years ago | | | 0 | 0.00033740126 | |
| 16221970 | 2 years ago | | | 0 | 0.00035536109 | |
| 16081664 | 2 years ago | | | 0 | 0.00030788772 | |
| 16081662 | 2 years ago | | | 0 | 0.00027913921 | |
| 16065325 | 2 years ago | | | 0 | 0.00055657460 | |
| 16065272 | 2 years ago | | | 0 | 0.00068968229 | |
| 15984450 | 2 years ago | | | 0 | 0.00093014086 | |
| 15963514 | 2 years ago | | | 0 | 0.00076851584 |
ABI
ABI objects
Getter at block 21192630
_buyingFee() view returns (uint256)
0
_owner() view returns (address)
0x6c3007401d1517e940d79bcf2110730443655f30
_sellingFee() view returns (uint256)
0
_totalSupply() view returns (uint256)
1000000000000000000000000
decimals() view returns (uint8)
18
developmentWallet() view returns (address)
0x7fcbd14e75065c6f2c652885445909a9e60dc3d8
getBlackListLength() view returns (uint256)
2
getHoldTimestampMapSize() view returns (uint256)
38
getThreshold() view returns (uint256)
1000000000000000000000
maxBuyTransactionAmount() view returns (uint256)
100000000000000000000000000000000000
mevRepelActive() view returns (bool)
true
name() view returns (string)
NFTicket.finance
numTokensSell() view returns (uint256)
1000000000000000000000
owner() view returns (address)
0x6c3007401d1517e940d79bcf2110730443655f30
paused() view returns (bool)
false
swapEnabled() view returns (bool)
true
symbol() view returns (string)
KENO
totalSupply() view returns (uint256)
1000000000000000000000000
uniswapV2Pair() view returns (address)
0x6c713fe051497b1c7c9808f396bc31e94fb0194f
uniswapV2Router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
Read-only
_isBanned(address) view returns (bool)
allowance(address owner, address spender) view returns (uint256)
automatedMarketMakerPairs(address) view returns (bool)
balanceOf(address account) view returns (uint256)
isExcludedFromFee(address account) view returns (bool)
State-modifying
Events addToBanList(address[] addresses)
approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
distributeEthereum(uint256 amount)
excludeFromFee(address account)
includeInFee(address account)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
removeFromBanList(address account)
removeFromBlackList(address who) returns (bool)
setAutomatedMarketMakerPair(address pair, bool value)
setBlackList(address who) returns (bool)
setDevelopmentWallet(address _developmentWallet)
setFees(uint256 buyFee, uint256 sellFee)
setMaxBuyTransaction(uint256 _maxBuyTxAmount)
setMev(address _mevrepel)
setSwapEnabled(bool _enabled)
setThreshold(uint256 newValue_)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address _newOwner)
useMevRepel(bool _mevRepelActive)
Approval(address indexed owner, address indexed spender, uint256 value)
Paused(address account)
SetAutomatedMarketMakerPair(address indexed pair, bool indexed value)
Transfer(address indexed from, address indexed to, uint256 value)
Unpaused(address account)
onOwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor()
receive()
This contract contains no error objects.