Zegent AI

Verified contract

Active on Ethereum with 2,434 txns
Deployed by via 0xab1540e1 at 20793557
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value $2,047.62
0xdcd4c51c4196e0c358a2a2f9138a3617cf19a4436609862ef38d225a8d47d1de
0x42f199515d453421f63594c3eda36d77ebb4bc294690686ffd92cda49c64b0ed
0xe222a130326052b47697d0a4ef777b10e124db66024209b6e9a4dc6913024df0
0x92d61a4a0a95347707a6c656055be89267ab80f287fa08a21c649fa18494c646
0x8ab9aa1524856d2ff4765162b833f10e29f2983d4f7a724e73a2c2ff77142486
0x218bdc7deb34968be56324abc8301d36d964e90fc9638e6e86ba464c54c1995e
0x66712aeb8f2b91cb92600a470129551514cb8df60c3d3032a764d5fcb5d2217b
0x6d59b06d52a4001f38db72a58e3776cfdaa49d77a4c98ebc4a28c86969c9e52c
0x0d858cd10d63b1370a3b169e304e46f35a5eeac0b211a40faac9a861af14b4e4
0x8091515c4110c18550c607e8167c2aaab9de6217b7701b0d4bf56aebab513875

Functions
Getter at block 21266276
VERSION(view returns (uint256)
1
decimals(view returns (uint8)
18
dexPair(view returns (address)
0xb37c9f532bed032a75679c322b157f40b0a1b3f9
dexRouter(view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
ethFeeShare(view returns (uint256)
0
getContractVersion(pure returns (uint256)
1
isContractLocked(view returns (bool)
false
isTradingOpen(view returns (bool)
true
liquidityFeeShare(view returns (uint256)
0
maxPurchaseAmount(view returns (uint256)
1000
name(view returns (string)
Zegent AI
owner(view returns (address)
0x0000000000000000000000000000000000000000
swapAndLiquidityThreshold(view returns (uint256)
100000000000000000000000
symbol(view returns (string)
ZGEN
totalSupply(view returns (uint256)
1000000000000000000000000000
transactionFee(view returns (uint256)
0
treasuryWallet(view returns (address)
0x5a965bddbcf0ce4e2f8182499f1a2a931acfa15f
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
State-modifying
approve(address spenderuint256 valuereturns (bool)
approveSpending(address spenderuint256 amountreturns (bool)
batchSetLimitationExemption(address[] accountsbool[] exemptStatus
enableTrading(
extractErc20Tokens(address tokenaddress to
extractEth(address _to
lockContract(
moveAssets(address recipientuint256 amountreturns (bool)
renounceOwnership(
setLimitationExemption(address accountbool exempt
setMaxPurchaseAmount(uint256 _limit
setSwapThreshold(uint256 amount
transfer(address touint256 valuereturns (bool)
transferFrom(address fromaddress touint256 valuereturns (bool)
transferOwnership(address newOwner
updateTransactionFee(uint256 forTreasuryInPercentageuint256 forLiquidityInPercentage
Events
Approval(address indexed owneraddress indexed spenderuint256 value
BatchLimitationExemptionUpdated(address[] accountbool[] isExempt
EthExtracted(address indexed touint256 amount
LimitationExemptionUpdated(address indexed accountbool isExempt
MaxPurchaseAmountUpdated(uint256 limitPercent
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
SwapAndLiquidityProcessed(uint256 tokensSwappeduint256 tokensForLiquidityuint256 ethForLiquidityuint256 ethForTreasury
SwapThresholdSet(uint256 amount
TokensExtracted(address indexed touint256 amount
TradingStatusChanged(bool status
TransactionFeeUpdated(uint256 feePercent
Transfer(address indexed fromaddress indexed touint256 value
Constructor
constructor(address _routeruint256 _transactionFeeuint256 _ethFeeShareuint256 _liquidityFeeShareuint256 _maxPurchaseAmountaddress _treasuryWallet
Fallback and receive
receive(
Errors
ERC20InsufficientAllowance(address spenderuint256 allowanceuint256 needed
ERC20InsufficientBalance(address senderuint256 balanceuint256 needed
ERC20InvalidApprover(address approver
ERC20InvalidReceiver(address receiver
ERC20InvalidSender(address sender
ERC20InvalidSpender(address spender
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account