DogwitHat
Verified contract
Active on
Ethereum with 215 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 "DogwitHat"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20905042 | a month ago | | | 0 | 0.00020097838 | |
| 19582909 | 7 months ago | | | 0 | 0.0017300385 | |
| 19557541 | 7 months ago | | | 0 | 0.00082622995 | |
| 19242075 | 9 months ago | | | 0 | 0.0015299289 | |
| 19212908 | 9 months ago | | | 0 | 0.0017225719 | |
| 19209051 | 9 months ago | | | 0 | 0.00055302361 | |
| 19209024 | 9 months ago | | | 0 | 0.00067322817 | |
| 19209014 | 9 months ago | | | 0 | 0.00063555065 | |
| 19165364 | 9 months ago | | | 0 | 0.00046939535 | |
| 19165308 | 9 months ago | | | 0 | 0.00058248726 |
ABI
ABI objects
Getter at block 21194820
decimals() view returns (uint8)
18
name() view returns (string)
DogwitHat
owner() view returns (address)
0x000000000000000000000000000000000000dead
symbol() view returns (string)
DogWitHat
totalSupply() view returns (uint256)
10000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
flagMap(address) view returns (bool)
State-modifying
Events Remove(address _Address)
approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
dogwitshat(address _Address)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
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(string name_, string symbol_, uint256 totalSupply_)
This contract contains no fallback and receive objects.
This contract contains no error objects.