Zion Wallet
Verified contract
Active on
Ethereum with 3,552 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xdeb5…ccf6
Balances ($29.27)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ZION | ERC-20 | 76.645527K | $0.000382 |
$29.27 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21203490 | 6 days ago | | | 0 | 0.00055137252 | |
| 21166874 | 12 days ago | | | 0 | 0.0037671128 | |
| 21162551 | 12 days ago | | | 0 | 0.00093938133 | |
| 21161759 | 12 days ago | | | 0 | 0.00096430995 | |
| 21160524 | 12 days ago | | | 0 | 0.00071571155 | |
| 21160477 | 12 days ago | | | 0 | 0.0012468582 | |
| 21156343 | 13 days ago | | | 0 | 0.00062027764 | |
| 21155247 | 13 days ago | | | 0 | 0.00091777324 | |
| 21150909 | 14 days ago | | | 0 | 0.00060490237 | |
| 21146696 | 14 days ago | | | 0 | 0.00051529410 |
ABI
ABI objects
Getter at block 21249301
_buyFee() view returns (uint256)
5
_sellFee() view returns (uint256)
5
_taxSwapThreshold() view returns (uint256)
100000000000000000000000
_transferFee() view returns (uint256)
2
antiWhaleLimit() view returns (uint256)
100000000000000000000000000
decimals() pure returns (uint8)
18
feeCollectorWallet() view returns (address)
0xdeb5c5401f8f0f74616d095c472fbd2178b8ccf6
name() pure returns (string)
Zion Wallet
owner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() pure returns (string)
ZION
totalSupply() pure returns (uint256)
100000000000000000000000000
Read-only
_isExcludedFromFee(address) view returns (bool)
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
changeAntiWhaleLimit(uint256 _maxLimit)
changeBuyTaxes(uint256 _fee)
changeSellTaxes(uint256 _fee)
excludeFromFee(address wallet)
manualSwap()
renounceOwnership()
subjectToFee(address wallet)
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)
constructor()
receive()
This contract contains no error objects.