Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "AlphaKEK.AI"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 23629272 | 4 hours ago | | | 0 | 2.5789420e-7 | |
| 23627778 | 5 hours ago | | | 0 | 2.5802801e-7 | |
| 23614246 | 12 hours ago | | | 0 | 2.8284434e-7 | |
| 23614210 | 12 hours ago | | | 0 | 2.5809492e-7 | |
| 23614063 | 12 hours ago | | | 0 | 2.5809492e-7 | |
| 23610230 | 14 hours ago | | | 0 | 2.5802801e-7 | |
| 23609893 | 15 hours ago | | | 0 | 2.5802801e-7 | |
| 23609845 | 15 hours ago | | | 0 | 7.7167184e-7 | |
| 23607550 | 16 hours ago | | | 0 | 2.5809492e-7 | |
| 23606980 | 16 hours ago | | | 0 | 2.5796110e-7 |
ABI
ABI objects
Getter at block 23636230
BRIDGE() view returns (address)
0x4200000000000000000000000000000000000010
REMOTE_TOKEN() view returns (address)
0x8dce83eca4af45dbe618da1779f9aaca43201084
bridge() view returns (address)
0x4200000000000000000000000000000000000010
decimals() view returns (uint8)
18
l1Token() view returns (address)
0x8dce83eca4af45dbe618da1779f9aaca43201084
l2Bridge() view returns (address)
0x4200000000000000000000000000000000000010
name() view returns (string)
AlphaKEK.AI
remoteToken() view returns (address)
0x8dce83eca4af45dbe618da1779f9aaca43201084
symbol() view returns (string)
AIKEK
totalSupply() view returns (uint256)
6058400914931042830498657
version() view returns (string)
1.3.0
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
supportsInterface(bytes4 _interfaceId) pure returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(address _from, uint256 _amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address _to, uint256 _amount)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address indexed account, uint256 amount)
Mint(address indexed account, uint256 amount)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _bridge, address _remoteToken, string _name, string _symbol, uint8 _decimals)
This contract contains no fallback and receive objects.
This contract contains no error objects.