De-Generations: S
Verified contract
Active on
Ethereum with 934 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xae07…cc61
Balances ($0.00)
No balances found for "De-Generations: S"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18211549 | a year ago | | | 0 | 0.00038090768 | |
| 15601713 | 2 years ago | | | 0 | 0.00018622000 | |
| 15601706 | 2 years ago | | | 0 | 0.00033540800 | |
| 15109722 | 2 years ago | | | 0 | 0.00033113654 | |
| 15101359 | 2 years ago | | | 0 | 0.00074790606 | |
| 15073955 | 2 years ago | | | 0 | 0.00087860460 | |
| 15073951 | 2 years ago | | | 0 | 0.0011573232 | |
| 15022878 | 2 years ago | | | 0 | 0.0013524060 | |
| 15012534 | 2 years ago | | | 0 | 0.00077732738 | |
| 15012207 | 2 years ago | | | 0 | 0.0034962098 |
ABI
ABI objects
Getter at block 21161635
BASIC_ID() view returns (uint32)
2
DOPE_ID() view returns (uint32)
1
LEGENDARY_ID() view returns (uint32)
0
_basicMinted() view returns (uint32)
637
_cleaner() view returns (address)
0x7721e8dd956e07f7254385a7c039e9bde92e425d
_dopeMinted() view returns (uint32)
818
_legendaryMinted() view returns (uint32)
0
_renderer() view returns (address)
0xae07874d42d5786aac74a5e90defe53c8d95cc61
_shitBeast() view returns (address)
0x6728d91abacdbac2f326baa384513a523c21b80a
_started() view returns (bool)
false
name() view returns (string)
De-Generations: S
owner() view returns (address)
0x87fadf44bc06a8c9ae965edfe72ee703cef703c5
symbol() view returns (string)
DGS
totalSupply() view returns (uint256)
1455
Read-only
balanceOf(address owner) view returns (uint256)
explicitOwnershipOf(uint256 tokenId) view returns (struct IERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIds) view returns (struct IERC721ATokenOwnership[])
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
shitData(uint256 tokenId) view returns (uint8 shitType, uint32 shitNo)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
tokensOfOwner(address owner) view returns (uint256[])
tokensOfOwnerIn(address owner, uint256 start, uint256 stop) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
clean(uint32 cleanerType, uint32 amount)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setFeeNumerator(uint96 feeNumerator)
setRenderer(address renderer)
setStarted(bool started)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(address cleaner, address shitBeast)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApproveToCaller()
BalanceQueryForZeroAddress()
InvalidQueryRange()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()