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 "DCASH"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15006347 | 2 years ago | | | 0 | 0.0014990366 | |
| 13757485 | 3 years ago | | | 0 | 0.0039512674 | |
| 13439196 | 3 years ago | | | 0 | 0.0086376728 | |
| 13164108 | 3 years ago | | | 0 | 0.0040400720 | |
| 13164042 | 3 years ago | | | 0 | 0.0081072000 | |
| 13137946 | 3 years ago | | | 0 | 0.0048438640 | |
| 13137447 | 3 years ago | | | 0 | 0.0061393160 | |
| 13114726 | 3 years ago | | | 0 | 0.0032153840 | |
| 13114705 | 3 years ago | | | 0 | 0.0058552000 | |
| 13110762 | 3 years ago | | | 0 | 0.0064772600 |
ABI
ABI objects
Getter at block 21304858
INITIAL_SUPPLY() view returns (uint256)
1000000000000000000000000000
decimals() view returns (uint32)
18
isOperator() view returns (bool)
false
isOwner() view returns (bool)
false
mintingFinished() view returns (bool)
false
name() view returns (string)
DCASH
owner() view returns (address)
0x60e9fcb9e7b01b6aa0af2133d69ee7ad206d5676
paused() view returns (bool)
false
symbol() view returns (string)
DCASH
totalSupply() view returns (uint256)
197261698584000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address owner) view returns (uint256)
getLockedAmount(address granted) view returns (uint256)
grantedLocks(address, uint256) view returns (uint256 amount, uint256 expiresAt)
operator(uint256 index) view returns (address)
State-modifying
Events addLock(address granted, uint256 amount, uint256 expiresAt)
addOperator(address newOperator)
approve(address spender, uint256 value) returns (bool)
burn(uint256 value) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
deleteLock(address granted, uint8 index)
finishMinting() returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address to, uint256 amount) returns (bool)
pause()
removeOperator(address noMoreOperator)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
MintFinished()
OperatorAdded(address indexed newOperator)
OperatorRemoved(address indexed previousOperator)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 value)
Unpaused(address account)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.