Zegent AI
Verified contract
Active on
Ethereum with 2,434 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($2,047.62)
Native
Value
$2,047.62
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.595632 | $3,437.72 |
$2,047.62 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21266248 | 6 minutes ago | | | 0 | 0.00090623951 | |
| 21266242 | 7 minutes ago | | | 0 | 0.00077677717 | |
| 21266239 | 8 minutes ago | | | 0 | 0.00099267101 | |
| 21266166 | 23 minutes ago | | | 0 | 0.0010438462 | |
| 21266122 | 32 minutes ago | | | 0 | 0.00078870857 | |
| 21266107 | 35 minutes ago | | | 0 | 0.00087113813 | |
| 21266086 | 39 minutes ago | | | 0 | 0.00068580000 | |
| 21266057 | an hour ago | | | 0 | 0.0014243093 | |
| 21265582 | 2 hours ago | | | 0 | 0.0021280507 | |
| 21265455 | 3 hours ago | | | 0 | 0.0012551375 |
ABI
ABI objects
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 owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
approveSpending(address spender, uint256 amount) returns (bool)
batchSetLimitationExemption(address[] accounts, bool[] exemptStatus)
enableTrading()
extractErc20Tokens(address token, address to)
extractEth(address _to)
lockContract()
moveAssets(address recipient, uint256 amount) returns (bool)
renounceOwnership()
setLimitationExemption(address account, bool exempt)
setMaxPurchaseAmount(uint256 _limit)
setSwapThreshold(uint256 amount)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
updateTransactionFee(uint256 forTreasuryInPercentage, uint256 forLiquidityInPercentage)
Approval(address indexed owner, address indexed spender, uint256 value)
BatchLimitationExemptionUpdated(address[] account, bool[] isExempt)
EthExtracted(address indexed to, uint256 amount)
LimitationExemptionUpdated(address indexed account, bool isExempt)
MaxPurchaseAmountUpdated(uint256 limitPercent)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SwapAndLiquidityProcessed(uint256 tokensSwapped, uint256 tokensForLiquidity, uint256 ethForLiquidity, uint256 ethForTreasury)
SwapThresholdSet(uint256 amount)
TokensExtracted(address indexed to, uint256 amount)
TradingStatusChanged(bool status)
TransactionFeeUpdated(uint256 feePercent)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _router, uint256 _transactionFee, uint256 _ethFeeShare, uint256 _liquidityFeeShare, uint256 _maxPurchaseAmount, address _treasuryWallet)
receive()
ERC20InsufficientAllowance(address spender, uint256 allowance, uint256 needed)
ERC20InsufficientBalance(address sender, uint256 balance, uint256 needed)
ERC20InvalidApprover(address approver)
ERC20InvalidReceiver(address receiver)
ERC20InvalidSender(address sender)
ERC20InvalidSpender(address spender)
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)