TXN Club
Verified contract
Active on
Ethereum with 2,287 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($196.44)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
TXN | ERC-20 | 45.331243K | $0.004334 |
$196.44 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21299979 | 13 hours ago | | | 0 | 0.00041550072 | |
| 21257298 | 7 days ago | | | 0 | 0.00051043571 | |
| 21253856 | 7 days ago | | | 0 | 0.00056068921 | |
| 21244688 | 8 days ago | | | 0 | 0.00073130284 | |
| 21244662 | 8 days ago | | | 0 | 0.00069406878 | |
| 21225514 | 11 days ago | | | 0 | 0.00074838324 | |
| 21200643 | 14 days ago | | | 0 | 0.00070810479 | |
| 21187299 | 16 days ago | | | 0 | 0.0012633442 | |
| 21174061 | 18 days ago | | | 0 | 0.0013209438 | |
| 21168691 | 19 days ago | | | 0 | 0.0015240090 |
ABI
ABI objects
Getter at block 21303902
decimals() view returns (uint8)
18
dexPair() view returns (address)
0xade7b949f70eafc2c0999fc6b8f18b0ea0382746
dexRouter() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
distributeAndLiquifyStatus() view returns (bool)
true
feeReceiver() view returns (address)
0xd7eb4e3f5b1d57c282493b889e467fe5bb293f46
feesStatus() view returns (bool)
true
minSwapAmount() view returns (uint256)
50000000000000000000000
name() view returns (string)
TXN Club
owner() view returns (address)
0xc06fd8e2eb1063e39c5a61a9159e9f6230202a6d
percentDivider() view returns (uint256)
100
symbol() view returns (string)
TXN
taxFeeOnBuy() view returns (uint256)
1
taxFeeOnSell() view returns (uint256)
1
totalSupply() view returns (uint256)
100000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isExcludedFromFee(address) view returns (bool)
totalBuyFeePerTx(uint256 amount) view returns (uint256)
totalSellFeePerTx(uint256 amount) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
enableOrDisableFees(bool _value)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
setBuyTax(uint256 _taxFee)
setDistributionStatus(bool _value)
setIncludeOrExcludeFromFee(address account, bool value)
setSellTax(uint256 _taxFee)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
updateSwapAmount(uint256 _amount)
updatefeeReceiver(address newfeeReceiver)
withdrawETH(uint256 _amount)
Approval(address indexed owner, address indexed spender, uint256 value)
DistributionStatus(bool Status)
ExcludeFromFee(address indexed account, bool isExcluded)
FeeStatus(bool Status)
FeeUpdated(uint256 amount)
NewSwapAmount(uint256 newAmount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SwapAndLiquify(uint256 tokensSwapped, uint256 ethReceived, uint256 tokensIntoLiqudity)
Transfer(address indexed from, address indexed to, uint256 value)
feeReceiverUpdated(address indexed newWallet, address indexed oldWallet)
constructor()
receive()
ReentrancyGuardReentrantCall()