DogecashToken
Verified contract
Active on
Ethereum with 1,181 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 |
---|---|---|---|---|---|
DGC | ERC-20 | 28.030001K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20496051 | 3 months ago | | | 0 | 0.000066176541 | |
| 13943338 | 3 years ago | | | 0 | 0.0066839500 | |
| 13937621 | 3 years ago | | | 0 | 0.0041598401 | |
| 13937584 | 3 years ago | | | 0 | 0.0059298705 | |
| 13930072 | 3 years ago | | | 0 | 0.0039960257 | |
| 13930014 | 3 years ago | | | 0 | 0.0066226551 | |
| 13929914 | 3 years ago | | | 0 | 0.0062629104 | |
| 13881423 | 3 years ago | | | 0 | 0.0028395407 | |
| 13807469 | 3 years ago | | | 0 | 0.0052844662 | |
| 13763036 | 3 years ago | | | 0 | 0.0043365169 |
ABI
ABI objects
Getter at block 21258619
INITIAL_SUPPLY() view returns (uint256)
500000000000000000000000000
decimals() view returns (uint256)
18
distributionContract() view returns (address)
0x0000000000000000000000000000000000000000
name() view returns (string)
DogecashToken
owner() view returns (address)
0x1eb4706ba28a59c8652b7a04a63dac3fd057660a
paused() view returns (bool)
false
symbol() view returns (string)
DGC
totalSupply() view returns (uint256)
500000000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256 balance)
frozen(address _target) view returns (bool)
frozenAccounts(address) view returns (bool)
releasetime(address _target) view returns (uint256)
timelockAccounts(address) view returns (uint256)
State-modifying
Events addDistributionContract(address _contract)
approve(address _spender, uint256 _value) returns (bool)
burn(uint256 _value)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool success)
freezeAccount(address target)
increaseApproval(address _spender, uint256 _addedValue) returns (bool success)
pause()
timelockAccount(address target, uint256 releasetime)
timeunlockAccount(address target)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
unFreezeAccount(address target)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address indexed burner, uint256 value)
FrozenFunds(address target, bool frozen)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Pause()
TimeLockFunds(address target, uint256 releasetime)
Transfer(address indexed from, address indexed to, uint256 value)
Unpause()
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.