NFTs2Me Owners
Verified contract
Active on
Ethereum with 727 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 "NFTs2Me Owners"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21200629 | an hour ago | | | 0 | 0.0027547934 | |
| 21200269 | 2 hours ago | | | 0 | 0.0026772332 | |
| 21171845 | 4 days ago | | | 0 | 0.0061694474 | |
| 21129034 | 10 days ago | | | 0 | 0.0035042716 | |
| 21120003 | 11 days ago | | | 0 | 0.00096095138 | |
| 21111645 | 12 days ago | | | 0 | 0.0011425581 | |
| 21110390 | 13 days ago | | | 0 | 0.00095333200 | |
| 21108663 | 13 days ago | | | 0 | 0.0012751214 | |
| 21103194 | 14 days ago | | | 0 | 0.00090224338 | |
| 21102458 | 14 days ago | | | 0 | 0.0013452930 |
ABI
ABI objects
Getter at block 21200999
n2mVersion() pure returns (uint256)
2030
name() pure returns (string)
NFTs2Me Owners
owner() view returns (address result)
0xc5557771673109cab9d05358e1d280fab5225977
symbol() pure returns (string)
N2MOwners
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getIPFSURI(bytes32 CIDHash) pure returns (string)
getImplementation(bytes32 implementationType) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
predictDeterministicAddress(bytes32 implementationType, bytes32 collectionId) view returns (address)
royaltyInfo(uint256, uint256 salePrice) view returns (address receiver, uint256 royaltyAmount)
supportsInterface(bytes4 interfaceId) pure returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
create3(bytes32 salt, bytes initCode) payable
createCollection(bytes collectionInformation, bytes32 collectionId, bytes32 implementationType) payable
createCollectionN2M_000oEFvt(bytes collectionInformation, bytes32 collectionId, bytes32 implementationType) payable
createCrossCollection(bytes collectionInformation, bytes32 collectionId, bytes32 implementationType) payable
createNewDynamic(address dynamicAddress, bytes32 salt, bytes initData) payable
delegatedCreation(bytes collectionInformation, address owner, bytes32 collectionId, bytes32 implementationType, bytes signature) payable
multicall(uint256 collectionAndSelfcalls, bytes[] data) payable
multicallMulticollection(uint256[] collectionsAndCalls, uint256[] collectionsValues, bytes[] data) payable
multicallN2M_001Taw5z(uint256 collectionAndSelfcalls, bytes[] data) payable
newContractImplementationsAndSigner(bytes32[] implementationTypesAndAddresses, address delegatedCreationSigner_, string ownerTokenURI) payable
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
transferCollectionOwnership(address to) payable
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner) payable
withdrawTo(address to, address erc20) payable
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipHandoverCanceled(address indexed pendingOwner)
OwnershipHandoverRequested(address indexed pendingOwner)
OwnershipTransferred(address indexed oldOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(address owner, address delegatedCreationSigner, bytes32 type1, bytes32 type2, address type1Address, address type2Address)
This contract contains no fallback and receive objects.
BalanceInvariant()
ERC721IncorrectOwner(address sender, uint256 tokenId, address owner)
ERC721InsufficientApproval(address operator, uint256 tokenId)
ERC721InvalidApprover(address approver)
ERC721InvalidOperator(address operator)
ERC721InvalidOwner(address owner)
ERC721InvalidReceiver(address receiver)
ERC721InvalidSender(address sender)
ERC721NonexistentToken(uint256 tokenId)
FactoryBalanceDecreased()
FailedToDeploy()
InvalidLengths()
InvalidSignature()
NewOwnerIsZeroAddress()
Unauthorized()