Dobermann Inu
Verified contract
Active on
Ethereum with 475 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Dobermann Inu"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19322340 | 9 months ago | | | 0 | 0.0012810222 | |
| 18734379 | a year ago | | | 0 | 0.00089920910 | |
| 18734378 | a year ago | | | 0 | 0.00090361269 | |
| 18734130 | a year ago | | | 0 | 0.00088528915 | |
| 18005395 | a year ago | | | 0 | 0.00028543241 | |
| 16992460 | 2 years ago | | | 0 | 0.00059679189 | |
| 16981722 | 2 years ago | | | 0 | 0.0013470068 | |
| 16742224 | 2 years ago | | | 0 | 0.0011115652 | |
| 16704501 | 2 years ago | | | 0 | 0.0010090382 | |
| 16654285 | 2 years ago | | | 0 | 0.0011592632 |
ABI
ABI objects
Getter at block 21215676
centiBuyTax() view returns (uint256)
0
centiSellTax() view returns (uint256)
0
decimals() view returns (uint8)
18
marketingWallet() view returns (address)
0xd58dde92e473982d749c901ee823860a9a9d16cc
maxTxAmount() view returns (uint256)
5000000000000000000000000
maxWalletAmount() view returns (uint256)
5000000000000000000000000
name() view returns (string)
Dobermann Inu
owner() view returns (address)
0x0000000000000000000000000000000000000000
swapTokensAtAmount() view returns (uint256)
20001000000000000000000
symbol() view returns (string)
Dobies
totalSupply() view returns (uint256)
100000000000000000000000000
uniswapV2Pair() view returns (address)
0x2be48680de5671e7cd40121248d96e23e0196cff
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)
setMaxTx(uint256 _wholeNumber, uint256 _firstNumberAfterDecimal, uint256 _secondNumberAfterDecimal)
setMaxWallet(uint256 _wholeNumber, uint256 _firstNumberAfterDecimal, uint256 _secondNumberAfterDecimal)
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.