DataTokenTemplate
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
4
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 "DataTokenTemplate"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "DataTokenTemplate"
ABI
ABI objects
Getter at block 20796578
BASE() view returns (uint256)
1000000000000000000
BASE_COMMUNITY_FEE_PERCENTAGE() view returns (uint256)
1000000000000000
BASE_MARKET_FEE_PERCENTAGE() view returns (uint256)
1000000000000000
blob() view returns (string)
http://oceanprotocol.com
cap() view returns (uint256)
10000000
decimals() view returns (uint8)
18
isInitialized() view returns (bool)
true
minter() view returns (address)
0xd6e0f938323a9d9d52b26700716e2e8e027f3795
name() view returns (string)
DataTokenTemplate
symbol() view returns (string)
DTT
totalSupply() view returns (uint256)
0
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
calculateFee(uint256 amount, uint256 feePercentage) pure returns (uint256)
isMinter(address account) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
approveMinter()
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
finishOrder(bytes32 orderTxId, address consumer, uint256 amount, uint256 serviceId)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initialize(string name, string symbol, address minterAddress, uint256 cap, string blob, address feeCollector) returns (bool)
mint(address account, uint256 value)
proposeMinter(address newMinter)
startOrder(address consumer, uint256 amount, uint256 serviceId, address mrktFeeCollector)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
MinterApproved(address currentMinter, address newMinter)
MinterProposed(address currentMinter, address newMinter)
OrderFinished(bytes32 orderTxId, address indexed consumer, uint256 amount, uint256 serviceId, address indexed provider, uint256 timestamp)
OrderStarted(address indexed consumer, address indexed payer, uint256 amount, uint256 serviceId, uint256 timestamp, address indexed mrktFeeCollector, uint256 marketFee)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string name, string symbol, address minterAddress, uint256 cap, string blob, address feeCollector)
This contract contains no fallback and receive objects.
This contract contains no error objects.