Biden Digital Trading Cards
Verified contract
Active on
Ethereum with 4,870 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 "Biden Digital Trading Cards"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21104001 | a month ago | | | 0 | 0.000089914651 | |
| 21102035 | a month ago | | | 0 | 0.00018366060 | |
| 20715736 | 3 months ago | | | 0 | 0.00011029839 | |
| 20675355 | 3 months ago | | | 0 | 0.000053163652 | |
| 20488546 | 4 months ago | | | 0 | 0.000087409553 | |
| 20323358 | 5 months ago | | | 0 | 0.00018887558 | |
| 20323358 | 5 months ago | | | 0 | 0.00018929041 | |
| 20323358 | 5 months ago | | | 0 | 0.00018865130 | |
| 20176861 | 5 months ago | | | 0 | 0.00053040430 | |
| 20150724 | 5 months ago | | | 0 | 0.000048372989 |
ABI
ABI objects
Getter at block 21325273
maxFreeSupply() view returns (uint256)
2000
maxPerFree() view returns (uint256)
10
maxPerTx() view returns (uint256)
11
maxSupply() view returns (uint256)
4600
name() view returns (string)
Biden Digital Trading Cards
owner() view returns (address)
0x8d04ff69834dc694323e11bcd3a4bf07334e63d9
paused() view returns (bool)
false
price() view returns (uint256)
0
revealed() view returns (bool)
true
symbol() view returns (string)
BDTC
totalSupply() view returns (uint256)
4600
uriSuffix() view returns (string)
.json
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)
walletOfOwner(address _owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
changePrice(uint256 _newPrice)
mint(uint256 count) payable
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)
setmaxFreeSupply(uint256 _maxFreeSupply)
setmaxPerFree(uint256 _maxPerFree)
setmaxPerTx(uint256 _maxPerTx)
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.