Naym

Verified contract

Proxy

Active on Base with 4,405 txns
Deployed by via 0x4b2c293b at 20794541
Slot Value
0x0000000000000000000000000000000000000000000000000000000000000000 0x0000000000000000000000000000000000000000000000000000000000000000
0x0000000000000000000000000000000000000000000000000000000000000001 0x0000000000000000000000000000000000000000000000000000000000000000
0x0000000000000000000000000000000000000000000000000000000000000002 0x0000000000000000000000000000000000000000000000000000000000000000
0x0000000000000000000000000000000000000000000000000000000000000003 0x0000000000000000000000000000000000000000000000000000000000000000
0x0000000000000000000000000000000000000000000000000000000000000004 0x0000000000000000000000000000000000000000000000000000000000000000
Native
Value $3.33
ERC-20
--
0xd1757ad06562f303921e5ebab5d9aafb13678e67ee164947a2d2a682b76a08ba
0x43a960dcdc8904df6e124d7d6ebe5f2019d3236568c21724196bbc052e0849a8
0xba03da9fb91ef3704ab8338b8ecfd41ca9f05d6bde5ab15ac0aadf69703f703a
0x0801c814315e167e74da17c705fcb252c59ad3369dd76c58b613e57d2fee5bf7
0x4f2e6010f7b99a05e6b075e4461723d600693ea1c4ea31e5c9e610eb0bad273b
0x8737c21eff07de33e2a8c3296de7e019243e9d4602de7efd1a92764937034819
0x011a7f14504be44dca734044595baad6cdabfb604a07c805988aadf38a44ea25
0xe26470ec37b47a16ecace1d71201e7ac5329afc7ff9aa8eab3613ddecf5e0ebe
0x0376862074036df80f53ea172112db873bb93331ff3b010e9f174d8e5ab9865e
0x87aeb0a70485927cbca23e70beb335e77cd72502242f2a7cd415c9e63398109f

Functions
Getter at block 22741601
decimals(pure returns (uint8)
18
minter(view returns (address)
0x28b85ca97cbf8127b47def4570bf6d9fb1983e38
name(pure returns (string)
Naym
symbol(pure returns (string)
NAYM
totalSupply(view returns (uint256)
1000000000000000000000000000
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address addrview returns (uint256)
State-modifying
approve(address spenderuint256 amountreturns (bool)
burn(uint256 _amount
mint(address _touint256 _amount
transfer(address touint256 amountreturns (bool)
transferFrom(address fromaddress touint256 amountreturns (bool)
Events
DiamondCut(struct IDiamondCutFacetCut[] _diamondCutaddress _initbytes _calldata
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Approval(address indexed owneraddress indexed spenderuint256 value
Transfer(address indexed fromaddress indexed touint256 value
Constructor
constructor(address _contractOwner
Fallback and receive
fallback(
receive(
Errors
InitializationFunctionReverted(address _initializationContractAddressbytes _calldata
ERC20InsufficientAllowance(address spenderuint256 allowanceuint256 needed
ERC20InsufficientBalance(address senderuint256 balanceuint256 needed
ERC20InvalidApprover(address approver
ERC20InvalidReceiver(address receiver
ERC20InvalidSender(address sender
ERC20InvalidSpender(address spender
NotSystemAdmin(address account
UnauthorizedMinter(address account