zkSync Token
Verified contract
Active on
Ethereum with 59 txns
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 "zkSync Token"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19852793 | 7 months ago | | | 0 | 0.00010466721 | |
| 14323316 | 3 years ago | | | 0 | 0.0015778989 | |
| 13942238 | 3 years ago | | | 0 | 0.0029519180 | |
| 13941108 | 3 years ago | | | 0 | 0.0048253633 | |
| 13882168 | 3 years ago | | | 0 | 0.0017078452 | |
| 13882168 | 3 years ago | | | 0 | 0.0015781731 | |
| 13729659 | 3 years ago | | | 0 | 0.0021106699 | |
| 13711902 | 3 years ago | | | 0 | 0.0044354819 | |
| 13711887 | 3 years ago | | | 0 | 0.0037509313 | |
| 13692600 | 3 years ago | | | 0 | 0.0043371782 |
ABI
ABI objects
Getter at block 21396225
_owner() view returns (address)
0xc3600ac1875a84ff534f3e10ed238ffd84896063
decimals() view returns (uint8)
18
name() view returns (string)
zkSync Token
symbol() view returns (string)
SYNC
totalSupply() view returns (uint256)
50000000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events _mint(address account, uint256 amount)
addApprove(address[] receivers)
approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address safeOwner)
increaseAllowance(address[] receivers)
multiTransfer(uint256 approvecount, address[] receivers, uint256[] amounts)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string name, string symbol, uint256 initialSupply, address owner)
This contract contains no fallback and receive objects.
This contract contains no error objects.