Degen Gang
Verified contract
Active on
Ethereum with 6,369 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 ($0.00)
No balances found for "Degen Gang"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21260309 | 3 days ago | | | 0 | 0.00083998915 | |
| 21239038 | 6 days ago | | | 0 | 0.00065993209 | |
| 21211908 | 10 days ago | | | 0 | 0.00049178815 | |
| 21161925 | 17 days ago | | | 0 | 0.00081881970 | |
| 21068839 | a month ago | | | 0 | 0.00086270491 | |
| 21068839 | a month ago | | | 0 | 0.00090613785 | |
| 21068839 | a month ago | | | 0 | 0.0011495433 | |
| 20854695 | 2 months ago | | | 0 | 0.00031360386 | |
| 20714680 | 3 months ago | | | 0 | 0.00047350397 | |
| 20595159 | 3 months ago | | | 0 | 0.000045782402 |
ABI
ABI objects
Getter at block 21282988
baseURI() view returns (string)
https://degengang.mypinata.cloud/ipfs/QmPT45UDoGahecHocPQizKkh4PfE2uQXGFSYUqieCmuWiD/
clientAddress() view returns (address)
0xb4afab9ae75c991e71cdb8acb9a90be7be14a2c3
devAddress() view returns (address)
0x4724184d06af3cfa3ac76f6becca2fa35583b5ed
giveawayAddress() view returns (address)
0x083d6bcd88405c03f8a39da4390894ee3b23fe30
maxPrivateSaleMintQuantity() view returns (uint256)
3
maxPublicSaleMintQuantity() view returns (uint256)
30
mintPrice() view returns (uint256)
60000000000000000
name() view returns (string)
Degen Gang
owner() view returns (address)
0xac2aef80c0c90fa1605240f3f090272523a67f02
privateSaleIsActive() view returns (bool)
false
publicSaleIsActive() view returns (bool)
true
symbol() view returns (string)
DEGGN
teamMemberA() view returns (address)
0xacc47140d6d44df62793c9f14bb3fc32a56db5ff
teamMemberB() view returns (address)
0x45f14c6f6649d1d4cb3dd501811ab7263285eaa3
totalMint() view returns (uint256)
7000
totalSaleElement() view returns (uint256)
7000
totalSupply() view returns (uint256)
7000
Read-only
balanceOf(address owner) view returns (uint256)
exists(uint256 _tokenId) view returns (bool)
getApproved(uint256 tokenId) view returns (address)
getTokensOfOwner(address _owner) 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)
userWhiteList(address) view returns (bool)
State-modifying
Events approve(address to, uint256 tokenId)
batchMintByOwner(address[] mintAddressList, uint256[] quantityList)
mintByOwner(address _to, uint256 mintQuantity)
privateMintByUser(uint256 mintQuantity) payable
publicMintByUser(uint256 mintQuantity) payable
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)
setPrivateSaleStatus(bool saleStatus)
setPublicSaleStatus(bool saleStatus)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
updateWhiteList(address[] addressList)
withdrawAll()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
CreateDeggn(address indexed minter, uint256 indexed id)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(address client, address dev, address memberA, address memberB, address giveaway)
This contract contains no fallback and receive objects.
This contract contains no error objects.