SingularityNFTOne
Verified contract
Active on
Ethereum with 237 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 "SingularityNFTOne"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17047281 | 2 years ago | | | 0 | 0.0014593517 | |
| 17009431 | 2 years ago | | | 0 | 0.00049531325 | |
| 16460906 | 2 years ago | | | 0 | 0.00074124779 | |
| 16388943 | 2 years ago | | | 0 | 0.00091559293 | |
| 16312525 | 2 years ago | | | 0 | 0.00064569170 | |
| 16305783 | 2 years ago | | | 0 | 0.00080286094 | |
| 16011125 | 2 years ago | | | 0 | 0.0013411287 | |
| 15943719 | 2 years ago | | | 0 | 0.00083181600 | |
| 15828713 | 2 years ago | | | 0 | 0.00058081542 | |
| 15768362 | 2 years ago | | | 0 | 0.0015221181 |
ABI
ABI objects
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(address) view returns (bool)
WhitelistStatus(uint256) view returns (bool)
_whitelistedWalletAmounts(address, uint256) view returns (uint256)
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
exists(uint256 id) view returns (bool)
getItem(uint256 id) view returns (struct SingularityItem)
getItems(uint256[] ids) view returns (struct SingularityItem[])
isApprovedForAll(address account, address operator) view returns (bool)
mintsPerWallet(address addr, uint256 id) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
totalSupply(uint256 id) view returns (uint256)
uri(uint256) view returns (string)
State-modifying
Events ChangeWhitelistStatusOfId(uint256 _id, bool _status)
addItem(uint256 id, uint256 maxSupply, uint256 mintStart)
addToBlacklistMultipleAdress(address[] users, bool[] status)
addToWhitelistMultipleAdress(address[] users, uint256[] amount, uint256 id)
mint(uint256 id)
ownerMint(uint256 id, address[] recipients, uint256 amount)
renounceOwnership()
safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] amounts, bytes data)
safeTransferFrom(address from, address to, uint256 id, uint256 amount, bytes data)
setApprovalForAll(address operator, bool approved)
setUri(string newUri)
transferOwnership(address newOwner)
ApprovalForAll(address indexed account, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TransferBatch(address indexed operator, address indexed from, address indexed to, uint256[] ids, uint256[] values)
TransferSingle(address indexed operator, address indexed from, address indexed to, uint256 id, uint256 value)
URI(string value, uint256 indexed id)
constructor(string uri)
This contract contains no fallback and receive objects.
MaxSupplyReached(uint256 available, uint256 desired)
MintNotStarted(uint256 startTime, uint256 currentTime)
MinterNotHuman(address sender, address origin)