MetaCell
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
5
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 43 additional slots
-
variable spans 45 additional slots
-
variable spans 1 additional slot
-
variable spans 47 additional slots
22 additional
variables
Balances ($0.00)
No balances found for "MetaCell"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "MetaCell"
ABI
ABI objects
Getter at block 20858087
ERC712_VERSION() view returns (string)
1
baseTokenURI() view returns (string)
contractURI() view returns (string)
feeNumerator() view returns (uint96)
0
getOperators() view returns (address[])
[]
getProxyRegistryAddress() view returns (address)
0x0000000000000000000000000000000000000000
getdomainSeparator() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
isCanTransfer() view returns (bool)
false
maxClaimed() view returns (uint256)
0
mintableAmount() view returns (uint256)
0
name() view returns (string)
owner() view returns (address)
0x0000000000000000000000000000000000000000
paused() view returns (bool)
false
price() view returns (uint256)
0
remainingAmount() view returns (uint256)
0
signer() view returns (address)
0x0000000000000000000000000000000000000000
stagesID() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
symbol() view returns (string)
timelock() view returns (address)
0x0000000000000000000000000000000000000000
totalSupply() view returns (uint256)
0
Read-only
addressToMap(address, uint256) view returns (uint256 tokenId, address user, uint8 class, uint256 stage, uint256 nextEvolutionBlock, uint256 variant, bool onSale, uint256 price)
balanceOf(address owner) view returns (uint256)
claimable(address account, bytes sig, uint256 index) view returns (bool)
claimedTime(bytes) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getMetaCell(uint256 _tokenId) view returns (struct CellDataCell)
getNonce(address user) view returns (uint256 nonce)
getUserMetaCellsIndexes(address _user) view returns (uint256[])
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 _tokenId) view returns (string)
State-modifying
Events addMetaCell(struct CellDataCell _cell)
addOperator(address _operator)
approve(address to, uint256 tokenId)
burn(uint256 tokenId)
create(address to) returns (uint256 tokenId)
createMultiple(address to, uint256 amount)
executeMetaTransaction(address userAddress, bytes functionSignature, bytes32 sigR, bytes32 sigS, uint8 sigV) payable returns (bytes)
initialize(string _name, string _symbol, address _proxyRegistryAddress, address _timelock)
mint(address to) payable returns (uint256 tokenId)
mintForGift(address to, bytes sig, uint256 index) payable
multicall(bytes[] data) returns (bytes[] results)
removeMetaCell(uint256 _tokenId, address _owner)
removeOperator(address _operator)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setBaseTokenURI(string uri)
setContractURI(string uri)
setFeeNumerator(uint96 value)
setIsCanTransfer(bool value)
setNewTranche(address newSigner, bytes32 stageID, uint256 newPrice, uint256 newAmount, uint256 newMaxClaimed)
setProxyRegistryAddress(address newProxyRegistryAddress)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
updateMetaCell(struct CellDataCell _cell, address _owner)
withdrawETH(address to)
AddMetaCell(struct CellDataCell metaCell, uint256 timestamp)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
Initialized(uint8 version)
MetaTransactionExecuted(address userAddress, address relayerAddress, bytes functionSignature)
MintForGift(address caller, address to, uint256 tokenId, uint256 timestamp)
OperatorAdded(address arg0)
OperatorRemoved(address arg0)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
RemoveMetaCell(struct CellDataCell metaCell, uint256 timestamp)
SetBaseTokenURI(string uri, uint256 timestamp)
SetContractURI(string uri, uint256 timestamp)
SetNewTranche(address newSigner, bytes32 stageID, uint256 newPrice, uint256 newAmount, uint256 newMaxClaimed, uint256 timestamp)
SetProxyRegistry(address proxy, uint256 timestamp)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
UpdateMetaCell(struct CellDataCell currentMetaCell, struct CellDataCell newMetaCell, uint256 timestamp)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.