TrueUSD
Verified contract
Implementation
Active on
Ethereum with 18 txns
Storage
Map
Table
Raw
Constants and immutables
9
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 "TrueUSD"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 10201161 | 4 years ago | | | 0 | 0.00088552000 | |
| 9932561 | 5 years ago | | | 0 | 0.00013282800 | |
| 8798690 | 5 years ago | | | 0 | 0.000045932400 | |
| 8798681 | 5 years ago | | | 0 | 0.000068898600 | |
| 8798680 | 5 years ago | | | 0 | 0.000038277000 | |
| 8798673 | 5 years ago | | | 0 | 0.000038277000 | |
| 8595398 | 5 years ago | | | 0 | 0.10419380 | |
| 8558140 | 5 years ago | | | 0 | 0.00045524000 | |
| 8351257 | 5 years ago | | | 0 | 0.000023861000 | |
Transfer | 8346947 | 5 years ago | | | 0.00019251131 | 0.000063138000 |
ABI
ABI objects
Getter at block 21180486
burnMax() view returns (uint256)
0
burnMin() view returns (uint256)
0
decimals() pure returns (uint8)
18
delegateTotalSupply() view returns (uint256)
0
minimumGasPriceForFutureRefunds() view returns (uint256)
0
minimumGasPriceForRefund() view returns (uint256 result)
1
name() pure returns (string)
TrueUSD
owner() view returns (address)
0x46b60f293682d2697974c0719796a509a6b08ed7
paused() pure returns (bool)
false
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
registry() view returns (address)
0x0000000000000000000000000000000000000000
remainingGasRefundPool() view returns (uint256 length)
0
rounding() pure returns (uint8)
2
symbol() pure returns (string)
TUSD
totalSupply() view returns (uint256)
0
Read-only
allowance(address _who, address _spender) view returns (uint256)
balanceOf(address _who) view returns (uint256)
delegateAllowance(address owner, address spender) view returns (uint256)
delegateBalanceOf(address who) view returns (uint256)
gasRefundPool(uint256 _index) view returns (uint256 gasPrice)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
burn(uint256 _value)
claimOwnership()
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
delegateApprove(address spender, uint256 value, address origSender) returns (bool)
delegateDecreaseApproval(address spender, uint256 subtractedValue, address origSender) returns (bool)
delegateIncreaseApproval(address spender, uint256 addedValue, address origSender) returns (bool)
delegateTransfer(address to, uint256 value, address origSender) returns (bool)
delegateTransferFrom(address from, address to, uint256 value, address origSender) returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
mint(address _to, uint256 _value)
reclaimContract(address _ownable)
reclaimEther(address _to)
reclaimToken(address token, address _to)
setBurnBounds(uint256 _min, uint256 _max)
setMinimumGasPriceForFutureRefunds(uint256 _minimumGasPriceForFutureRefunds)
setRegistry(address _registry)
sponsorGas()
sponsorGas2()
syncAttributeValue(address _who, bytes32 _attribute, uint256 _value)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
wipeBlacklistedAccount(address _account)
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address indexed burner, uint256 value)
Mint(address indexed to, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SetBurnBounds(uint256 newMin, uint256 newMax)
SetRegistry(address indexed registry)
Transfer(address indexed from, address indexed to, uint256 value)
WipeBlacklistedAccount(address indexed account, uint256 balance)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.