DOG: The Anti-Scam Reward Token
Verified contract
Active on
Ethereum with 7,793 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
DOG | ERC-20 | 2.25K | -- | -- | |
DMTS | ERC-20 | 1 | -- | -- | |
WDT | ERC-20 | 0.0006 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20550106 | 3 months ago | | | 0 | 0.000090605332 | |
| 19226729 | 9 months ago | | | 0 | 0.0043162933 | |
| 18872912 | a year ago | | | 0 | 0.00061711574 | |
| 18872910 | a year ago | | | 0 | 0.00063053187 | |
| 18872908 | a year ago | | | 0 | 0.00061857205 | |
| 18872906 | a year ago | | | 0 | 0.00062199943 | |
| 18872904 | a year ago | | | 0 | 0.00065587534 | |
| 18872902 | a year ago | | | 0 | 0.00061051299 | |
| 18872900 | a year ago | | | 0 | 0.00065442824 | |
| 18872829 | a year ago | | | 0 | 0.00070862879 |
ABI
ABI objects
Getter at block 21268049
decimals() view returns (uint256)
18
maxSupply() view returns (uint256)
100000000000000000000000000
name() view returns (string)
DOG: The Anti-Scam Reward Token
owner() view returns (address)
0x4effa0933a1099b8f95e34964c36dfd9b7b1a49a
paused() view returns (bool)
false
symbol() view returns (string)
DOG
totalSupply() view returns (uint256)
75000000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
allowed(address, address) view returns (uint256)
balanceOf(address _owner) view returns (uint256 balance)
balances(address) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool success)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
mint(uint256 _amount) returns (bool)
pause()
transfer(address _to, uint256 _value) returns (bool success)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
transferOwnership(address newOwner)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Pause()
Transfer(address indexed from, address indexed to, uint256 value)
Unpause()
constructor(uint256 _maxSupply)
This contract contains no fallback and receive objects.
This contract contains no error objects.