ANT

Verified contract

Active on Base with 98 txns
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "ANT"

0x31cd9ccf65e496b8bdf93b15580335aaf12322762950ca320527f8600f06f974
0xcfe9e2ab8e1ff0daf02d01cb6e27ced1fc33a77ae9b6e6e6cc217f1e2e64517d
0x3fd30c34575fbe57e6ea64ebdbd80ce23e5bfdb90215335bd6fc53c4f63ddbe4
0x1949e67e09da4ba64f213a497e6e646c3f1e213665b5323e2f19b5d2ac84417e
0x3bfaf2a7de3288f65942bb709c3083e1ea4f11ec170bf002c6876fa5c05486b2
0xaa2b5d5f4001833d2612385b4ce21cf788a9026f2d95a6bede9ca30a268f91dd
0xe2fbe0e04efac92364c832ce8bbbd55f7b1097b748e74447f881ec267a1029d7
0xf68a6f825d884ab842ebbc9c7795148704eabccee595e9f0b8809a90a6adc346
0x077f6a610cb8a8ffb989711883fa272d1984d213e09ce56efd750b1a6b07e883
0x105335301e31795e5b3193c9b2c1624a0b0459f7fef22599c74ef98f2ff75569

Functions
Getter at block 22835925
decimals(view returns (uint8)
18
name(view returns (string)
ANT
symbol(view returns (string)
ANT
totalSupply(view returns (uint256)
1000000000000000000000000000
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(string name_string symbol_uint256 maxSupply_
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