DebtToken
Verified contract
Active on
Ethereum with 1,727 txns
The storage layout for this contract could not be retrieved.
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WDT | ERC-20 | 0.0006 | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11491616 | 4 years ago | | | 0 | 0.0018316800 | |
| 11491616 | 4 years ago | | | 0 | 0.0018316800 | |
| 11491613 | 4 years ago | | | 0 | 0.0018316800 | |
| 11491606 | 4 years ago | | | 0 | 0.0020352000 | |
| 11491605 | 4 years ago | | | 0 | 0.0020352000 | |
| 11491605 | 4 years ago | | | 0 | 0.0020352000 | |
| 11491604 | 4 years ago | | | 0 | 0.0020352000 | |
| 11491604 | 4 years ago | | | 0 | 0.0021980160 | |
| 11491600 | 4 years ago | | | 0 | 0.0021980160 | |
| 11491599 | 4 years ago | | | 0 | 0.0021980160 |
ABI
ABI objects
Getter at block 21220817
decimals() view returns (uint8)
18
name() view returns (string)
PEG:US Dollar
pegInstance() view returns (address)
0x3d6a8a3d37feca3f8e988a25d267312d35fe3879
rawTotalSupply() view returns (uint256)
264632102137722160000000
symbol() view returns (string)
PEG:USD
totalSupply() view returns (uint256)
284972799270252044302439
Read-only
actualToRaw(uint256 _actual) view returns (uint256)
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _address) view returns (uint256)
rawAllowance(address, address) view returns (uint256)
rawBalance(address) view returns (uint256)
rawToActual(uint256 _raw) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _amount) returns (bool)
destroy(address _from, uint256 _amount)
issue(address _to, uint256 _amount)
setName(string _name)
setSymbol(string _symbol)
transfer(address _to, uint256 _amount) returns (bool)
transferERC20Token(address _token, address _to, uint256 _amount)
transferFrom(address _from, address _to, uint256 _amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 amount)
Destruction(uint256 amount)
Issuance(uint256 amount)
Transfer(address indexed from, address indexed to, uint256 amount)
constructor(string _name, string _symbol, address _pegInstance)
This contract contains no fallback and receive objects.
This contract contains no error objects.