DisgustingGentleman
Verified contract
Active on
Ethereum with 361 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x7efa…a321
0xe6a9…3031
Balances ($8,640.30)
Native
Value
$8,640.3
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 2.622 | $3,295.31 |
$8,640.3 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19792413 | 6 months ago | | | 0.069 | 0.00038031026 | |
| 18909792 | 10 months ago | | | 0 | 0.00054192404 | |
| 18909745 | 10 months ago | | | 0 | 0.00050153754 | |
| 18909741 | 10 months ago | | | 0 | 0.00091140895 | |
| 18881304 | 10 months ago | | | 0 | 0.0012560739 | |
| 17008432 | 2 years ago | | | 0 | 0.00052166440 | |
| 16395857 | 2 years ago | | | 0 | 0.00077738904 | |
| 16263122 | 2 years ago | | | 0 | 0.00073921976 | |
| 15969961 | 2 years ago | | | 0 | 0.00092687913 | |
| 15764509 | 2 years ago | | | 0 | 0.00027518312 |
ABI
ABI objects
Getter at block 21172359
DGCC() view returns (address)
0x7efa8b4c1d67c00bf570fb9c06a8a47f85d1a321
FG() view returns (address)
0xe6a95f68ac155270922354474b3eded6bb303031
MAX_CLUB_CARD_MINTS() view returns (uint8)
3
MAX_MINTS_PER_REQUEST() view returns (uint8)
7
MINT_FEE() view returns (uint256)
69000000000000000
PROVENANCE() view returns (string)
4059282e18d32fdcf69eb3c0ec97c0e1e36d83d46e04f1577494809a1cbaf73e
TOTAL_SUPPLY() view returns (uint256)
7777
baseUri() view returns (string)
https://paint.api.wombo.ai/api/dg/token/
devMintAmount() view returns (uint256)
100
name() view returns (string)
DisgustingGentleman
owner() view returns (address)
0xaf8ad1bdeaff648a3bfd3b0e90ada880493578a7
publicMintStarted() view returns (bool)
true
symbol() view returns (string)
DG
totalSupply() view returns (uint256)
555
whitelistMintStarted() view returns (bool)
false
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
numOfMintsLeftOnDGCC(uint256 _dgccId) view returns (uint8)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
devMint()
publicMint(uint256 _quantity) 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)
setProvenance(string _provenance)
setPublicMintStarted(bool _publicMintStarted)
setWhitelistMintStarted(bool _whitelistMintStarted)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
whitelistMint(uint256 _DGCCId, uint8 _quantity) payable
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(address _DGCCAddress, address _FGAddress, uint256 _devMintAmount)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()