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 "MemeToken"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20101089 | 5 months ago | | | 0 | 0.00011370826 | |
| 20061650 | 6 months ago | | | 0 | 0.0012220908 | |
| 20021819 | 6 months ago | | | 0 | 0.00026756891 | |
| 19897519 | 6 months ago | | | 0 | 0.00022065423 | |
| 19487298 | 8 months ago | | | 0 | 0.0010149054 | |
| 19263077 | 9 months ago | | | 0 | 0.0017376516 | |
| 18943762 | a year ago | | | 0 | 0.00037021662 | |
| 18943762 | a year ago | | | 0 | 0.00037149370 | |
| 18744429 | a year ago | | | 0 | 0.0019294826 | |
| 18651046 | a year ago | | | 0 | 0.00093735411 |
ABI
ABI objects
Getter at block 21281584
name() view returns (string)
MemeToken
registry() view returns (address)
0xe278b85a36f6b370347d69fb4744947e2965c058
symbol() view returns (string)
MEME
totalSupply() view returns (uint256)
9376
Read-only
balanceOf(address _owner) view returns (uint256)
exists(uint256 _tokenId) view returns (bool)
getApproved(uint256 _tokenId) view returns (address)
isApprovedForAll(address _owner, address _operator) view returns (bool)
ownerOf(uint256 _tokenId) view returns (address)
tokenByIndex(uint256 _index) view returns (uint256)
tokenOfOwnerByIndex(address _owner, uint256 _index) view returns (uint256)
tokenURI(uint256 _tokenId) view returns (address)
State-modifying
Events approve(address _to, uint256 _tokenId)
mint(address _to, uint256 _tokenId)
safeTransferFrom(address _from, address _to, uint256 _tokenId)
safeTransferFrom(address _from, address _to, uint256 _tokenId, bytes _data)
safeTransferFromMulti(address _from, address _to, uint256[] _tokenIds, bytes _data)
setApprovalForAll(address _to, bool _approved)
transferFrom(address _from, address _to, uint256 _tokenId)
Approval(address indexed _owner, address indexed _approved, uint256 _tokenId)
ApprovalForAll(address indexed _owner, address indexed _operator, bool _approved)
Transfer(address indexed _from, address indexed _to, uint256 _tokenId, uint256 _timestamp)
constructor(address _registry)
This contract contains no fallback and receive objects.
This contract contains no error objects.