Dogecoin
Verified contract
Active on
Ethereum with 16,323 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.01)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
SDOG | ERC-20 | 100K | $0.00 |
$0.01 | |
BUNNY | ERC-20 | 996.377499B | -- | -- | |
CHEEMSDOGE | ERC-20 | 123.997525M | -- | -- | |
LGBTQ | ERC-20 | 4.58M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21275352 | an hour ago | | | 0 | 0.00036592040 | |
| 21274775 | 3 hours ago | | | 0 | 0.00039899514 | |
| 21274228 | 5 hours ago | | | 0 | 0.00050411310 | |
| 21274067 | 5 hours ago | | | 0 | 0.00041275326 | |
| 21273794 | 6 hours ago | | | 0 | 0.00065221816 | |
| 21273770 | 6 hours ago | | | 0 | 0.0014754243 | |
| 21273765 | 6 hours ago | | | 0 | 0.0010303773 | |
| 21273758 | 6 hours ago | | | 0 | 0.0011462828 | |
| 21273451 | 7 hours ago | | | 0 | 0.00035891500 | |
| 21273390 | 8 hours ago | | | 0 | 0.00045616485 |
ABI
ABI objects
Getter at block 21275663
DOMAIN_SEPARATOR() view returns (bytes32)
0xbe2230ba266e24f77b0ddb0484b1240c345cab917242c0986c6bc1637a49f9a8
decimals() view returns (uint8)
8
name() view returns (string)
Dogecoin
owner() view returns (address)
0x35ae5a983217f52652d038611c28ea7303fc8143
symbol() view returns (string)
DOGE
totalSupply() view returns (uint256)
4089542740803660
url() view returns (string)
https://doge.gay
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
instructionFulfilled(uint256) view returns (bool)
minters(address) view returns (bool)
nonces(address) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _amount) returns (bool)
burn(uint256 _amount)
claimOwnership()
crossBridge(address _controller, uint256 _amount)
decreaseAllowance(address _spender, uint256 _toRemove) returns (bool)
increaseAllowance(address _spender, uint256 _toAdd) returns (bool)
joinParty(address _to, uint256 _amount, uint256 _instructionId, uint8 _v, bytes32 _r, bytes32 _s)
multiJoinParty(JoinPartyInstruction[] _instructions)
permit(address _owner, address _spender, uint256 _amount, uint256 _deadline, uint8 _v, bytes32 _r, bytes32 _s)
recoverETH()
recoverTokens(address _token)
setMinter(address _minter, bool _canMint)
transfer(address _to, uint256 _amount) returns (bool)
transferFrom(address _from, address _to, uint256 _amount) returns (bool)
transferOwnership(address _newOwner)
Approval(address indexed owner, address indexed spender, uint256 amount)
DogeCrossingBridge(address indexed controller, uint256 amount)
DogeJoinedTheParty(uint256 indexed instructionId, address indexed recipient, uint256 amount)
Minter(address indexed minter, bool canMint)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 amount)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.