Seireitei
Verified contract
Active on
Ethereum with 271 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
14 additional
variables
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
GOTEI | ERC-20 | 2.14826 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20669528 | 3 months ago | | | 0 | 0.000053800654 | |
| 17484366 | a year ago | | | 0 | 0.00045391174 | |
| 17484365 | a year ago | | | 0 | 0.00079893542 | |
| 16881891 | 2 years ago | | | 0 | 0.00027689298 | |
| 16202690 | 2 years ago | | | 0 | 0.00065737618 | |
| 16047984 | 2 years ago | | | 0 | 0.00035339682 | |
| 15847588 | 2 years ago | | | 0 | 0.00096600422 | |
| 15695774 | 2 years ago | | | 0 | 0.00027687646 | |
| 15616879 | 2 years ago | | | 0 | 0.00030244673 | |
| 15615885 | 2 years ago | | | 0 | 0.00023335000 |
ABI
ABI objects
Getter at block 21317745
blockForPenaltyEnd() view returns (uint256)
15572870
botsCaught() view returns (uint256)
8
buyLiquidityFee() view returns (uint256)
1
buyOperationsFee() view returns (uint256)
4
buyTotalFees() view returns (uint256)
5
decimals() view returns (uint8)
18
dexRouter() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
earlyBuyPenaltyInEffect() view returns (bool)
false
getEarlyBuyers() view returns (address[])
[0xC784a500392c80cA41DAfBdF8fE104CbC453d5EE, 0x165400d77299B8eD3BEb29Ad9020D5287645C8A7, 0x0695Cc719E5bF0b558D1F15Fa5C850c8534CB34F, 0x7A583Baaf776C9Ee64937226C14C5B19D574349F, 0x9FEFB2bfC3df629fC2668Edc3C2F8916db615F09, 0x321fa3388b98215eED2cB67aB0181DB760CAd5D1, 0x1027925dC139722d4C62B17081e4bc632229435A, 0x3F3C754B18173a76f68CA4DeCFa7b5eE127068B0]
limitsInEffect() view returns (bool)
false
lpPair() view returns (address)
0x4bb81699c6e3fa7d5c3ef36e9dee02b82e582a31
maxBuyAmount() view returns (uint256)
99999999999999999998
maxSellAmount() view returns (uint256)
100000000000000000000
maxWallet() view returns (uint256)
100000000000000000000
name() view returns (string)
Seireitei
operationsAddress() view returns (address)
0x065ad8012203c23145b454e0897dcd1829ce1809
owner() view returns (address)
0x065ad8012203c23145b454e0897dcd1829ce1809
sellLiquidityFee() view returns (uint256)
1
sellOperationsFee() view returns (uint256)
4
sellTotalFees() view returns (uint256)
5
sellingEnabled() view returns (bool)
true
swapEnabled() view returns (bool)
true
swapTokensAtAmount() view returns (uint256)
5000000000000000000
symbol() view returns (string)
GOTEI
tokensForLiquidity() view returns (uint256)
429590237435347926
tokensForOperations() view returns (uint256)
1718360949741391709
totalSupply() view returns (uint256)
10000000000000000000000
tradingActive() view returns (bool)
true
tradingActiveBlock() view returns (uint256)
15572866
transferDelayEnabled() view returns (bool)
true
Read-only
_isExcludedMaxTransactionAmount(address) view returns (bool)
allowance(address owner, address spender) view returns (uint256)
automatedMarketMakerPairs(address) view returns (bool)
balanceOf(address account) view returns (uint256)
boughtEarly(address) view returns (bool)
earlyBuyers(uint256) view returns (address)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
disableTransferDelay()
enableTrading(uint256 blocksForPenalty)
excludeFromFees(address account, bool excluded)
excludeFromMaxTransaction(address updAds, bool isEx)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
instantiateLP()
markBoughtEarly(address wallet)
removeBoughtEarly(address wallet)
removeLP(uint256 percent)
removeLimits()
renounceOwnership(bool confirmRenounce)
resetTaxes()
restoreLimits()
setAutomatedMarketMakerPair(address pair, bool value)
setOperationsAddress(address _operationsAddress)
setSellingEnabled(bool confirmSellingEnabled)
transfer(address recipient, uint256 amount) returns (bool)
transferForeignToken(address _token, address _to) returns (bool _sent)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
updateBuyFees(uint256 _operationsFee, uint256 _liquidityFee)
updateMaxBuyAmount(uint256 newNum)
updateMaxSellAmount(uint256 newNum)
updateMaxWalletAmount(uint256 newNum)
updateSellFees(uint256 _operationsFee, uint256 _liquidityFee)
updateSwapTokensAtAmount(uint256 newAmount)
withdrawStuckETH()
Approval(address indexed owner, address indexed spender, uint256 value)
CaughtEarlyBuyer(address sniper)
EnabledSellingForever()
EnabledTrading()
ExcludeFromFees(address indexed account, bool isExcluded)
MaxTransactionExclusion(address _address, bool excluded)
OwnerForcedSwapBack(uint256 timestamp)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SetAutomatedMarketMakerPair(address indexed pair, bool indexed value)
SwapAndLiquify(uint256 tokensSwapped, uint256 ethReceived, uint256 tokensIntoLiquidity)
Transfer(address indexed from, address indexed to, uint256 value)
TransferForeignToken(address token, uint256 amount)
UpdatedMaxBuyAmount(uint256 newAmount)
UpdatedMaxSellAmount(uint256 newAmount)
UpdatedMaxWalletAmount(uint256 newAmount)
UpdatedOperationsAddress(address indexed newWallet)
constructor()
receive()
This contract contains no error objects.