Schizo ETF
Verified contract
Active on
Ethereum with 384 txns
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 |
---|---|---|---|---|---|
SCHIZO | ERC-20 | 41.008548M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20408029 | 4 months ago | | | 0 | 0.000097197162 | |
| 18554833 | a year ago | | | 0 | 0.0010689596 | |
| 18536666 | a year ago | | | 0.001 | 0.00087956158 | |
| 18536615 | a year ago | | | 0.001 | 0.00092101523 | |
| 18536607 | a year ago | | | 0.001 | 0.00082739722 | |
| 18536603 | a year ago | | | 0.001 | 0.00091184841 | |
| 18536597 | a year ago | | | 0.001 | 0.00088487812 | |
| 18521762 | a year ago | | | 0 | 0.0015931641 | |
| 18501222 | a year ago | | | 0 | 0.00098996192 | |
| 18479475 | a year ago | | | 0 | 0.0015808300 |
ABI
ABI objects
Getter at block 21383029
DOMAIN_SEPARATOR() view returns (bytes32)
0x8e876e0413ea009916825606c54e1ca249161de8eb1dd85a7367a185fc58f773
MAX_SUPPLY() view returns (uint256)
1000000000000000000000000000
MAX_SWAP_AMOUNT() view returns (uint256)
5000000000000000000000000
MIN_SWAP_AMOUNT() view returns (uint256)
10000000000000000000000
decimals() view returns (uint8)
18
developmentWallet() view returns (address)
0x8d26323393be2b05d37e60026931947c5a4f8374
feeAmounts() view returns (uint8 buy, uint8 sell, uint8 liquidity, uint8 index, uint8 development)
(buy=5, sell=5, liquidity=25, index=50, development=25)
index() view returns (address)
0x57ba4b55e397fe3bb1a427f307791155a36798f6
isBlacklistRenounced() view returns (bool)
false
isFeeChangeRenounced() view returns (bool)
false
isLimitInEffect() view returns (bool)
false
isSwapEnabled() view returns (bool)
true
isTradingActive() view returns (bool)
true
maxTransactionAmount() view returns (uint256)
5000000000000000000000000
maxWallet() view returns (uint256)
10000000000000000000000000
name() view returns (string)
Schizo ETF
owner() view returns (address)
0x0000000000000000000000000000000000000000
swapTokensAtAmount() view returns (uint256)
500000000000000000000000
symbol() view returns (string)
SCHIZO
tokensForBotProtection() view returns (uint256)
506228644316691228103634843
totalSupply() view returns (uint256)
989999898999999999990000000
uniswapV2Pair() view returns (address)
0xa0570de349cf93bf0ceae711b0ebc9df3d38ef46
uniswapV2Router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
isAutomatedMarketMakerPair(address pair) view returns (bool)
isBlacklisted(address account) view returns (bool)
isExcludedFromFees(address account) view returns (bool)
isExcludedFromMaxTransactionAmount(address account) view returns (bool)
nonces(address) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
blacklist(address account)
burn(address from, uint256 amount)
enableTrading()
excludeFromFees(address account, bool excluded)
excludeFromMaxTransaction(address account, bool isExcluded)
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
removeLimits()
renounceBlacklist()
setAutomatedMarketMakerPair(address pair, bool value)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
unblacklist(address account)
updateFees(struct SchizoFees newFees)
updateMaxTransactionAmount(uint256 newAmount)
updateSwapTokensAtAmount(uint256 newAmount)
Approval(address indexed owner, address indexed spender, uint256 amount)
ExcludeFromFees(address indexed account, bool isExcluded)
ExcludeFromMaxTransaction(address indexed account, bool isExcluded)
FailedSwapBackTransfer(address indexed destination, uint256 amount)
MaxTransactionAmountUpdated(uint256 newAmount, uint256 oldAmount)
OwnershipTransferred(address indexed user, address indexed newOwner)
SetAutomatedMarketMakerPair(address indexed pair, bool value)
SwapAndLiquify(uint256 tokensSwapped, uint256 ethReceived)
SwapTokensAtAmountUpdated(uint256 newAmount, uint256 oldAmount)
Transfer(address indexed from, address indexed to, uint256 amount)
constructor()
receive()
Index__BlacklistModificationDisabled()
Index__BuyAmountGreaterThanMax()
Index__CannotBlacklistLPPair()
Index__CannotBlacklistRouter()
Index__CannotRemovePairFromAMMs()
Index__CannotTransferFromAddressZero()
Index__CannotTransferToAddressZero()
Index__ErrorWithdrawingEth()
Index__FeeChangeRenounced()
Index__MaxFeeFivePercent()
Index__MaxTransactionTooLow()
Index__MaxWalletAmountExceeded()
Index__MaxWalletAmountTooLow()
Index__OnlyOwner()
Index__ReceiverBlacklisted()
Index__ReceiverCannotBeAddressZero()
Index__SellAmountGreaterThanMax()
Index__SenderBlacklisted()
Index__StuckEthWithdrawError()
Index__SwapAmountGreaterThanMaximum()
Index__SwapAmountLowerThanMinimum()
Index__TokenAddressCannotBeAddressZero()
Index__TradingNotActive()