Zero.Exchange Token
Verified contract
Active on
Ethereum with 28,994 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($25,712.64)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
MATIC | ERC-20 | 59.273K | $0.407449 |
$24,150.72 | |
USDT | ERC-20 | 1.5K | $1.002 |
$1,503 | |
USDC | ERC-20 | 53.96 | $1.00 |
$53.96 | |
MARSH | ERC-20 | 65 | $0.076241 |
$4.96 | |
WaBi | ERC-20 | 828.104 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21088064 | 10 days ago | | | 0 | 0.00017787890 | |
| 21085600 | 10 days ago | | | 0 | 0.00020777243 | |
| 21054143 | 15 days ago | | | 0 | 0.00010310633 | |
| 21022389 | 19 days ago | | | 0 | 0.00036048388 | |
| 20961975 | a month ago | | | 0 | 0.00045365435 | |
| 20955998 | a month ago | | | 0 | 0.00052319899 | |
| 20865424 | a month ago | | | 0 | 0.00099182510 | |
| 20844323 | a month ago | | | 0 | 0.00084108193 | |
| 20842343 | a month ago | | | 0 | 0.0011275528 | |
| 20841803 | a month ago | | | 0 | 0.00048087379 |
ABI
ABI objects
Getter at block 21160672
PERMIT_TYPEHASH() view returns (bytes32)
0x6e71edae12b1b97f4d1f60370fef10105fa2faae0126114a169c64845d6126c9
TRANSFER_WITH_AUTHORIZATION_TYPEHASH() view returns (bytes32)
0x7c7c6cdb67a18743f49ec6fa9b35f50d52ed05cbed4cc592e13b44501c1a2267
decimalFactor() view returns (uint256)
1000000000000000000
decimals() view returns (uint8)
18
getChainId() pure returns (uint256 chainId)
1
getDomainSeparator() view returns (bytes32)
0x3f35acdbff6d2a26eb895dfe0d31fb82ea7227f3e2b63b967b93927baf342d71
minter() view returns (address)
0xf26eae2a9e571e60a166e4fa91f92e63984eeb2b
name() view returns (string)
Zero.Exchange Token
symbol() view returns (string)
ZERO
totalSupply() view returns (uint256)
564100000000000000000000000
Read-only
allowance(address, address) view returns (uint256)
authorizationState(address, bytes32) view returns (bool)
balanceOf(address) view returns (uint256)
nonces(address) view returns (uint256)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
burn(uint256 value) returns (bool)
changeMinter(address newMinter)
mint(address to, uint256 value) returns (bool)
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferWithAuthorization(address from, address to, uint256 value, uint256 validAfter, uint256 validBefore, bytes32 nonce, uint8 v, bytes32 r, bytes32 s)
Approval(address indexed owner, address indexed spender, uint256 value)
AuthorizationUsed(address indexed authorizer, bytes32 indexed nonce)
ChangeMinter(address indexed minter)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address initialMinter)
This contract contains no fallback and receive objects.
This contract contains no error objects.