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

ANyONe Protocol

Verified contract

Active on Base with 139 txns
Deployed by via 0xe8b1e91b at 23028121
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "ANyONe Protocol"

0x4001456a6316afa4d2832178947457adecf7827a64816117b8637b6da2cac762
0x686fd00b5002543ececaca8a1bf0d29415f431892e0986594dd4860773de2c48
0x6b358a21e8b34125bf0507b5e77725b74c661b4a73f3a9e942e5e83623d5c87c
0xdb51ebc357633d3f3569d909d23374cb384cd514ea308d1bd2f5b2f5f3f06bca
0x1a4fc24f4b4a2194bf6f7547d8ddd1754c1dbd03240e210e38423f75614b40d6
0xd743ba2d305643bb3ec7faee91a8a6f49ba955c783e3ba498e0a68c03419fff2
0xd291f078c74d7ebfed05b2e6251be5e48e6888489044d10e988a05992de5373c
0x35ef088d3f94a3bbff3f5a327795e9b10f6475c8d92c573b774fc29912247fa8
0xbe902214c062f0843e700557020c21ac1d8ec2b7436df735b4f9fcf3e9baf7fc
0x2817d159a7b1fe28612b27cd7318469c60ef1aac6968be5550e25759900ce230

Functions
Getter at block 23191325
decimals(view returns (uint8)
18
name(view returns (string)
ANyONe Protocol
owner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
ANYONE
totalSupply(view returns (uint256)
420690000000000000000000000
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
State-modifying
approve(address spenderuint256 valuereturns (bool)
permit(address owneraddress spenderuint256 valuereturns (bool)
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 symbol_string name_uint256 totalSupply_uint256 decimals_
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
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account