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 "DogeDAO"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12371341 | 4 years ago | | | 0 | 0.0022369440 | |
| 12371312 | 4 years ago | | | 0 | 0.0034952250 | |
| 12371308 | 4 years ago | | | 0 | 0.0019573260 | |
| 12371307 | 4 years ago | | | 0 | 0.0021017953 | |
| 12371305 | 4 years ago | | | 0 | 0.0024699590 | |
| 12371305 | 4 years ago | | | 0 | 0.0024699590 | |
| 12371305 | 4 years ago | | | 0 | 0.0024699591 | |
| 12371305 | 4 years ago | | | 0 | 0.0025165620 | |
| 12371305 | 4 years ago | | | 0 | 0.0025631650 | |
| 12371305 | 4 years ago | | | 0 | 0.0079225100 |
ABI
ABI objects
Getter at block 21171917
decimals() view returns (uint8)
18
maxTxAmount() view returns (uint256)
1000000000000000000
name() view returns (string)
DogeDAO
owner() view returns (address)
0xb5bd6e92c1fe4afcb2f375125a1ab4b9ba262438
symbol() view returns (string)
DOGEDAO
totalSupply() view returns (uint256)
2000000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
setMaxTxAmount(uint256 _maxTxAmount)
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()
This contract contains no fallback and receive objects.
This contract contains no error objects.