TrueAUD
Verified contract
Proxy
Active on
Ethereum with 54,242 txns
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
7 additional
variables
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
C4Y | ERC-20 | 4.8K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21145578 | 3 days ago | | | 0 | 0.00080407128 | |
| 21111033 | 7 days ago | | | 0 | 0.00019292062 | |
| 20950824 | a month ago | | | 0 | 0.00079865944 | |
| 20826361 | 2 months ago | | | 0 | 0.0012021965 | |
| 20783410 | 2 months ago | | | 0 | 0.0013779408 | |
| 20691897 | 2 months ago | | | 0 | 0.0016357214 | |
| 20690611 | 2 months ago | | | 0 | 0.00014035065 | |
| 20669864 | 2 months ago | | | 0 | 0.00013661211 | |
| 20633380 | 2 months ago | | | 0 | 0.000048355620 | |
| 20598203 | 3 months ago | | | 0 | 0.000078600000 |
ABI
ABI objects
Getter at block 21163799
implementation() view returns (address impl)
0xc40750744f075fdc4a0a4c75b7af9380bc59befb
pendingProxyOwner() view returns (address pendingOwner)
0x0000000000000000000000000000000000000000
proxyOwner() view returns (address owner)
0x0000109a8344de9c00465264006c0000769a2770
burnMax() view returns (uint256)
20000000000000000000000000
burnMin() view returns (uint256)
1000000000000000000000
decimals() pure returns (uint8)
18
name() pure returns (string)
TrueAUD
owner() view returns (address)
0x0000109a8344de9c00465264006c0000769a2770
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
remainingGasRefundPool() view returns (uint256 length)
225949
remainingSheepRefundPool() view returns (uint256 length)
57232
rounding() pure returns (uint8)
2
symbol() pure returns (string)
TAUD
totalSupply() view returns (uint256)
6661080110000000000000000
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)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address account, uint256 amount)
reclaimEther(address _to)
reclaimToken(address token, address _to)
refundGas(uint256 amount)
setBlacklisted(address account, bool _isBlacklisted)
setBurnBounds(uint256 _min, uint256 _max)
setCanBurn(address account, bool _canBurn)
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)
Mint(address indexed to, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SetBurnBounds(uint256 newMin, uint256 newMax)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
fallback()
This contract contains no error objects.