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 "Ephimera"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21321912 | a day ago | | | 0 | 0.00090765964 | |
| 21033085 | a month ago | | | 0 | 0.00024312078 | |
| 20250263 | 5 months ago | | | 0 | 0.000068525064 | |
| 20111098 | 6 months ago | | | 0 | 0.00022138793 | |
| 19939311 | 6 months ago | | | 0 | 0.00045585159 | |
| 19814776 | 7 months ago | | | 0 | 0.00013571830 | |
| 19814762 | 7 months ago | | | 0 | 0.00018444701 | |
| 19392037 | 9 months ago | | | 0 | 0.0056481977 | |
| 19120738 | 10 months ago | | | 0 | 0.0016631736 | |
| 19120736 | 10 months ago | | | 0 | 0.0017696078 |
ABI
ABI objects
Getter at block 21328904
accessControls() view returns (address)
0x7b0becd41d3f248d473d247e24f68986358ac76d
name() view returns (string)
Ephimera
symbol() view returns (string)
EPH
tokenPointer() view returns (uint256)
536
totalSupply() view returns (uint256)
410
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)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenTransferCount(uint256) view returns (uint256)
tokenURI(uint256 _tokenId) view returns (string)
State-modifying
Events approve(address _approved, uint256 _tokenId)
burn(uint256 _tokenId)
mint(address _to, string _uri) returns (uint256)
safeTransferFrom(address _from, address _to, uint256 _tokenId)
safeTransferFrom(address _from, address _to, uint256 _tokenId, bytes _data)
setApprovalForAll(address _operator, bool _approved)
setTokenURI(uint256 _tokenId, string _uri)
transferFrom(address _from, address _to, uint256 _tokenId)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(address _accessControls)
This contract contains no fallback and receive objects.
This contract contains no error objects.