N A M I D A
Verified contract
Active on
Ethereum with 1,272 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($3.00)
Native
Value
$3
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.0009 | $3,327.96 |
$3 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16925176 | 2 years ago | | | 0 | 0.0023585238 | |
| 16924289 | 2 years ago | | | 0 | 0.0025132416 | |
| 16381371 | 2 years ago | | | 0 | 0.00082454344 | |
| 15568133 | 2 years ago | | | 0 | 0.0016172825 | |
| 15562959 | 2 years ago | | | 0.0009 | 0.00081905490 | |
| 15551314 | 2 years ago | | | 0 | 0.00044174564 | |
| 15550582 | 2 years ago | | | 0 | 0.00062509211 | |
| 15546250 | 2 years ago | | | 0 | 0.00087586132 | |
| 15545941 | 2 years ago | | | 0 | 0.00019512305 | |
| 15545835 | 2 years ago | | | 0 | 0.00033125525 |
ABI
ABI objects
Getter at block 21258379
maxPerTx() view returns (uint32)
10
maxSupply() view returns (uint32)
3333
mintPrice() view returns (uint256)
1000000000000000
name() view returns (string)
N A M I D A
owner() view returns (address)
0xab9e3fce06561db239f4a1bdcd09051de0103699
symbol() view returns (string)
Namida
totalSupply() view returns (uint256)
3147
uriPrefix() view returns (string)
ipfs://QmQmEbdVUBvnRPHf8Xqdh4crVf9bez6dDjzCEyS8d57SmB/
Read-only
balanceOf(address owner) view returns (uint256)
freeMinted(address) view returns (bool)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
burnStakeOneYear(uint256 amount)
publicMint(uint256 amount) payable
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setUri(string uri)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()