TopDogBeachClub
Verified contract
Active on
Ethereum with 11,392 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WTF | ERC-721 | 1 | -- | -- | |
TDBC | ERC-721 | 1 | -- | -- | |
TDBC | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21278135 | 20 hours ago | | | 0 | 0.00041945177 | |
| 21261576 | 3 days ago | | | 0 | 0.00068790701 | |
| 21249631 | 5 days ago | | | 0 | 0.00051872884 | |
| 21150881 | 19 days ago | | | 0 | 0.00063992749 | |
| 21146860 | 19 days ago | | | 0 | 0.00022865065 | |
| 21106104 | 25 days ago | | | 0 | 0.00012531444 | |
| 21104655 | 25 days ago | | | 0 | 0.000074767638 | |
| 21022769 | a month ago | | | 0 | 0.00059053295 | |
| 20904793 | 2 months ago | | | 0 | 0.00010251730 | |
| 20874779 | 2 months ago | | | 0 | 0.00026670772 |
ABI
ABI objects
Getter at block 21284117
TDBC_PROVENANCE() view returns (string)
2551857FBBDDCD64D29C78BDE6C45B18927E23A75555DBA85724F28F8F4D51A5
isPreSaleActive() view returns (bool status)
false
isPublicSaleActive() view returns (bool status)
true
name() view returns (string)
TopDogBeachClub
owner() view returns (address)
0xdbc26a4e8a65597028574d2c5d755f430bc111e2
symbol() view returns (string)
TDBC
totalSupply() view returns (uint256)
8000
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getBirthday(uint256 tokenId) view returns (uint256)
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)
tokensOfOwner(address user) view returns (uint256[] ownerTokens)
State-modifying
Events addFoundingMembers(address[] members)
approve(address to, uint256 tokenId)
mintFoundingMember() payable
mintPublic(uint256 amount) payable
renounceOwnership()
reserve()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseTokenURI(string baseTokenURI)
setProvenanceHash(string provenanceHash)
togglePreSale()
togglePublicSale()
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(string name, string symbol, string baseTokenURI)
This contract contains no fallback and receive objects.
This contract contains no error objects.