AlphaKEK.AI
Verified contract
Active on
Ethereum with 1,847 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 "AlphaKEK.AI"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21223107 | 4 minutes ago | | | 0 | 0.00096781630 | |
| 21223072 | 11 minutes ago | | | 0 | 0.0010737908 | |
| 21222546 | 2 hours ago | | | 0 | 0.0021028108 | |
| 21222437 | 2 hours ago | | | 0 | 0.0012982374 | |
| 21215945 | a day ago | | | 0 | 0.00071715197 | |
| 21213681 | a day ago | | | 0 | 0.00048015811 | |
| 21213457 | a day ago | | | 0 | 0.00058103854 | |
| 21207406 | 2 days ago | | | 0 | 0.00062233795 | |
| 21204916 | 3 days ago | | | 0 | 0.00040371018 | |
| 21204821 | 3 days ago | | | 0 | 0.00046371386 |
ABI
ABI objects
Getter at block 21223124
_pair() view returns (address)
0x7b97615c8efab5d7225e0fecd1fc86f12c892e6c
_router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
_tax() view returns (uint8)
40
_trading() view returns (bool)
true
_treasury() view returns (address)
0xcc05fbe0cc01dd2ebfd60f91f1050d0aeab1cf78
_weth9() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
decimals() view returns (uint8)
18
name() view returns (string)
AlphaKEK.AI
owner() view returns (address)
0xdf63a5df29f1a1098eb3d341597e811f00bdbaa9
symbol() view returns (string)
AIKEK
totalSupply() view returns (uint256)
256000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
disableTrading()
enableTrading()
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
setTax(uint8 newTax_)
setTreasuryAddress(address newTreasury_)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TaxChanged(uint8 newValue)
Transfer(address indexed from, address indexed to, uint256 value)
TreasuryChanged(address newTreasury)
constructor(address treasury_, address router_, address mintTo_)
This contract contains no fallback and receive objects.
ZeroAddress()