DAGT Crypto Platform
Verified contract
Active on
Ethereum with 13,826 txns
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
| ERC-20 | 21M | -- | -- | |
| ERC-20 | 8.889K | -- | -- | |
DMTS | ERC-20 | 1 | -- | -- | |
MYOU | ERC-20 | 0.1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20994619 | 23 days ago | | | 0 | 0.00034201576 | |
| 16967314 | 2 years ago | | | 0 | 0.0017474201 | |
| 16763960 | 2 years ago | | | 0 | 0.0023510603 | |
| 16763959 | 2 years ago | | | 0 | 0.0020627964 | |
| 16706014 | 2 years ago | | | 0 | 0.0024514696 | |
| 14844671 | 2 years ago | | | 0 | 0.0019611573 | |
| 14418256 | 3 years ago | | | 0 | 0.0014729227 | |
| 12624129 | 3 years ago | | | 0 | 0.00011352090 | |
| 12624103 | 3 years ago | | | 0 | 0.00011358210 | |
| 12047789 | 4 years ago | | | 0 | 0.0048588930 |
ABI
ABI objects
Getter at block 21158326
decimals() view returns (uint8)
18
mintMaster() view returns (address)
0x6b16f452b37d10ef6d59403048a60a7df96353e3
mintingFinished() view returns (bool)
true
name() view returns (string)
DAGT Crypto Platform
owner() view returns (address)
0x6b16f452b37d10ef6d59403048a60a7df96353e3
paused() view returns (bool)
false
symbol() view returns (string)
DAGT
totalSupply() view returns (uint256)
100100000000000000000000000
version() view returns (string)
1.1
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)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool success)
finishMinting() returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool success)
mint(address _to, uint256 _amount) returns (bool)
mintToAddresses(address[] addresses, uint256 amount)
mintToAddressesAndAmounts(address[] addresses, uint256[] amounts)
pause()
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferMintMaster(address newMaster)
transferOwnership(address newOwner)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
Mint(address indexed to, uint256 amount)
MintFinished()
MintMasterTransferred(address indexed previousMaster, address indexed newMaster)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Pause()
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.