DogeCash Game
Verified contract
Active on
Ethereum with 64 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 "DogeCash Game"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20982311 | 2 months ago | | | 0 | 0.00023520100 | |
| 18077678 | a year ago | | | 0 | 0.00058908589 | |
| 14257451 | 3 years ago | | | 0 | 0.0021379174 | |
| 13577650 | 3 years ago | | | 0 | 0.0055283208 | |
| 13576352 | 3 years ago | | | 0 | 0.0063052111 | |
| 13576114 | 3 years ago | | | 0 | 0.0050954809 | |
| 13576113 | 3 years ago | | | 0 | 0.0042110505 | |
| 13575652 | 3 years ago | | | 0 | 0.0042568625 | |
| 13574072 | 3 years ago | | | 0 | 0.0042574208 | |
| 13573168 | 3 years ago | | | 0 | 0.0025937026 |
ABI
ABI objects
Getter at block 21324420
_maxWallet() view returns (uint256)
0
_tBlackAddress() view returns (address)
0xbd42dbcdb4efd0a9341da1d7af63c94bb7ed5132
_tUniswapPair() view returns (address)
0xfeaee07f4f324f96dc2151772a74c34f8c930732
decimals() view returns (uint8)
18
name() view returns (string)
DogeCash Game
owner() pure returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
DOGECASHGAME
totalSupply() view returns (uint256)
1000000000000000100000000000000000000000000000
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)
renounceOwnership()
setBlackAddress(address blackAddress)
setFeeTotal(uint256 amount)
setMaxWallet(uint256 _maxWalletPercent)
setUniswapPair(address newUniswaPair)
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.