This contract is being backfilled. You may encounter incomplete storage history.

Ansem

Verified contract

Active on Base with 5,780 txns
Deployed by via 0x6d0886ba at 16198705
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
--
ERC-20
--
ERC-20
--
ERC-20
--
ERC-20
--
ERC-20
--
0x5c4e1f083d742517aa358c8c5b41d8bc1918c31158b7f631a48a884f13171710
0xfc05bdad17a9af764435fdf9dfd88c99ff6c7a4af9507e1dfd95b6cdbae52332
0x5d0c90e37b427b3edc61f6380793b824cc0292ae9d84bedfd8a304891f15ed11
0xc772cce65dade615504010291a0024b78c4ede3897aca68e1e7603b0d4ae9739
0xee62b2abf98006810d7f220b7b5cbf0de02e96cb9650ff86923ac40a46e51821
0x13149f10936a8ea4d7afd56f5309a0239736fbd7db97778a819cd8a36877be6b
0xdad62ff121c7a81d90b84efa0db48a6555c610483413d058f8eb61904c32c027
0x62f983038f49d5a0e4fe76b255be2006bc276309414848b7b3e31ffd38ae018b
0x687da1124508e2c999187c4878ec710a76aa0c1cb2a63bd8a95e7dc7b5a0c6cb
0x616be9a2c041583421bc3af4d459dda0d5b2422ef8af5dea8dd9c2b4d4cc4186

Functions
Getter at block 22754658
decimals(view returns (uint8)
18
launched(view returns (bool)
true
name(view returns (string)
Ansem
owner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
ANSEM
totalSupply(view returns (uint256)
1000000000000000000000000000
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(string _symbolstring _nameuint8 _decimalsuint256 _totalSupply
Fallback and receive

This contract contains no fallback and receive objects.

Errors
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account