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 "Elon"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21133345 | 13 days ago | | | 0 | 0.00057954366 | |
| 21105361 | 17 days ago | | | 0 | 0.00011142120 | |
| 21102036 | 17 days ago | | | 0 | 0.00018166500 | |
| 20852532 | 2 months ago | | | 0 | 0.00026948649 | |
| 20727941 | 2 months ago | | | 0 | 0.00025599218 | |
| 20727932 | 2 months ago | | | 0 | 0.00028400743 | |
| 20617660 | 3 months ago | | | 0 | 0.000043752348 | |
| 20576468 | 3 months ago | | | 0 | 0.000033877200 | |
| 20576466 | 3 months ago | | | 0 | 0.000030946259 | |
| 19866640 | 6 months ago | | | 0 | 0.00015650111 |
ABI
ABI objects
Getter at block 21225062
maxPerWallet() view returns (uint256)
8
maxSupply() view returns (uint256)
4242
name() view returns (string)
Elon Digital Trading Cards
owner() view returns (address)
0x147d9244b8dd4a39146535df17ab9fff2a05fa53
paused() view returns (bool)
false
price() view returns (uint256)
0
revealed() view returns (bool)
true
symbol() view returns (string)
ElonDTC
totalSupply() view returns (uint256)
4242
uriSuffix() view returns (string)
.json
Read-only
addressToMinted(address) view returns (uint256)
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)
walletOfOwner(address _owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
changePrice(uint256 _newPrice)
mint(uint256 mintAmount)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setHiddenMetadataUri(string _hiddenMetadataUri)
setPaused(bool _state)
setRevealed(bool _state)
setUriPrefix(string _uriPrefix)
setUriSuffix(string _uriSuffix)
setmaxSupply(uint256 _maxSupply)
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.