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 |
---|---|---|---|---|---|
DMTS | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16177904 | 2 years ago | | | 0 | 0.00074348106 | |
| 15718497 | 2 years ago | | | 0 | 0.00087591283 | |
| 14038183 | 3 years ago | | | 0 | 0.021393916 | |
| 9455281 | 5 years ago | | | 0 | 0.000027368000 | |
| 9455281 | 5 years ago | | | 0 | 0.000027356000 | |
| 9455281 | 5 years ago | | | 0 | 0.000027356000 | |
| 9455281 | 5 years ago | | | 0 | 0.000027368000 | |
| 9455281 | 5 years ago | | | 0 | 0.000027368000 | |
| 9455281 | 5 years ago | | | 0 | 0.000027344000 | |
| 9455281 | 5 years ago | | | 0 | 0.000027344000 |
ABI
ABI objects
Getter at block 21230539
contractOwner() view returns (address)
0x34fc608c365f8e2d9862613b5761f2f6cc09f1a6
decimals() view returns (uint8)
18
initialSupply() view returns (uint256)
525000000000000000000000000
name() view returns (string)
U42
symbol() view returns (string)
U42
totalSupply() view returns (uint256)
267435113949863010000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
balanceOf(address _owner) view returns (uint256)
getProvisionCreditsRemaining(address _applicationAddress, uint32 _serviceId, uint256 _provisionId) view returns (uint256 credits)
getRemovedServicesForApplication(address _applicationAddress) view returns (uint32[] serviceIds)
getServiceInformation(address _applicationAddress, uint32 _serviceId) view returns (bool exists, bool isSimple, string serviceDescription, uint256 tokensPerCredit, uint256 maxCreditsPerProvision, address receiptAddress, bool isRemoved, uint256 provisionHead)
getServiceUpdateAddress(address _applicationAddress, uint32 _serviceId) view returns (address updateAddress)
getServicesForApplication(address _applicationAddress) view returns (uint32[] serviceIds)
isServiceRemoved(address _applicationAddress, uint32 _serviceId) view returns (bool)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
changeServiceReceiptAddress(uint32 _serviceId, address _receiptAddress) returns (bool success)
changeServiceUpdateAddress(uint32 _serviceId, address _updateAddress) returns (bool success)
completeProvision(address _applicationAddress, uint32 _serviceId, uint256 _provisionId, uint256 _creditsOutstanding) returns (bool success)
confirmReference(address _applicationAddress, uint256 _applicationReference, uint256 _senderTokensMinimum) returns (bool success)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
listService(uint32 _serviceId, string _serviceDescription, uint256 _tokensPerCredit, uint256 _maxCreditsPerProvision, address _updateAddress, address _receiptAddress) returns (bool success)
listSimpleService(uint32 _serviceId, string _serviceDescription, uint256 _tokensRequired, address _updateAddress, address _receiptAddress) returns (bool success)
ownerBurn(uint256 _value) returns (bool success)
removeService(address _targetApplicationAddress, uint32 _serviceId) returns (bool success)
transfer(address _to, uint256 _value) returns (bool)
transferBecauseOf(address _to, uint256 _value, address _applicationAddress, uint32 _serviceId, uint256 _provisionId) returns (bool success)
transferBecauseOfAggregate(address _to, uint256 _value, address _applicationAddress, uint32 _serviceId, uint256[] _provisionIds, uint256[] _tokenAmounts) returns (bool success)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferToService(address _applicationAddress, uint32 _serviceId, uint256 _tokenValue, uint256 _credits, uint256 _applicationReference) returns (uint256 provisionId)
transferToSimpleService(address _applicationAddress, uint32 _serviceId, uint256 _tokenValue, uint256 _applicationReference, uint256 _multiple) returns (bool success)
updateProvision(address _applicationAddress, uint32 _serviceId, uint256 _provisionId, uint256 _creditsRemaining) returns (bool success)
updateServiceDescription(address _targetApplicationAddress, uint32 _serviceId, string _serviceDescription) returns (bool success)
updateServiceMaxCreditsPerProvision(address _targetApplicationAddress, uint32 _serviceId, uint256 _maxCreditsPerProvision) returns (bool sucess)
updateServiceTokensPerCredit(address _targetApplicationAddress, uint32 _serviceId, uint256 _tokensPerCredit) returns (bool success)
Approval(address indexed owner, address indexed spender, uint256 value)
CompleteProvision(address indexed applicationAddress, uint32 indexed serviceId, uint256 indexed provisionId, uint256 creditsOutstanding)
CompleteSimpleProvision(address indexed applicationAddress, uint32 indexed serviceId, address indexed userAddress, uint256 multiple, uint256 applicationReference)
NewService(address indexed applicationAddress, uint32 serviceId)
ReferenceConfirmed(address indexed applicationAddress, uint256 indexed applicationReference, address indexed confirmedBy, uint256 confirmerTokensMinimum)
ServiceChanged(address indexed applicationAddress, uint32 serviceId)
ServiceRemoved(address indexed applicationAddress, uint32 serviceId)
SignalProvisionRefund(address indexed applicationAddress, uint32 indexed serviceId, uint256 indexed provisionId, uint256 tokenValue)
StartProvision(address indexed applicationAddress, uint32 indexed serviceId, address indexed userAddress, uint256 provisionId, uint256 serviceCredits, uint256 tokensPerCredit, uint256 applicationReference)
TokensBurned(address indexed burner, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
TransferBecauseOf(address indexed applicationAddress, uint32 indexed serviceId, uint256 indexed provisionId, address from, address to, uint256 value)
TransferBecauseOfAggregate(address indexed applicationAddress, uint32 indexed serviceId, uint256[] provisionIds, uint256[] tokenAmounts, address from, address to, uint256 value)
UpdateProvision(address indexed applicationAddress, uint32 indexed serviceId, uint256 indexed provisionId, uint256 creditsRemaining)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.