Naym
Verified contract
Proxy
Active on
Base with 4,405 txns
Unified storage
Raw
Slot | Value |
---|---|
0x0000000000000000000000000000000000000000000000000000000000000000 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000001 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000002 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000003 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000004 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
Balances ($3.33)
Native
Value
$3.33
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
Eth | Native | 0.001 | $3,329.37 |
$3.33 | |
NAYM | ERC-20 | 100K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22732452 | 5 hours ago | | | 0 | 0.000000099305315635 | |
| 22732381 | 5 hours ago | | | 0 | 0.000000099266827962 | |
| 22726676 | 8 hours ago | | | 0 | 0.000000069270839655 | |
| 22725820 | 9 hours ago | | | 0 | 0.00039547000 | |
| 22725819 | 9 hours ago | | | 0 | 0.00039535000 | |
| 22725790 | 9 hours ago | | | 0 | 0.00039535000 | |
| 22721932 | 11 hours ago | | | 0 | 1.7935147e-7 | |
| 22721509 | 11 hours ago | | | 0 | 3.7205723e-7 | |
| 22718632 | 13 hours ago | | | 0 | 0.00010350120 | |
| 22717146 | 14 hours ago | | | 0 | 0.0000036155483 |
ABI
ABI objects
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 owner, address spender) view returns (uint256)
balanceOf(address addr) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 _amount)
mint(address _to, uint256 _amount)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
DiamondCut(struct IDiamondCutFacetCut[] _diamondCut, address _init, bytes _calldata)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _contractOwner)
fallback()
receive()
InitializationFunctionReverted(address _initializationContractAddress, bytes _calldata)
ERC20InsufficientAllowance(address spender, uint256 allowance, uint256 needed)
ERC20InsufficientBalance(address sender, uint256 balance, uint256 needed)
ERC20InvalidApprover(address approver)
ERC20InvalidReceiver(address receiver)
ERC20InvalidSender(address sender)
ERC20InvalidSpender(address spender)
NotSystemAdmin(address account)
UnauthorizedMinter(address account)