AIGrid

Verified contract

Active on Ethereum with 2,388 txns
Deployed by via 0x9f3c0dfc at 20346275
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
Value $513.39
ERC-20
--
0xa70b9aa9184a16f9e0f60f5a24ecb72a16c8b70d063790c55c06a4cac3f8f320
0xb35c63e711650f6337985b08d0fd6716e58a402401382ffb2de73bbdaa4b0a62
0x0777492e89df19803ad3633b1a45cff3eae6181a32cf2b0e394125d8e85f7fe7
0xdbfdfe2788dabb8fedc76f2f188d22ec2de74fdd2eb583cc8e125f7c4533e760
0x12c063f6b8a6b6175ac30cdc2e587865a0865882f558e090e676036ae6733a7e
0x21a3e68e3992d792afb3dbc611d4d484ba982c2b3609cae9ac4799657a913700
0x97825f5402a9197524a729ec62aa421fd83686826e11b386bde24b149fe13d87
0xc4890e2bb16589d687f15030f5ae2994982a7c3aeb07aa25a9f87e1a7f76ce20
0x75c9245f9d41b282d5bf3838190f27ecb7ca73315f753a78973eb429f4247605
0xbc88239b27b58bd4e3c89c7b74bbbc35446a3ca3d8ec01dc8be2bee0a1d51e0f

Functions
Getter at block 21202265
decimals(view returns (uint8)
18
name(view returns (string)
AIGrid
symbol(view returns (string)
Aigr
totalSupply(view returns (uint256)
100000000000000000000000000
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
State-modifying
approve(address spenderuint256 valuereturns (bool)
transfer(address touint256 valuereturns (bool)
transferFrom(address fromaddress touint256 valuereturns (bool)
Events
Approval(address indexed owneraddress indexed spenderuint256 value
Transfer(address indexed fromaddress indexed touint256 value
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ERC20InsufficientAllowance(address spenderuint256 allowanceuint256 needed
ERC20InsufficientBalance(address senderuint256 balanceuint256 needed
ERC20InvalidApprover(address approver
ERC20InvalidReceiver(address receiver
ERC20InvalidSender(address sender
ERC20InvalidSpender(address spender