Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.01)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ZIK | ERC-20 | 35.004219 | $0.00015 |
$0.01 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21228407 | 3 hours ago | | | 0 | 0.00054521834 | |
| 21228075 | 4 hours ago | | | 0 | 0.00049403540 | |
| 21223901 | 18 hours ago | | | 0 | 0.0010557453 | |
| 21222845 | 21 hours ago | | | 0 | 0.00052566234 | |
| 21222649 | a day ago | | | 0 | 0.0011303685 | |
| 21218824 | a day ago | | | 0 | 0.00050014379 | |
| 21214230 | 2 days ago | | | 0 | 0.00079977647 | |
| 21210210 | 3 days ago | | | 0 | 0.00054444450 | |
| 21204344 | 3 days ago | | | 0 | 0.0011308876 | |
| 21202156 | 4 days ago | | | 0 | 0.00072163095 |
ABI
ABI objects
Getter at block 21229231
buyContributionFee() view returns (uint256)
0
decimals() view returns (uint8)
18
developementWalletAddress() view returns (address)
0x8a170c4033410737fc6719a74a1e451037daf047
isSwapEnabled() view returns (bool)
false
name() view returns (string)
D-Drops
owner() view returns (address)
0x46866365e0b48ca98a18bbd23baa330a57b00e46
sellContributionFee() view returns (uint256)
6000000000000000000
symbol() view returns (string)
DOP
taxHelper() view returns (address)
0x0000000000000000000000000000000000000000
totalSupply() view returns (uint256)
337500000000000000000000000
treasureWalletAddress() view returns (address)
0x0e516a61c792ec36da070a65dc961e82af9106af
uniswapV2RouterAddress() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isBlacklisted(address) view returns (bool)
isExcludedFromFee(address) view returns (bool)
isUniswapV2Pair(address) view returns (bool)
uniswapV2Pairs(uint256) view returns (address)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
createUniswapV2Pair(address otherToken) returns (address)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
excludeFromFee(address _account)
includeInFee(address _account)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
manage_blacklist(address[] _addresses, bool _value)
renounceOwnership()
setBuyContributionFee(uint256 _newBuyContributionFee)
setDevelopementWallet(address _newDevelopementWallet)
setIsSwapEnabled(bool value)
setSellContributionFee(uint256 _newSellContributionFee)
setTaxHelper(address taxHelperAddress)
setTreasureWallet(address _newTreasureWallet)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.