WRAPPED ZYNECOIN
Verified contract
Active on
Ethereum with 341 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WZYN | ERC-20 | 18 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21182023 | 20 days ago | | | 0 | 0.0013760495 | |
| 20491596 | 4 months ago | | | 0 | 0.00030479369 | |
| 20385983 | 4 months ago | | | 0 | 0.00020922224 | |
| 20385980 | 4 months ago | | | 0 | 0.00021531876 | |
| 20378131 | 4 months ago | | | 0 | 0.00020961748 | |
| 20056451 | 6 months ago | | | 0 | 0.00037317893 | |
| 20046375 | 6 months ago | | | 0 | 0.00029290622 | |
| 20000908 | 6 months ago | | | 0 | 0.00020626093 | |
| 19959335 | 6 months ago | | | 0 | 0.0015342633 | |
| 19956953 | 6 months ago | | | 0 | 0.00012212472 |
ABI
ABI objects
Getter at block 21321938
MAX_OWNER_COUNT() view returns (uint256)
50
WITHDRAW_FEE() view returns (uint256)
0
decimals() view returns (uint8)
18
getBurnCount() view returns (uint256)
12
getOwners() view returns (address[])
[0xA488310B9Ef73331867a1352EafcBaf63c63CA88, 0x573c65F792Ef38A3a0aA0dFD74BB4830dDbdf11c, 0x13E4Fa1b32608E1366238EE7c1D578aa1C1B7be4, 0x33Ee7e7B255c5057eD1992b71795F7248DE4924C]
issuer() view returns (address)
0xe3dc4bfe279e6189680ba1be7ee5c27cc808750d
name() view returns (string)
WRAPPED ZYNECOIN
required() view returns (uint256)
2
symbol() view returns (string)
WZYN
totalSupply() view returns (uint256)
7617221390026013304015
transactionCount() view returns (uint256)
104
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address owner) view returns (uint256)
burnList(uint256) view returns (uint256 value, address burner, bytes data)
confirmations(uint256, address) view returns (bool)
getBurn(uint256 burnId) view returns (address _burner, uint256 _value, bytes _data)
getConfirmationCount(uint256 transactionId) view returns (uint256 count)
getConfirmations(uint256 transactionId) view returns (address[] _confirmations)
getTransactionCount(bool pending, bool executed) view returns (uint256 count)
getTransactionIds(uint256 from, uint256 to, bool pending, bool executed) view returns (uint256[] _transactionIds)
idHashMapping(uint256) view returns (bytes32)
isConfirmed(uint256 transactionId) view returns (bool)
isOwner(address) view returns (bool)
owners(uint256) view returns (address)
transactions(uint256) view returns (address destination, uint256 value, bytes data, bool executed)
State-modifying
Events addOwner(address owner)
approve(address spender, uint256 value) returns (bool)
burn(uint256 value, bytes data)
changeRequirement(uint256 _required)
confirmTransaction(uint256 transactionId)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
executeTransaction(uint256 transactionId)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
removeOwner(address owner)
replaceOwner(address owner, address newOwner)
revokeConfirmation(uint256 transactionId)
setWithdrawFee(uint256 withdrawFee)
submitTransaction(address destination, uint256 value, bytes data, bytes32 txHash) returns (uint256 transactionId)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferIssuer(address newIssuer)
Approval(address indexed owner, address indexed spender, uint256 value)
Confirmation(address indexed sender, uint256 indexed transactionId)
Execution(uint256 indexed transactionId)
ExecutionFailure(uint256 indexed transactionId)
OwnerAddition(address indexed owner)
OwnerRemoval(address indexed owner)
RequirementChange(uint256 required)
Revocation(address indexed sender, uint256 indexed transactionId)
Submission(uint256 indexed transactionId)
TokenBurn(uint256 indexed burnID, address indexed burner, uint256 value, bytes data)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address[] _owners, uint256 _required, string _name, string _symbol, uint8 _decimals, uint256 cap, uint256 withdrawFee)
This contract contains no fallback and receive objects.
This contract contains no error objects.