TrueUSD
Verified contract
Proxy
Active on
Ethereum
Unified storage
Map
Table
Raw
Constants and immutables
3
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
8 additional
variables
Balances ($27,216.11)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDT | ERC-20 | 13.189905K | $0.999552 |
$13,184 | |
TUSD | ERC-20 | 11.729419K | $0.998676 |
$11,713.89 | |
LINK | ERC-20 | 150 | $15.40 |
$2,310 | |
IOTX | ERC-20 | 100 | $0.042572 |
$4.26 | |
INUINU | ERC-20 | 2B | $0.00 |
$2 | |
USDC | ERC-20 | 1 | $0.998789 |
$1 | |
TRU | ERC-20 | 10 | $0.084015 |
$0.84 | |
0xBTC | ERC-20 | 1 | $0.079276 |
$0.08 | |
ZIK | ERC-20 | 333.333333 | $0.000158 |
$0.05 | |
| ERC-20 | 888.888888M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21243358 | 29 minutes ago | | | 0 | 0.00097199239 | |
| 21243267 | an hour ago | | | 0 | 0.00072119609 | |
| 21243150 | an hour ago | | | 0 | 0.00069650675 | |
| 21243136 | an hour ago | | | 0 | 0.00070293261 | |
| 21242686 | 3 hours ago | | | 0 | 0.00045904608 | |
| 21242657 | 3 hours ago | | | 0 | 0.00063710619 | |
| 21242085 | 5 hours ago | | | 0 | 0.00066068136 | |
| 21242084 | 5 hours ago | | | 0 | 0.00066068136 | |
| 21242000 | 5 hours ago | | | 0 | 0.00057139588 | |
| 21241947 | 5 hours ago | | | 0 | 0.00060900490 |
ABI
ABI objects
Getter at block 21243498
implementation() view returns (address impl)
0xdbc97a631c2fee80417d5d69f32b198c8c39c27e
pendingProxyOwner() view returns (address pendingOwner)
0x0000000000000000000000000000000000000000
proxyOwner() view returns (address owner)
0x0000000000075efbee23fe2de1bd0b7690883cc9
burnMax() view returns (uint256)
1000000000000000000000000000
burnMin() view returns (uint256)
1000000000000000000000
chainReserveFeed() view returns (address)
0xbe456fd14720c3accc30a2013bffd782c9cb75d5
chainReserveHeartbeat() view returns (uint256)
129600
decimals() pure returns (uint8)
18
name() pure returns (string)
TrueUSD
owner() view returns (address)
0x0000000000075efbee23fe2de1bd0b7690883cc9
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
proofOfReserveEnabled() view returns (bool)
true
rounding() pure returns (uint8)
2
symbol() pure returns (string)
TUSD
totalSupply() view returns (uint256)
316126540952349698425178789
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
canBurn(address) view returns (bool)
State-modifying
Events claimProxyOwnership()
transferProxyOwnership(address newOwner)
upgradeTo(address implementation)
approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
claimOwnership()
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
destroyBlackFunds(address _blackListedUser)
disableProofOfReserve()
enableProofOfReserve()
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address account, uint256 amount)
reclaimEther(address _to)
reclaimToken(address token, address _to)
setBlacklisted(address account, bool _isBlacklisted)
setBurnBounds(uint256 _min, uint256 _max)
setCanBurn(address account, bool _canBurn)
setChainReserveFeed(address newFeed)
setChainReserveHeartbeat(uint256 newHeartbeat)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
NewPendingOwner(address currentOwner, address pendingOwner)
ProxyOwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Upgraded(address indexed implementation)
Approval(address indexed owner, address indexed spender, uint256 value)
Blacklisted(address indexed account, bool isBlacklisted)
Burn(address indexed burner, uint256 value)
DestroyedBlackFunds(address indexed _blackListedUser, uint256 _balance)
Mint(address indexed to, uint256 value)
NewChainReserveFeed(address oldFeed, address newFeed)
NewChainReserveHeartbeat(uint256 oldHeartbeat, uint256 newHeartbeat)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
ProofOfReserveDisabled()
ProofOfReserveEnabled()
SetBurnBounds(uint256 newMin, uint256 newMax)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
fallback()
This contract contains no error objects.