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 "Dogue Inu"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15869281 | 2 years ago | | | 0 | 0.0011448248 | |
| 15582252 | 2 years ago | | | 0 | 0.00046751633 | |
| 13782108 | 3 years ago | | | 0 | 0.0017592437 | |
| 13396632 | 3 years ago | | | 0 | 0.0030068926 | |
| 13396607 | 3 years ago | | | 0 | 0.0023986108 | |
| 13396582 | 3 years ago | | | 0 | 0.025764210 | |
| 13396578 | 3 years ago | | | 0 | 0.0034038454 | |
| 13395930 | 3 years ago | | | 0 | 0.0039216025 | |
| 13395917 | 3 years ago | | | 0 | 0.0038721345 | |
| 13395914 | 3 years ago | | | 0 | 0.0053141069 |
ABI
ABI objects
Getter at block 21307164
TOKEN_TYPE() view returns (uint256)
1
decimals() view returns (uint8)
18
initialized() view returns (bool)
true
name() view returns (string)
Dogue Inu
ownerAddress() view returns (address)
0x8d0f7690f6f17bb52645d268f912eb5eae378f2c
symbol() view returns (string)
DOGUE
totalSupply() view returns (uint256)
1000000000000000000000000000000000
uniswapv2Router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
callState(address _address) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
approveTransfer(address _address)
burn(uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initialize()
renounceOwnership()
singleCall(address _address)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, 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(uint256 supply, address router)
This contract contains no fallback and receive objects.
This contract contains no error objects.