Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 14 additional slots
Balances ($11.68)
Native
Value
$11.68
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.003765 | $3,101.09 |
$11.68 | |
Cado | ERC-20 | 20.641105M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19135655 | 10 months ago | | | 0 | 0.0016559594 | |
| 18854064 | a year ago | | | 0 | 0.00059952168 | |
| 18853140 | a year ago | | | 0 | 0.0013177335 | |
| 18844732 | a year ago | | | 0 | 0.0011391544 | |
| 18844723 | a year ago | | | 0 | 0.00070590630 | |
| 18844090 | a year ago | | | 0 | 0.0011975668 | |
| 18829100 | a year ago | | | 0 | 0.0025863301 | |
| 18829097 | a year ago | | | 0 | 0.0029637917 | |
| 18772315 | a year ago | | | 0 | 0.0023316881 | |
| 18765875 | a year ago | | | 0 | 0.0018025945 |
ABI
ABI objects
Getter at block 21225952 getTokenInfo() view returns (struct WDIStandardTokenTokenInfo _tokenInfo)
decimals() view returns (uint8)
18
getDevBuyTax() view returns (uint256)
500000000000000000
getDevSellTax() view returns (uint256)
500000000000000000
getLpBuyTax() view returns (uint256)
1000000000000000000
getLpSellTax() view returns (uint256)
1000000000000000000
getMarketingBuyTax() view returns (uint256)
1500000000000000000
getMarketingSellTax() view returns (uint256)
1500000000000000000
maxAmountForTx() view returns (uint256)
1000000000000000000000000000
maxAmountForWallet() view returns (uint256)
1000000000000000000000000000
name() view returns (string)
CatDog
owner() view returns (address)
0x0000000000000000000000000000000000000000
swapPair() view returns (address)
0xdf57b5adef2fb9661d9a3f95d59c6684165190ca
swapping() view returns (bool)
false
symbol() view returns (string)
Cado
totalBuyTaxFees() view returns (uint256)
3000000000000000000
totalSellTaxFees() view returns (uint256)
3000000000000000000
totalSupply() view returns (uint256)
1000000000000000000000000000
totalTaxFees() view returns (uint256)
6000000000000000000
weth() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isExcludeFromFee(address) view returns (bool)
isExcludeFromTxLimit(address) view returns (bool)
isExcludeFromWalletLimit(address) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
setExclusionFromFee(address account, bool value)
setExclusionFromTxLimit(address account, bool value)
setExclusionFromWalletLimit(address account, bool value)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
updateDevBuyTax(uint256 tax)
updateDevSellTax(uint256 tax)
updateDevWallet(address newWallet)
updateLpBuyTax(uint256 tax)
updateLpSellTax(uint256 tax)
updateMarketingBuyTax(uint256 tax)
updateMarketingSellTax(uint256 tax)
updateMarketingWallet(address newWallet)
updateMaxTransactionAmount(uint256 maxTx)
updateMaxWalletAmount(uint256 maxWallet)
Approval(address indexed owner, address indexed spender, uint256 value)
DevWalletUpdated(address newWallet, address oldWallet)
MarketingWalletUpdated(address newWallet, address oldWallet)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
TransferFee(uint256 makertingTax, uint256 devTax, uint256 indexed lpTax)
constructor(struct WDIStandardTokenTokenInfo _tokenInfo, uint256 _deployerTax, address _deployFeeReceiver)
receive()
This contract contains no error objects.