CryptalDash
Verified contract
Active on
Ethereum with 20,183 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($696.70)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDT | ERC-20 | 696 | $1.001 |
$696.7 | |
CRD | ERC-20 | 107.790952K | -- | -- | |
TACO | ERC-20 | 11.039784K | -- | -- | |
IVN | ERC-20 | 200 | -- | -- | |
VIP | ERC-20 | 8 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21130384 | 4 days ago | | | 0 | 0.00033486204 | |
| 20914968 | a month ago | | | 0 | 0.0014969212 | |
| 20888755 | a month ago | | | 0 | 0.00012063693 | |
| 20778328 | 2 months ago | | | 0 | 0.00061057038 | |
| 20702994 | 2 months ago | | | 0 | 0.000043633733 | |
| 20701714 | 2 months ago | | | 0 | 0.00013915800 | |
| 20689581 | 2 months ago | | | 0 | 0.00010300485 | |
| 20668915 | 2 months ago | | | 0 | 0.00021136126 | |
| 20595272 | 3 months ago | | | 0 | 0.000082710063 | |
| 20495789 | 3 months ago | | | 0 | 0.000021935371 |
ABI
ABI objects
Getter at block 21159784
cap() view returns (uint256)
1000000000000000000000000000
decimals() view returns (uint8)
18
mintingFinished() view returns (bool)
true
name() view returns (string)
CryptalDash
owner() view returns (address)
0xa5a6707dbad87609c8b21270653e7a0490e9bf21
symbol() view returns (string)
CRD
totalSupply() view returns (uint256)
1000000000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256 balance)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
batchMint(address[] users, uint256[] amounts) returns (bool)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
finishMinting() returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
mint(address _to, uint256 _amount) returns (bool)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
Mint(address indexed to, uint256 amount)
MintFinished()
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.