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 "Exzo"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21171765 | 19 days ago | | | 0 | 0.0012227476 | |
| 21151885 | 22 days ago | | | 0 | 0.00069717806 | |
| 21030834 | a month ago | | | 0 | 0.00043797886 | |
| 20731175 | 3 months ago | | | 0 | 0.000086695506 | |
| 20381790 | 4 months ago | | | 0 | 0.00018461154 | |
| 20183685 | 5 months ago | | | 0 | 0.00059491073 | |
| 20171437 | 5 months ago | | | 0 | 0.00026906895 | |
| 20140120 | 5 months ago | | | 0 | 0.00010786485 | |
| 20140116 | 5 months ago | | | 0 | 0.000097598117 | |
| 20140106 | 5 months ago | | | 0 | 0.000095895351 |
ABI
ABI objects
Getter at block 21307624
MaxSupply() view returns (uint256)
135000000000000000000000000
_burnFee() view returns (uint256)
0
_donationFee() view returns (uint256)
0
_liquidityFee() view returns (uint256)
0
_maxTxAmount() view returns (uint256)
75000010000000000000000000
decimals() view returns (uint8)
18
donationWallet() view returns (address)
0x3160ef53c7b5968f6a3eed0c3659b982603e0622
name() view returns (string)
Exzo
owner() view returns (address)
0x3160ef53c7b5968f6a3eed0c3659b982603e0622
symbol() view returns (string)
XZO
totalSupply() view returns (uint256)
135000000000000000000000000
uniswapV2Pair() view returns (address)
0x50b78ce1a79c93a7248fd0d4b501bc2c82ac4732
uniswapV2Router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isAutomaticMarketMaker(address account) view returns (bool)
isBlackListed(address) view returns (bool)
isExcludedFromFee(address Account) view returns (bool)
State-modifying
Events ExcludeOrIncludeFromFee(address Account, bool status)
SetAutomaticMarketMaker(address Account, bool status)
_burn(uint256 amount)
_mint(address account, uint256 amount)
addToBlacklist(address[] _address, bool[] _value)
approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
setDonationWallet(address _donationWallet)
setMaxTxPercentage(uint256 maxTxPercentage)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
updateFees(uint256 liquidityFee, uint256 burnFee, uint256 donationFee)
Approval(address indexed owner, address indexed spender, uint256 value)
MaxTxAmountUpdated(uint256 updatingTxAmount)
MinTokensBeforeSwapUpdated(uint256 minTokensBeforeSwap)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SwapAndLiquify(uint256 tokensSwapped, uint256 ethReceived, uint256 tokensIntoLiquidity)
SwapAndLiquifyEnabledUpdated(bool enabled)
TaxFeeUpdated(uint256 totalFee)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.