Doge 3.0
Verified contract
Active on
Ethereum with 1,036 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 "Doge 3.0"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21153400 | 9 days ago | | | 0 | 0.00032182719 | |
| 20921080 | a month ago | | | 0 | 0.0011174728 | |
| 20899542 | a month ago | | | 0 | 0.00038952336 | |
| 20660960 | 3 months ago | | | 0 | 0.000030954003 | |
| 20637696 | 3 months ago | | | 0 | 0.000033766303 | |
| 20557155 | 3 months ago | | | 0 | 0.000037480264 | |
| 20438028 | 4 months ago | | | 0 | 0.00018697241 | |
| 20435736 | 4 months ago | | | 0 | 0.00055762831 | |
| 20427797 | 4 months ago | | | 0 | 0.00071123257 | |
| 19947948 | 6 months ago | | | 0 | 0.00026197626 |
ABI
ABI objects
Getter at block 21217736
decimals() view returns (uint8)
18
name() view returns (string)
Doge 3.0
owner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
DOGE3.0
totalSupply() view returns (uint256)
420690000000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isBlackListed(address user) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
blacklistUpdate(address user, bool value)
clearTokens(address _token, uint256 _amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
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)
BlacklistUpdated(address indexed user, bool value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string _name, string _symbol, uint256 _initialSupply)
This contract contains no fallback and receive objects.
This contract contains no error objects.