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 "Einform"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19588740 | 7 months ago | | | 0 | 0.0014783259 | |
| 18941373 | 10 months ago | | | 0 | 0.0010044618 | |
| 18901237 | a year ago | | | 0 | 0.00067057118 | |
| 18882625 | a year ago | | | 0 | 0.0011657557 | |
| 17578576 | a year ago | | | 0 | 0.0019469727 | |
| 17515601 | a year ago | | | 0 | 0.0012708225 | |
| 17153416 | 2 years ago | | | 0 | 0.00080057395 | |
| 17067968 | 2 years ago | | | 0 | 0.0018023447 | |
| 16987087 | 2 years ago | | | 0 | 0.0012554888 | |
| 16761063 | 2 years ago | | | 0 | 0.00084252592 |
ABI
ABI objects
Getter at block 21204691
name() view returns (string)
Einform
owner() view returns (address)
0x73a11e460d3cc2882f8b2755e735e9f0edd6523a
symbol() view returns (string)
Einform
totalSupply() view returns (uint256)
999
Read-only
balanceOf(address owner) view returns (uint256)
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)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
burn(uint256 tokenId)
mint(uint256 amount) payable
pause()
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
unpause()
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
CreateEinform(uint256 indexed id)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
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.