Einsteins
Verified contract
Active on
Ethereum with 552 txns
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 "Einsteins"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19797032 | 7 months ago | | | 0 | 0.00051152489 | |
| 18903644 | a year ago | | | 0 | 0.00071556402 | |
| 18329975 | a year ago | | | 0 | 0.00036950499 | |
| 18292928 | a year ago | | | 0 | 0.00060110888 | |
| 18292926 | a year ago | | | 0 | 0.00044099174 | |
| 18292926 | a year ago | | | 0 | 0.00044099174 | |
| 18292926 | a year ago | | | 0 | 0.00065612171 | |
| 18292926 | a year ago | | | 0 | 0.00065612171 | |
| 18292921 | a year ago | | | 0 | 0.00061868365 | |
| 18292921 | a year ago | | | 0 | 0.00061868365 |
ABI
ABI objects
Getter at block 21265183
MAX_MINT_PER_WALLET() view returns (uint256)
2
MAX_SUPPLY() view returns (uint256)
999
name() view returns (string)
Einsteins
operatorFilteringEnabled() view returns (bool)
true
owner() view returns (address)
0x467455102762aaa91480cf656a741e49e91fa8dd
symbol() view returns (string)
HAT
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)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
tokensOfOwner(address owner) view returns (uint256[])
State-modifying
Events approve(address operator, uint256 tokenId)
disableMint()
enableMint()
mint(uint256 _amount)
ownerMint(uint256 _amount)
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)
setOperatorFilteringEnabled(bool value)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
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.