Zytara USD
Verified contract
Proxy
Active on
Ethereum with 490 txns
Unified storage
Map
Table
Raw
Constants and immutables
2
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 "Zytara USD"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20374733 | 4 months ago | | | 0 | 0.0018202500 | |
| 19248649 | 9 months ago | | | 0 | 0.0019638900 | |
| 18819820 | a year ago | | | 0 | 0.0040332933 | |
| 18615796 | a year ago | | | 0 | 0.0031583740 | |
| 16437930 | 2 years ago | | | 0 | 0.00083587282 | |
| 16434448 | 2 years ago | | | 0 | 0.0010460880 | |
| 16434429 | 2 years ago | | | 0 | 0.00089128309 | |
| 16434283 | 2 years ago | | | 0 | 0.0011370732 | |
| 16434270 | 2 years ago | | | 0 | 0.0015462182 | |
| 16423873 | 2 years ago | | | 0 | 0.00066357694 |
ABI
ABI objects
Getter at block 21176445
complianceRole() view returns (address)
0x0000000000000000000000000000000000000000
decimals() view returns (uint8)
6
issuer() view returns (address)
0x245d71d87953e666e34a5e50367bf8aff766c2cb
name() view returns (string)
Zytara USD
owner() view returns (address)
0x8540db49d7b6a38d8d2e70625b33234d206d676d
paused() view returns (bool)
false
proposedOwner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
ZUSD
totalSupply() view returns (uint256)
24136516347
Read-only
allowance(address _owner, address spender) view returns (uint256)
balanceOf(address addr) view returns (uint256)
frozen(address addr) view returns (bool)
State-modifying
Events admin() returns (address)
changeAdmin(address newAdmin)
implementation() returns (address)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
approve(address spender, uint256 value) returns (bool)
burn(uint256 value) returns (bool)
burnFrom(address from, uint256 value) returns (bool)
claimOwnership()
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
disregardProposeOwner()
freeze(address addr)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initialize()
mint(uint256 value) returns (bool success)
mintTo(address to, uint256 value) returns (bool)
pause()
proposeOwner(address newProposedOwner)
setComplianceRole(address newComplianceRole)
setIssuer(address newIssuer)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
unfreeze(address addr)
unpause()
wipeFrozenAddress(address addr)
AdminChanged(address previousAdmin, address newAdmin)
Upgraded(address indexed implementation)
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address indexed from, uint256 value)
ComplianceRoleSet(address indexed oldComplianceRole, address indexed newComplianceRole)
FreezeAddress(address indexed addr)
IssuerSet(address indexed oldIssuer, address indexed newIssuer)
Mint(address indexed to, uint256 value)
OwnershipTransferDisregarded(address indexed oldProposedOwner)
OwnershipTransferProposed(address indexed currentOwner, address indexed proposedOwner)
OwnershipTransferred(address indexed oldOwner, address indexed newOwner)
Pause()
Transfer(address indexed from, address indexed to, uint256 value)
UnfreezeAddress(address indexed addr)
Unpause()
WipeFrozenAddress(address indexed addr)
constructor(address _logic, address _admin, bytes _data)
fallback()
receive()
This contract contains no error objects.