NOMIG0S
Verified contract
Active on
Ethereum with 1,433 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "NOMIG0S"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20655105 | 3 months ago | | | 0 | 0.000050625892 | |
| 18910365 | a year ago | | | 0 | 0.00058320735 | |
| 18895931 | a year ago | | | 0 | 0.00069880814 | |
| 18720700 | a year ago | | | 0 | 0.0019346070 | |
| 18561892 | a year ago | | | 0 | 0.0017586305 | |
| 18498578 | a year ago | | | 0 | 0.00038966775 | |
| 18492756 | a year ago | | | 0 | 0.0010499329 | |
| 18492666 | a year ago | | | 0 | 0.0017774773 | |
| 18490596 | a year ago | | | 0 | 0.00094566662 | |
| 18460889 | a year ago | | | 0 | 0.00044304615 |
ABI
ABI objects
Getter at block 21302765
MAX_FREE_PER_WALLET() view returns (uint256)
4
_extension() view returns (string)
.json
baseURI() view returns (string)
ipfs://bafybeihmnxeejlajjtck7sofvhnzatksq7mt7gjmosbjstdz5bjlviktbe/
getBalance() view returns (uint256)
0
getBaseURI() view returns (string)
ipfs://bafybeihmnxeejlajjtck7sofvhnzatksq7mt7gjmosbjstdz5bjlviktbe/
isBaseURIFrozen() view returns (bool)
false
maxSupply() view returns (uint256)
4444
name() view returns (string)
NOMIG0S
owner() view returns (address)
0x00909a39bd1a8ad581a6bc4a862bd4713e88dc45
price() view returns (uint256)
500000000000000
publicSaleOpen() view returns (bool)
true
symbol() view returns (string)
NOMIG0S
totalSupply() view returns (uint256)
4444
walletMax() view returns (uint256)
8
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getMintedCount(address owner) view returns (uint256)
getOwnershipData(uint256 tokenId) view returns (struct ERC721ATokenOwnership)
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 InitializeOS()
approve(address to, uint256 tokenId)
freeMintNFT(uint256 _quantity) payable
lockBaseURI()
paidMintNFT(uint256 _quantity) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setPrice(uint256 _price)
setWalletMaxs(uint256 _walletMax)
setmaxSupply(uint256 _supply)
toggleSale()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
updateBaseURI(string _newBaseURI)
updateExtension(string _temp)
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()
receive()
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
MintedQueryForZeroAddress()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()