CellMates
Verified contract
Active on
Ethereum with 669 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 6 additional slots
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
(#512) | CELL | ERC-721 | 1 | -- | -- |
(#511) | CELL | ERC-721 | 1 | -- | -- |
(#510) | CELL | ERC-721 | 1 | -- | -- |
(#509) | CELL | ERC-721 | 1 | -- | -- |
(#508) | CELL | ERC-721 | 1 | -- | -- |
(#507) | CELL | ERC-721 | 1 | -- | -- |
(#506) | CELL | ERC-721 | 1 | -- | -- |
(#505) | CELL | ERC-721 | 1 | -- | -- |
(#504) | CELL | ERC-721 | 1 | -- | -- |
(#503) | CELL | ERC-721 | 1 | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21080262 | a month ago | | | 0 | 0.00078376976 | |
| 20936805 | 2 months ago | | | 0 | 0.0022642078 | |
| 20936800 | 2 months ago | | | 0 | 0.00053656477 | |
| 20936774 | 2 months ago | | | 0 | 0.0012905699 | |
| 20936766 | 2 months ago | | | 0 | 0.00062774881 | |
| 20936763 | 2 months ago | | | 0 | 0.00062983302 | |
| 20936759 | 2 months ago | | | 0 | 0.00063840750 | |
| 20849412 | 2 months ago | | | 0 | 0.00037244111 | |
| 20822341 | 2 months ago | | | 0 | 0.0015651050 | |
| 20592325 | 3 months ago | | | 0 | 0.0047914698 |
ABI
ABI objects
Getter at block 21322816 holders() view returns (address[])
MINT_COST() view returns (uint256)
100000000000000000
decimals() view returns (uint8)
0
metadata() view returns (address)
0x3172f72b49f60ab3f9678bcf8c0dc6b75a658455
name() view returns (string)
CellMates
owner() view returns (address)
0xfaded72464d6e76e37300b467673b36ecc4d2ccf
pair() view returns (address)
0xe849b038220dae1e1a1496cf53e8ff79b28b7e3a
salt() view returns (bytes32)
0xf622831d1a2c42d731e3ac03695699de2c8e56be7c7bfd61e32d31851396a753
symbol() view returns (string)
CELL
totalSupply() pure returns (uint256)
256
Read-only
allowance(address _user, address _spender) view returns (uint256)
balanceOf(address _user) view returns (uint256)
getApproved(uint256 _tokenId) view returns (address)
getToken(uint256 _tokenId) view returns (address tokenOwner, address approved, string uri)
getTokens(uint256[] _tokenIds) view returns (address[] owners, address[] approveds, string[] uris)
isApprovedForAll(address _owner, address _operator) view returns (bool)
maskOf(address _user) view returns (bytes32)
ownerOf(uint256 _tokenId) view returns (address)
supportsInterface(bytes4) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
State-modifying
Events approve(address _spender, uint256 _tokens) returns (bool)
bulkTransfer(address _to, uint256[] _tokenIds)
initialize()
mint(uint256 _tokens) payable
safeTransferFrom(address _from, address _to, uint256 _tokenId)
safeTransferFrom(address _from, address _to, uint256 _tokenId, bytes _data)
setApprovalForAll(address _operator, bool _approved)
setMetadata(address _metadata)
setOwner(address _owner)
transfer(address _to, uint256 _tokens) returns (bool)
transferFrom(address _from, address _to, uint256 _tokens) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ERC20Approval(bytes32 indexed topic0, address indexed owner, address indexed spender, uint256 tokens) anonymous
ERC20Transfer(bytes32 indexed topic0, address indexed from, address indexed to, uint256 tokens) anonymous
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.