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 |
---|---|---|---|---|---|
DORKIE | ERC-20 | 65.8553M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18943122 | a year ago | | | 0 | 0.00072675199 | |
| 18181092 | a year ago | | | 0 | 0.00039307804 | |
| 18152412 | a year ago | | | 0 | 0.00038276369 | |
| 18081872 | a year ago | | | 0 | 0.00046220340 | |
| 18080669 | a year ago | | | 0 | 0.00044551168 | |
| 18080343 | a year ago | | | 0 | 0.00068296156 | |
| 18079232 | a year ago | | | 0 | 0.0010420029 | |
| 18078574 | a year ago | | | 0 | 0.0012977712 | |
| 18077774 | a year ago | | | 0 | 0.00094307282 | |
| 18077234 | a year ago | | | 0 | 0.00051307734 |
ABI
ABI objects
Getter at block 21332924
Optimization() view returns (uint256)
169398287035649570
centiBuyTax() view returns (uint256)
200
centiSellTax() view returns (uint256)
200
decimals() view returns (uint8)
18
marketingWallet() view returns (address)
0xec3686df410979d5eb3b3a85f8287a0cd5e98775
maxTxAmount() view returns (uint256)
1000000000000000000000000000
maxWalletAmount() view returns (uint256)
1000000000000000000000000000
name() view returns (string)
DORKIE
owner() view returns (address)
0x0000000000000000000000000000000000000000
swapTokensAtAmount() view returns (uint256)
200001000000000000000000
symbol() view returns (string)
DORKIE
totalSupply() view returns (uint256)
1000000000000000000000000000
uniswapV2Pair() view returns (address)
0x0233a9e48a68481aba8a0aefd43c9aaeb0c2f906
uniswapV2Router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
Read-only
allowance(address owner, address spender) view returns (uint256)
automatedMarketMakerPairs(address) view returns (bool)
balanceOf(address account) view returns (uint256)
isExcludedFromFees(address account) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
excludeFromFees(address account, bool excluded)
excludeMultipleAccountsFromFees(address[] accounts, bool excluded)
getAllTaxes()
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
setAutomatedMarketMakerPair(address pair, bool value)
setBuyTax(uint256 _wholeNumber, uint256 _firstNumberAfterDecimal, uint256 _secondNumberAfterDecimal)
setMarketingWallet(address wallet)
setSellTax(uint256 _wholeNumber, uint256 _firstNumberAfterDecimal, uint256 _secondNumberAfterDecimal)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
updateUniswapV2Router(address newAddress)
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)
SetAutomatedMarketMakerPair(address indexed pair, bool indexed value)
Transfer(address indexed from, address indexed to, uint256 value)
UpdateUniswapV2Router(address indexed newAddress, address indexed oldAddress)
constructor(string name_, string symbol_, uint256 supply_, uint8 decimals_, struct MarketingTaxParameters parameters, address uniswapV2Router_, address addr_)
receive()
This contract contains no error objects.