Zypto Token
Verified contract
Active on
Ethereum with 7,005 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x7ffa…8651
Balances ($403.03)
Native
Value
$391.51
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.122048 | $3,207.82 |
$391.51 | |
ZYPTO | ERC-20 | 1.137685K | $0.010124 |
$11.52 | |
APU | ERC-20 | 1 | $0.001088 |
$0 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21161123 | 2 hours ago | | | 0 | 0.00061886799 | |
| 21161035 | 2 hours ago | | | 0 | 0.00051490500 | |
| 21161010 | 2 hours ago | | | 0 | 0.00085326198 | |
| 21160861 | 3 hours ago | | | 0 | 0.00084322500 | |
| 21160796 | 3 hours ago | | | 0 | 0.00079736825 | |
| 21160128 | 5 hours ago | | | 0 | 0.00083746432 | |
| 21160123 | 5 hours ago | | | 0 | 0.0012396609 | |
| 21160070 | 5 hours ago | | | 0 | 0.00062603200 | |
| 21159934 | 6 hours ago | | | 0 | 0.00092682900 | |
| 21159834 | 6 hours ago | | | 0 | 0.0013600194 |
ABI
ABI objects
Getter at block 21161608
MAX_TOTAL_FEE() view returns (uint256)
400
_WETH() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
_buyFeeLiquidity() view returns (uint256)
100
_buyFeeMarketing() view returns (uint256)
100
_buyFeeTotal() view returns (uint256)
200
_isOpenForTrading() view returns (bool)
true
_marketingWallet() view returns (address)
0x7ffa6cbe2516b0c15966f0da27261ffd0d9a8651
_pendingMarketingValue() view returns (uint256)
557015522214093983998
_sellFeeLiquidity() view returns (uint256)
100
_sellFeeMarketing() view returns (uint256)
100
_sellFeeTotal() view returns (uint256)
200
_swapAndLiquifyEnabled() view returns (bool)
true
_swapTokensAtAmount() view returns (uint256)
20000000000000000000000
_uniswapV2Pair() view returns (address)
0x1ecb460a532c1d76937bedbadf7d333da30255a4
_uniswapV2Router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
decimals() view returns (uint8)
18
name() view returns (string)
Zypto Token
owner() view returns (address)
0x86a0985acba4ec2be144ee23b0147633be6c0f59
symbol() view returns (string)
ZYPTO
totalSupply() view returns (uint256)
1000000000000000000000000000
Read-only
_isAutomatedMarketMakerPair(address) view returns (bool)
_isExcludedFromFees(address) view returns (bool)
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
excludeFromFees(address account, bool excluded)
excludeMultipleAccountsFromFees(address[] accounts, bool excluded)
openTrade()
renounceOwnership()
rescueERC20(address _token)
rescueETH()
setAutomatedMarketMakerPair(address pair, bool value)
setBuyFee(uint256 liquidityFee, uint256 marketingFee)
setMarketingWallet(address account)
setSellFee(uint256 liquidityFee, uint256 marketingFee)
setSwapAmont(uint256 swapTokensAtAmount)
setSwapAndLiquifyEnabled(bool enabled)
swapAndLiquifyNow()
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
ExcludeFromFees(address indexed account, bool isExcluded)
ExcludeMultipleAccountsFromFees(address[] accounts, bool isExcluded)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SwapAndLiquify(uint256 tokensIntoLiqudity, uint256 ethReceived)
SwapAndLiquifyEnabledUpdated(bool enabled)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address tokenOwner, address router, address marketing)
receive()
AddressEmptyCode(address target)
AddressInsufficientBalance(address account)
ERC20InsufficientAllowance(address spender, uint256 allowance, uint256 needed)
ERC20InsufficientBalance(address sender, uint256 balance, uint256 needed)
ERC20InvalidApprover(address approver)
ERC20InvalidReceiver(address receiver)
ERC20InvalidSender(address sender)
ERC20InvalidSpender(address spender)
FailedInnerCall()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
SafeERC20FailedOperation(address token)