T1T4N Protocol
Verified contract
Active on
Ethereum with 4 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
13 additional
variables
Balances ($0.00)
No balances found for "T1T4N Protocol"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11576563 | 4 years ago | | | 0 | 0.0055516900 | |
| 11571108 | 4 years ago | | | 0 | 0.0047981824 | |
| 11561612 | 4 years ago | | | 0 | 0.0081291520 | |
| 11561599 | 4 years ago | | | 0 | 0.0080696704 |
ABI
ABI objects
Getter at block 21411585
_burnFee() view returns (uint256)
3
_burnFeeTotal() view returns (uint256)
0
_feeDecimal() view returns (uint256)
0
_liquidityFee() view returns (uint256)
2
_liquidityFeeTotal() view returns (uint256)
0
_rebalanceCallerFee() view returns (uint256)
5
_taxFee() view returns (uint256)
2
_taxFeeTotal() view returns (uint256)
0
balancer() view returns (address)
0x2e66d5fa0e2aa7b055d0d58c949de8de181a1960
decimals() view returns (uint8)
18
lastRebalance() view returns (uint256)
1609271718
liquidityAddedAt() view returns (uint256)
1609611371
minEthBeforeSwap() view returns (uint256)
50
minTokensBeforeSwap() view returns (uint256)
50
name() view returns (string)
T1T4N Protocol
owner() view returns (address)
0xce08284ed0fb107d4d96089b7bdf254484cb3ffa
rebalanceEnalbed() view returns (bool)
true
rebalanceInterval() view returns (uint256)
1800
swapAndLiquifyEnabled() view returns (bool)
true
symbol() view returns (string)
T1T4N
totalSupply() view returns (uint256)
4000000000000000000000
tradingEnabled() view returns (bool)
true
uniswapV2Pair() view returns (address)
0xdf372ac195859b93aa4102b9e6a48b76a4e51ac2
uniswapV2Router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isExcluded(address account) view returns (bool)
reflectionFromToken(uint256 tokenAmount, bool deductTransferFee) view returns (uint256)
tokenFromReflection(uint256 reflectionAmount) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burnTokens(uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
enableTrading()
excludeAccount(address account)
includeAccount(address account)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
setExcludedFromFee(address account, bool excluded)
setLiquidityFee(uint256 fee)
setMinEthBeforeSwap(uint256 amount)
setMinTokensBeforeSwap(uint256 amount)
setRebalanceCallerFee(uint256 fee)
setRebalanceEnabled(bool enabled)
setRebalanceInterval(uint256 interval)
setSwapAndLiquifyEnabled(bool enabled)
setTaxFee(uint256 fee)
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)
RewardsDistributed(uint256 amount)
SwapAndLiquifyEnabledUpdated(bool enabled)
SwapedEthForTokens(uint256 EthAmount, uint256 TokenAmount, uint256 CallerReward, uint256 AmountBurned)
SwapedTokenForEth(uint256 EthAmount, uint256 TokenAmount)
TradingEnabled(bool enabled)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
receive()
This contract contains no error objects.