SingularityNFTOne

Verified contract

Active on Ethereum with 237 txns
Deployed by via 0x394907a6 at 15255275
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "SingularityNFTOne"

0xa1ed79ad602b931e92bbc71edeb92389864b3c3141d5bf3be79895290464ca22
0x24abea9cb409aa67277e96b995bd73a112451a6be520b8cc1ca292063887fc52
0xc7c5b8d170a49e1f4f172c22804afb9ffb3039fc458fdae1260f6515f53660db
0x03d7aa1970837e614d7e791a7ce1651cc394470191be6fb728e7312c53daa893
0x008f3d80e539f45ada938706d8e6aec8edb85266261f3a2c661cd9684f7effb4
0x8507a705b12d9f71c72d7c6017f47d110d291a322ee1fddd7691928d897105c9
0x857fcf01e0fcc03bf41800c494447033acf3bb00d5a1666c7f8f694f5bfc529c
0xe202c30f332ef9460428f88f0ec5f5bbc4ad5896fd847b0702cfa465c7a73095
0x6a7ad1e51200043dc3f25c386546bfde7f0c7892b0a9290dd4ddb1051af1fce8
0x18f2397e370bb2654c90ded46406e40958a2cf5fdffbd2c600092e6559f7b88b

Functions
Getter at block 21226075
name(view returns (string)
S I N G U L A R I T Y
owner(view returns (address)
0x000000004dfa9ee5293465c56f80069e82b740fa
symbol(view returns (string)
Read-only
BlaclistedWallets(addressview returns (bool)
WhitelistStatus(uint256view returns (bool)
_whitelistedWalletAmounts(addressuint256view returns (uint256)
balanceOf(address accountuint256 idview returns (uint256)
balanceOfBatch(address[] accountsuint256[] idsview returns (uint256[])
exists(uint256 idview returns (bool)
getItem(uint256 idview returns (struct SingularityItem)
getItems(uint256[] idsview returns (struct SingularityItem[])
isApprovedForAll(address accountaddress operatorview returns (bool)
mintsPerWallet(address addruint256 idview returns (uint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
totalSupply(uint256 idview returns (uint256)
uri(uint256view returns (string)
State-modifying
ChangeWhitelistStatusOfId(uint256 _idbool _status
addItem(uint256 iduint256 maxSupplyuint256 mintStart
addToBlacklistMultipleAdress(address[] usersbool[] status
addToWhitelistMultipleAdress(address[] usersuint256[] amountuint256 id
mint(uint256 id
ownerMint(uint256 idaddress[] recipientsuint256 amount
renounceOwnership(
safeBatchTransferFrom(address fromaddress touint256[] idsuint256[] amountsbytes data
safeTransferFrom(address fromaddress touint256 iduint256 amountbytes data
setApprovalForAll(address operatorbool approved
setUri(string newUri
transferOwnership(address newOwner
Events
ApprovalForAll(address indexed accountaddress indexed operatorbool approved
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
TransferBatch(address indexed operatoraddress indexed fromaddress indexed touint256[] idsuint256[] values
TransferSingle(address indexed operatoraddress indexed fromaddress indexed touint256 iduint256 value
URI(string valueuint256 indexed id
Constructor
constructor(string uri
Fallback and receive

This contract contains no fallback and receive objects.

Errors
MaxSupplyReached(uint256 availableuint256 desired
MintNotStarted(uint256 startTimeuint256 currentTime
MinterNotHuman(address senderaddress origin