Wrapped CellMates
Verified contract
Active on
Ethereum with 3,144 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
(#379) | CELL | ERC-721 | 1 | -- | -- |
(#353) | CELL | ERC-721 | 1 | -- | -- |
(#352) | CELL | ERC-721 | 1 | -- | -- |
(#350) | CELL | ERC-721 | 1 | -- | -- |
(#347) | CELL | ERC-721 | 1 | -- | -- |
(#346) | CELL | ERC-721 | 1 | -- | -- |
(#337) | CELL | ERC-721 | 1 | -- | -- |
(#317) | CELL | ERC-721 | 1 | -- | -- |
(#313) | CELL | ERC-721 | 1 | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21227216 | 10 days ago | | | 0 | 0.00036545708 | |
| 21213260 | 12 days ago | | | 0 | 0.00022611453 | |
| 21202815 | 14 days ago | | | 0 | 0.00051871367 | |
| 21194682 | 15 days ago | | | 0 | 0.0011521732 | |
| 21194190 | 15 days ago | | | 0 | 0.0013303969 | |
| 21143877 | 22 days ago | | | 0 | 0.00082150531 | |
| 21117389 | a month ago | | | 0 | 0.00063499740 | |
| 21113082 | a month ago | | | 0 | 0.00021770787 | |
| 21111034 | a month ago | | | 0 | 0.00022312320 | |
| 21096959 | a month ago | | | 0 | 0.00028715549 |
ABI
ABI objects
Getter at block 21301938
cellmates() view returns (address)
0x7f59b64c6ee521c0d7e590cf8e4b843caa236f96
decimals() view returns (uint8)
18
name() view returns (string)
Wrapped CellMates
symbol() view returns (string)
wCELL
totalSupply() view returns (uint256)
71000000000000000000
Read-only
allInfoFor(address _user) view returns (uint256 totalTokens, uint256 userCELLs, uint256 userAllowance, bool userApprovedForAll, uint256 userBalance)
allowance(address _user, address _spender) view returns (uint256)
balanceOf(address _user) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _tokens) returns (bool)
transfer(address _to, uint256 _tokens) returns (bool)
transferAndCall(address _to, uint256 _tokens, bytes _data) returns (bool)
transferFrom(address _from, address _to, uint256 _tokens) returns (bool)
unwrap(uint256 _tokens)
wrap(uint256 _tokensOrTokenId)
Approval(address indexed owner, address indexed spender, uint256 tokens)
Transfer(address indexed from, address indexed to, uint256 tokens)
Unwrap(address indexed owner, uint256 tokens)
Wrap(address indexed owner, uint256 tokens)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.