Digital Asset Coin
Verified contract
Active on
Ethereum with 213 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 "Digital Asset Coin"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 5481179 | 7 years ago | | | 0 | 0.062092800 | |
| 5481155 | 7 years ago | | | 0 | 0.061242920 | |
| 5481129 | 7 years ago | | | 0 | 0.057791960 | |
| 5481110 | 7 years ago | | | 0 | 0.057768920 | |
| 5013901 | 7 years ago | | | 0 | 0.058531280 | |
| 5013713 | 7 years ago | | | 0 | 0.060315480 | |
| 4876069 | 7 years ago | | | 0 | 0.059519360 | |
| 4861231 | 7 years ago | | | 0 | 0.057676280 | |
| 4860929 | 7 years ago | | | 0 | 0.058579920 | |
| 4860869 | 7 years ago | | | 0 | 0.057683960 |
ABI
ABI objects
Getter at block 21169966
_totalSupply() view returns (uint256)
100000000000
decimals() view returns (uint8)
0
name() view returns (string)
Digital Asset Coin
owner() view returns (address)
0x00d27d1637fb850fb417ed89bc49836f00b8dddc
standard() view returns (string)
DigitalAssetCoin 1.0
symbol() view returns (string)
DAC
totalAssetTokens() view returns (uint256)
211
totalSupply() view returns (uint256 totalSupply)
100000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
balanceOf(address _owner) view returns (uint256 balance)
State-modifying
Events CreateDigitalAssetToken(uint256 coinsAmount, uint256 initialSupply, string assetTokenName, string tokenSymbol, string _assetID, string _assetMeta)
approve(address _spender, uint256 _value) returns (bool success)
changeOwner(address _newOwner)
doesAssetTokenExist(address assetToken) returns (bool success)
getAssetTokenByIndex(uint256 idx) returns (address assetToken)
transfer(address _to, uint256 _value) returns (bool success)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
transmuteTransfer(address _from, uint256 _value, address tokenAddress, string tokenName, string tokenSymbol) returns (bool success)
vaildBalanceForTokenCreation(address toCheck) returns (bool success)
Approval(address indexed _owner, address indexed _spender, uint256 _value)
NewDigitalAsset(address indexed _creator, address indexed _assetContract)
Transfer(address indexed _from, address indexed _to, uint256 _value)
TransmutedTransfer(address indexed _from, address indexed _to, uint256 _value, address _tokenAddress, string _tokenName, string _tokenSymbol)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.