CryptExAI
Verified contract
Active on
Ethereum with 391 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x0f9d…f1bc
1 additional
variable
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ROBOX | ERC-20 | 0 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20945102 | 2 months ago | | | 0 | 0.00043915728 | |
| 20848760 | 2 months ago | | | 0 | 0.00035246558 | |
| 20450101 | 4 months ago | | | 0 | 0.00018745651 | |
| 20382062 | 4 months ago | | | 0 | 0.00017674172 | |
| 20356367 | 4 months ago | | | 0 | 0.00026844076 | |
| 20332148 | 5 months ago | | | 0 | 0.00039476971 | |
| 20331979 | 5 months ago | | | 0 | 0.00039477523 | |
| 20331972 | 5 months ago | | | 0 | 0.00043177491 | |
| 20331946 | 5 months ago | | | 0 | 0.00030062025 | |
| 20331944 | 5 months ago | | | 0 | 0.00047979044 |
ABI
ABI objects
Getter at block 21332233
decimals() pure returns (uint8)
18
dividendTokenTotalSupply() view returns (uint256)
50292874915068355999642327
dividendTracker() view returns (address)
0x0f9da45c23c34396f9448c4b95910514d2b3f1bc
gasForProcessing() view returns (uint256)
300000
getAllPending() view returns (uint256)
0
getClaimWait() view returns (uint256)
14400
getLastProcessedIndex() view returns (uint256)
4
getNumberOfDividendTokenHolders() view returns (uint256)
108
getSwapThresholdAmount() view returns (uint256)
6470712384302711403822
getTotalDividendsDistributed() view returns (uint256)
1917686588947912008
maxWalletAmount() view returns (uint256)
2000000000000000000000000
name() view returns (string)
CryptExAI
owner() view returns (address)
0x0000000000000000000000000000000000000000
pairV2() view returns (address)
0xe767bf75731cc78d8a1ff7c5a55484b95a6ea97f
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
roboxtaxAddress() view returns (address)
0xba9bbcd9c366dfe80c5bc76420b6d6d623efa786
routerV2() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
swapThresholdRatio() view returns (uint16)
1
symbol() view returns (string)
ROBOX
totalSupply() view returns (uint256)
115000000000000000000000000
Read-only
AMMPairs(address) view returns (bool)
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
dividendTokenBalanceOf(address account) view returns (uint256)
getAccountDividendsInfo(address account) view returns (address, int256, int256, uint256, uint256, uint256, uint256, uint256)
getAccountDividendsInfoAtIndex(uint256 index) view returns (address, int256, int256, uint256, uint256, uint256, uint256, uint256)
isExcludedFromDividends(address account) view returns (bool)
isExcludedFromFees(address) view returns (bool)
isExcludedFromLimits(address) view returns (bool)
rewardsFees(uint256) view returns (uint16)
roboxtaxFees(uint256) view returns (uint16)
totalFees(uint256) view returns (uint16)
withdrawableDividendOf(address account) view returns (uint256)
State-modifying
Events acceptOwnership()
afterConstructor(address _router)
approve(address spender, uint256 value) returns (bool)
burn(uint256 value)
burnFrom(address account, uint256 value)
callbackGasSetup(uint256 callbackGas)
claim() returns (bool)
claimWaitSetup(uint256 claimWait)
excludeFromDividends(address account, bool isExcluded)
excludeFromFees(address account, bool isExcluded)
excludeFromLimits(address account, bool isExcluded)
gasForProcessingSetup(uint256 newGasForProcessing)
process(uint256 gas) returns (uint256 iterations, uint256 claims)
renounceOwnership()
rewardsFeesSetup(uint16 _buyFee, uint16 _sellFee, uint16 _transferFee)
roboxtaxAddressSetup(address _newAddress)
roboxtaxFeesSetup(uint16 _buyFee, uint16 _sellFee, uint16 _transferFee)
setAMMPair(address pair, bool isPair)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
updateMaxWalletAmount(uint256 _maxWalletAmount)
updateSwapThreshold(uint16 _swapThresholdRatio)
AMMPairsUpdated(address indexed AMMPair, bool isPair)
Approval(address indexed owner, address indexed spender, uint256 value)
DeployedDividendTracker(address indexed dividendTracker)
ExcludeFromFees(address indexed account, bool isExcluded)
ExcludeFromLimits(address indexed account, bool isExcluded)
GasForProcessingUpdated(uint256 gasForProcessing)
MaxWalletAmountUpdated(uint256 maxWalletAmount)
OwnershipTransferStarted(address indexed previousOwner, address indexed newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RewardsFeesUpdated(uint16 buyFee, uint16 sellFee, uint16 transferFee)
RewardsSent(uint256 amount)
RouterV2Updated(address indexed routerV2)
SwapThresholdUpdated(uint16 swapThresholdRatio)
Transfer(address indexed from, address indexed to, uint256 value)
WalletTaxAddressUpdated(uint8 indexed id, address newAddress)
WalletTaxFeesUpdated(uint8 indexed id, uint16 buyFee, uint16 sellFee, uint16 transferFee)
WalletTaxSent(uint8 indexed id, address recipient, uint256 amount)
constructor()
receive()
CannotDepositNativeCoins(address account)
CannotExceedMaxTotalFee(uint16 buyFee, uint16 sellFee, uint16 transferFee)
CannotExceedMaxWalletAmount(uint256 maxWalletAmount)
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)
InvalidGasForProcessing(uint256 gasForProcessing)
InvalidPair(address pair)
InvalidSwapThresholdRatio(uint16 swapThresholdRatio)
InvalidTaxRecipientAddress(address account)
MaxWalletAmountTooLow(uint256 maxWalletAmount, uint256 limit)
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)