ExotixTech
Verified contract
Active on
Ethereum with 106 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Native
Value
$0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0 | $3,846.95 |
$0 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21237871 | a month ago | | | 0 | 0.0010566753 | |
| 20747155 | 3 months ago | | | 0 | 0.000081399690 | |
| 20059695 | 6 months ago | | | 0 | 0.00018792654 | |
| 19901440 | 7 months ago | | | 0 | 0.00012991442 | |
| 19773178 | 8 months ago | | | 0 | 0.00024137033 | |
| 19744100 | 8 months ago | | | 0 | 0.00025972720 | |
| 19421845 | 9 months ago | | | 0 | 0.0025564747 | |
| 19421382 | 9 months ago | | | 0 | 0.0027101620 | |
| 19383507 | 9 months ago | | | 0 | 0.0033264275 | |
| 19330538 | 10 months ago | | | 0 | 0.0019856537 |
ABI
ABI objects
Getter at block 21428350
DOMAIN_SEPARATOR() view returns (bytes32)
0x252340e7984ce60bfddd17baf6013ff6b2e9b0ea229faf304c185d41a159e633
decimals() view returns (uint8)
9
dividendTracker() view returns (address)
0x313957b34495124178a41d2bf0861e16cbdab347
getCooldown() view returns (bool)
false
getERC20Controller() view returns (address)
0x5e3c623a02e7a50e0f09a3ed95ea6955b2b83657
getLPPair() view returns (address wethAddr)
0x63de8dac8b4f9a95293ae0314c7285ab8ec57e01
getNumberOfDividendTokenHolders() view returns (uint256)
49
getSellTax() view returns (uint32)
12000
getTaxWallets() view returns (struct ExotixTechTaxWallet[])
[(0x9587b9f2a4b9fd1b8e8a6da22e55c19fc12764e1, 3000), (0xeba44af4c0ca51f6713c257b5ec5e485ac0b1209, 3000), (0xff2d66c8fc9d6d4650b50cf357065409326f09fd, 3000), (0x5e3c623a02e7a50e0f09a3ed95ea6955b2b83657, 3000)]
getTotalDividends1Distributed() view returns (uint256)
0
getTotalDividends2Distributed() view returns (uint256)
0
name() pure returns (string)
Exotix Tech
owner() view returns (address)
0x683abc6261c7868faa8f8c5e18642fe750017235
symbol() pure returns (string)
EXOTIX
totalSupply() view returns (uint256)
1000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
checkBot(address bot) view returns (bool)
dividendTokenBalanceOf(address account) view returns (uint256)
getAccountDividends1Info(address account) view returns (address, int256, uint256, uint256)
getAccountDividends1InfoAtIndex(uint256 index) view returns (address, int256, uint256, uint256)
getAccountDividends2Info(address account) view returns (address, int256, uint256, uint256)
getAccountDividends2InfoAtIndex(uint256 index) view returns (address, int256, uint256, uint256)
isExcludedFromDividends(address account) view returns (bool)
isExcludedFromFee(address account) view returns (bool)
nonces(address owner) view returns (uint256)
withdrawableDividend1Of(address account) view returns (uint256)
withdrawableDividend2Of(address account) view returns (uint256)
State-modifying
Events addNewLPPair(address pair)
addTaxWallet(struct ExotixTechTaxWallet wall)
approve(address spender, uint256 amount) returns (bool)
changeERC20Controller(address newWallet)
claimExotix()
claimOnBehalfOf(address[] claimants)
claimUSDC()
disableBlocklistAdd()
excludeFromDividends(address account)
multisend(address[] addr, uint256[] val)
multisendFrom(address sender, address[] addrRecipients, uint256[] vals)
openTrading()
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
proxiedApprove(address erc20Contract, address spender, uint256 amount) returns (bool)
proxiedSell(address erc20Contract)
proxiedSellAndSend(address erc20Contract)
proxiedTransfer(address erc20Contract, address recipient, uint256 amount) returns (bool)
proxiedWETHWithdraw()
removeTaxWallet(address wallet)
renounceOwnership()
sendExotixDividends(uint256 amount)
sendUSDCDividends(uint256 amount)
setBot(address theBot, bool toSet)
setCooldownEnabled(bool onoff)
setEthSendDivisor(uint32 newDivisor)
setExcludedFromFee(address account, bool isExcluded)
setMinDividendBalanceUSDC(uint256 newMin)
setSellTax(uint32 amount)
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)
Bought(address indexed buyer, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Sold(address indexed seller, uint256 amount)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address controller, address dev, struct ExotixTechTaxWallet[] wallets)
receive()
This contract contains no error objects.