AmongX

Verified contract

Active on Base with 24,840 txns
Deployed by via 0x91ee91a4 at 21359172
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
--
0xc14a25993ffb17356282b854838b195ca633fbb93f6d58da7f959f0c882196fa
0x417607d69628bda9eebef20407dfc38ff74e8a07ef19e8b684fcf8a9044a219d
0xbf1f4ab55c2beb4b4ada4dc281da996cf7fae8e98873b56e52981b78a9a0dd18
0x006ad3281fc833247493c39d7e63dc8e1234450a562e5ee2101921d7db9a7c33
0x93ab3987c1c30ee04f101a900722e3327dd7a0558db2e601b901d7d89e9527e9
0x7f6ef1b0ef580012f50be381ac44bed3edefad176cf995c765984afed8c97c31
0x88fceae40190f0dcb1ecb887c0fe31ef275d40f6076dcab7d3ee16415240f2f5
0xedc61a0747deccbbad66cab748c817b93807e49cb3a9df70536194f671f89ace
0xa2c8b49b740837a21d46ff560268eca9d063e1cfda93edd369dec75f6a44b3a7
0xc6d4f367c5baab622747a62060a47530529ffdcf8d7d50bf14f1fef9e678ae07

Functions
Getter at block 23245916
decimals(view returns (uint8)
18
launched(view returns (bool)
true
name(view returns (string)
AmongX
owner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
AMONGX
totalSupply(view returns (uint256)
10000000000000000000000000
Read-only
allowance(address _owneraddress spenderview returns (uint256)
balanceOf(address _ownerview returns (uint256)
State-modifying
approve(address spenderuint256 valuereturns (bool)
launch(
renounceOwnership(
transfer(address touint256 valuereturns (bool)
transferFrom(address fromaddress touint256 valuereturns (bool)
transferOwnership(address newOwner
Events
Approval(address indexed owneraddress indexed spenderuint256 value
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 value
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account