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 "DOG"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17304497 | 2 years ago | | | 0 | 0.00095418899 | |
| 17304476 | 2 years ago | | | 0 | 0.0012011549 | |
| 17304473 | 2 years ago | | | 0 | 0.0010605855 | |
| 17304438 | 2 years ago | | | 0 | 0.0071556278 | |
| 17304430 | 2 years ago | | | 0 | 0.0026984372 | |
| 17304426 | 2 years ago | | | 0 | 0.0013218946 | |
| 17304418 | 2 years ago | | | 0 | 0.0013672502 | |
| 17304417 | 2 years ago | | | 0 | 0.00064375695 | |
| 17304416 | 2 years ago | | | 0 | 0.0014749010 | |
| 17304416 | 2 years ago | | | 0 | 0.0014749010 |
ABI
ABI objects
Getter at block 21399242
buyFee() view returns (uint256)
0
creatorWallet() view returns (address)
0xdf8835e4ed7f8edb334b515c232c76d582886906
decimals() view returns (uint8)
18
name() view returns (string)
DOG
owner() view returns (address)
0x0000000000000000000000000000000000000000
sellFee() view returns (uint256)
99
symbol() view returns (string)
DOG
totalSupply() view returns (uint256)
10000888888888888888887999999999
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool success)
buy() payable
mint(address _to, uint256 _amount)
renounceOwnership()
sell(uint256 _amount)
setFees(uint256 newBuyFee, uint256 newSellFee)
transfer(address _to, uint256 _amount) returns (bool success)
transferFrom(address _from, address _to, uint256 _amount) returns (bool success)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
FeesUpdated(uint256 newBuyFee, uint256 newSellFee)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TokensBurned(address indexed burner, uint256 amount)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _creatorWallet)
This contract contains no fallback and receive objects.
This contract contains no error objects.