ZKLink
Verified contract
Proxy
Active on
Ethereum with 7,749 txns
Unified storage
Map
Table
Raw
Constants and immutables
1
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 44 additional slots
-
variable spans 47 additional slots
-
variable spans 48 additional slots
-
variable spans 49 additional slots
6 additional
variables
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ZKL | ERC-20 | 17 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21156729 | 6 hours ago | | | 0 | 0.00062724981 | |
| 21156719 | 6 hours ago | | | 0 | 0.00056278238 | |
| 21156689 | 6 hours ago | | | 0 | 0.00080265526 | |
| 21155362 | 11 hours ago | | | 0 | 0.00061166392 | |
| 21154475 | 14 hours ago | | | 0 | 0.00049180064 | |
| 21153554 | 17 hours ago | | | 0 | 0.00065374489 | |
| 21153545 | 17 hours ago | | | 0 | 0.00073783597 | |
| 21153107 | 18 hours ago | | | 0 | 0.0011764904 | |
| 21153004 | 19 hours ago | | | 0 | 0.00056359809 | |
| 21152218 | 21 hours ago | | | 0 | 0.00059498284 |
ABI
ABI objects
Getter at block 21158631 proxiableUUID() view returns (bytes32)
DOMAIN_SEPARATOR() view returns (bytes32)
0x99fbf50143cd8d747e225fda04f0f65783790a8ddd3472595cbcdec1f08ab125
cap() view returns (uint256)
1000000000000000000000000000
decimals() view returns (uint8)
18
eip712Domain() view returns (bytes1 fields, string name, string version, uint256 chainId, address verifyingContract, bytes32 salt, uint256[] extensions)
(fields=0x0f, name=ZKLink, version=1, chainId=1, verifyingContract=0xfc385a1df85660a7e041423db512f779070fcede, salt=0x0000000000000000000000000000000000000000000000000000000000000000, extensions=[])
name() view returns (string)
ZKLink
owner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
ZKL
totalSupply() view returns (uint256)
1000000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
nonces(address owner) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initialize()
mint(address account, uint256 amount)
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
renounceOwnership()
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
Upgraded(address indexed implementation)
AdminChanged(address previousAdmin, address newAdmin)
Approval(address indexed owner, address indexed spender, uint256 value)
BeaconUpgraded(address indexed beacon)
EIP712DomainChanged()
Initialized(uint8 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
Upgraded(address indexed implementation)
constructor(address implementation, bytes _data)
fallback()
AddressEmptyCode(address target)
ERC1967InvalidImplementation(address implementation)
ERC1967NonPayable()
FailedInnerCall()