Degen Dino Golf Club
Verified contract
Active on
Ethereum with 389 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
Balances ($944.85)
Native
Value
$944.85
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.275 | $3,435.83 |
$944.85 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21209837 | 8 days ago | | | 0 | 0.0012448956 | |
| 20765363 | 2 months ago | | | 0 | 0.00074107877 | |
| 20765359 | 2 months ago | | | 0 | 0.0011187211 | |
| 16915419 | 2 years ago | | | 0 | 0.00068726514 | |
| 16273760 | 2 years ago | | | 0 | 0.00054762043 | |
| 15910212 | 2 years ago | | | 0 | 0.00093092543 | |
| 15808426 | 2 years ago | | | 0 | 0.00059807614 | |
| 15807438 | 2 years ago | | | 0 | 0.00064715981 | |
| 15247528 | 2 years ago | | | 0 | 0.00014404230 | |
| 15247517 | 2 years ago | | | 0 | 0.00029584648 |
ABI
ABI objects
Getter at block 21270208
DINO_PROVENANCE() view returns (string)
LICENSE_TEXT() view returns (string)
MAX_DINOS() view returns (uint256)
5555
baseURI() view returns (string)
https://degen-dino-site.vercel.app/api/
dinoPrice() view returns (uint256)
25000000000000000
dinoReserve() view returns (uint256)
66
maxDinoPurchase() view returns (uint256)
20
name() view returns (string)
Degen Dino Golf Club
owner() view returns (address)
0x84ba278f11c54185472c7cd1405d5f1e2e9aa2d0
saleIsActive() view returns (bool)
true
symbol() view returns (string)
DDGC
totalSupply() view returns (uint256)
469
Read-only
balanceOf(address owner) view returns (uint256)
dinoNames(uint256) view returns (string)
dinoNamesOfOwner(address _owner) view returns (string[])
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)
tokenLicense(uint256 _id) view returns (string)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
tokensOfOwner(address _owner) view returns (uint256[])
viewDinoName(uint256 _tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
changeDinoName(uint256 _tokenId, string _name)
changeLicense(string _license)
flipSaleState()
lockLicense()
mintDegenDino(uint256 numberOfTokens) payable
renounceOwnership()
reserveDinos(address _to, uint256 _reserveAmount)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setProvenanceHash(string provenanceHash)
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)
dinoNameChange(address _by, uint256 _tokenId, string _name)
licenseisLocked(string _licenseText)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.