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 ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
tst | ERC-20 | 310.739811K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19089291 | 3 months ago | | | 0 | 2.4151616e-7 | |
| 19089099 | 3 months ago | | | 0 | 2.3806206e-7 | |
| 19088882 | 3 months ago | | | 0 | 2.3889408e-7 | |
| 17871307 | 3 months ago | | | 0 | 0.00023340052 | |
| 17863412 | 3 months ago | | | 0 | 2.6950251e-7 | |
| 17863247 | 3 months ago | | | 0 | 4.4333281e-7 | |
| 17863222 | 3 months ago | | | 0 | 2.5964985e-7 | |
| 17863175 | 3 months ago | | | 0 | 2.5005304e-7 | |
| 17863128 | 3 months ago | | | 0 | 2.4661068e-7 | |
| 17862202 | 3 months ago | | | 0 | 1.6287967e-7 |
ABI
ABI objects
Getter at block 22432700 getTokenInfo() view returns (struct WDIStandardTokenTokenInfo _tokenInfo)
decimals() view returns (uint8)
18
getDevBuyTax() view returns (uint256)
0
getDevSellTax() view returns (uint256)
0
getLpBuyTax() view returns (uint256)
500000000000000000
getLpSellTax() view returns (uint256)
500000000000000000
getMarketingBuyTax() view returns (uint256)
0
getMarketingSellTax() view returns (uint256)
0
maxAmountForTx() view returns (uint256)
1000000000000000000000000
maxAmountForWallet() view returns (uint256)
1000000000000000000000000
name() view returns (string)
test
owner() view returns (address)
0xeb15e9c6f73602ef8f018e94088935c5cbd94733
swapPair() view returns (address _pair)
0x3b6619d4466cf235d84585767635f1a37a1970c9
swapping() view returns (bool)
false
symbol() view returns (string)
tst
totalBuyTaxFees() view returns (uint256)
500000000000000000
totalSellTaxFees() view returns (uint256)
500000000000000000
totalSupply() view returns (uint256)
100000000000000000000000000
totalTaxFees() view returns (uint256)
1000000000000000000
weth() view returns (address)
0x4200000000000000000000000000000000000006
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.