ZeroSwapToken
Verified contract
Active on
Ethereum with 40,044 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($52.10)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ZEE | ERC-20 | 7.697K | $0.006639 |
$51.1 | |
USDT | ERC-20 | 1 | $1.00 |
$1 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21156714 | 3 hours ago | | | 0 | 0.00049690097 | |
| 21152360 | 17 hours ago | | | 0 | 0.00066738561 | |
| 21151549 | 20 hours ago | | | 0 | 0.00063991184 | |
| 21150902 | a day ago | | | 0 | 0.00058622389 | |
| 21149583 | a day ago | | | 0 | 0.00047081402 | |
| 21149314 | a day ago | | | 0 | 0.00048079127 | |
| 21148640 | a day ago | | | 0 | 0.00024712669 | |
| 21146682 | 2 days ago | | | 0 | 0.00066040156 | |
| 21146493 | 2 days ago | | | 0 | 0.00046642276 | |
| 21146290 | 2 days ago | | | 0 | 0.00056895767 |
ABI
ABI objects
Getter at block 21157497
DOMAIN_SEPARATOR() view returns (bytes32)
0x2cc64d06833cc55e3b554b6df8f6e78d58aafc9dd907ce74e96e60d5312742c4
PERMIT_TYPEHASH() view returns (bytes32)
0x6e71edae12b1b97f4d1f60370fef10105fa2faae0126114a169c64845d6126c9
decimals() view returns (uint8)
18
name() view returns (string)
ZeroSwapToken
owner() view returns (address)
0x2ade01fa64964560b59a59989cc1dfe2df04fa00
symbol() view returns (string)
ZEE
totalSupply() view returns (uint256)
100000000000000000000000000
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)
permit(address owner, address spender, uint256 amount, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
renounceOwnership()
rescueTokens(address token, address destination, uint256 amount)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
retrieveExcessTokens(address indexed token, address indexed destination, uint256 indexed amount)
constructor(string name, string symbol, uint256 totalSupply)
This contract contains no fallback and receive objects.
This contract contains no error objects.