AlphaLabs
Verified contract
Active on
Ethereum with 548 txns
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 "AlphaLabs"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21268377 | a day ago | | | 0 | 0.00040940542 | |
| 20589396 | 3 months ago | | | 0 | 0.000071339549 | |
| 20589383 | 3 months ago | | | 0 | 0.000073482643 | |
| 20589366 | 3 months ago | | | 0 | 0.000055954968 | |
| 20589353 | 3 months ago | | | 0 | 0.000061327132 | |
| 20589347 | 3 months ago | | | 0 | 0.000032375633 | |
| 20589338 | 3 months ago | | | 0 | 0.000059586336 | |
| 20589326 | 3 months ago | | | 0 | 0.000063707057 | |
| 20589309 | 3 months ago | | | 0 | 0.000060105596 | |
| 20589299 | 3 months ago | | | 0 | 0.000054690059 |
ABI
ABI objects
Getter at block 21277964
DOMAIN_SEPARATOR() view returns (bytes32)
0xfb7215783efc57090f2aa7d0475c3b8d87831aafb33b872c44fcde134be86ff2
decimals() pure returns (uint8)
18
dividendTracker() view returns (address)
0x0000000000000000000000000000000000000000
getBuyTax() view returns (uint32)
4000
getERC20Controller() view returns (address)
0xaf0817aa2b71b45fbb677fe0cadd27fa8cab26f8
getLPPair() view returns (address wethAddr)
0x32d3099f245d2cf951a79251970ad2cfc3b635e3
getSellTax() view returns (uint32)
4000
getTaxWallets() view returns (struct AlphaLabsTaxWallet[])
[(0x4da2db12e23ab82f0f00628fcfb19a2301c089dd, 1000)]
name() pure returns (string)
AlphaLabs
owner() view returns (address)
0xaf0817aa2b71b45fbb677fe0cadd27fa8cab26f8
symbol() pure returns (string)
ALAB
totalSupply() pure returns (uint256)
10000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
checkBot(address bot) view returns (bool)
isExcludedFromFee(address account) view returns (bool)
nonces(address owner) view returns (uint256)
State-modifying
Events addNewLPPair(address pair)
addTaxWallet(struct AlphaLabsTaxWallet wall)
approve(address spender, uint256 amount) returns (bool)
changeERC20Controller(address newWallet)
disableBlocklistAdd()
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()
setBot(address theBot, bool toSet)
setBuyTax(uint32 amount)
setEthSendDivisor(uint32 newDivisor)
setExcludedFromFee(address account, bool isExcluded)
setMaxTxRatio(uint32 ratio)
setMaxWalletRatio(uint32 ratio)
setSellTax(uint32 amount)
setSwapDivisor(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 AlphaLabsInitialData id, struct AlphaLabsTaxWallet[] wallets)
receive()
This contract contains no error objects.