DeGenerationsL
Verified contract
Active on
Ethereum with 2,045 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "DeGenerationsL"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21133752 | a month ago | | | 0 | 0.00023700812 | |
| 21133732 | a month ago | | | 0 | 0.00021322308 | |
| 20903950 | 2 months ago | | | 0 | 0.000099388100 | |
| 20842034 | 2 months ago | | | 0 | 0.00063778806 | |
| 20310653 | 5 months ago | | | 0 | 0.000090171854 | |
| 20064307 | 6 months ago | | | 0 | 0.00057596794 | |
| 20060637 | 6 months ago | | | 0 | 0.00030585453 | |
| 19781308 | 7 months ago | | | 0 | 0.00032659517 | |
| 19779988 | 7 months ago | | | 0 | 0.00024671489 | |
| 19517222 | 8 months ago | | | 0 | 0.00088111018 |
ABI
ABI objects
Getter at block 21319163
_maxPrice() view returns (uint256)
6000000000000000000000000000
_maxSupply() view returns (uint256)
8000
_metadataBaseURI() view returns (string)
ipfs://bafybeidu3l4ias5rgsi3blkbqbkiq4gt5xdgyg6u7blj44izcghsdeajq4/
_minPrice() view returns (uint256)
2000000000000000000000000000
_nextChaos() view returns (uint48)
1733195700
_price() view returns (uint256)
3400000000000000000000000000
_priceChangeInterval() view returns (uint256)
900
_priceExpiration() view returns (uint256)
10800
_pricePrecision() view returns (uint256)
100000000000000000000000000
_publicSupply() view returns (uint256)
3000
_shit() view returns (address)
0x4e4a47cac6a28a62dcc20990ed2cda9bc659469f
_started() view returns (bool)
false
_walletLimit() view returns (uint256)
5
name() view returns (string)
De-Generations: L
owner() view returns (address)
0x87fadf44bc06a8c9ae965edfe72ee703cef703c5
symbol() view returns (string)
DGL
totalSupply() view returns (uint256)
1576
Read-only
_priceAtTimestamp(uint256 timestamp) view returns (uint256)
_status(address account) view returns (struct DeGenerationsLStatus)
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)
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 airdrop(address[] tos, uint32[] amounts)
approve(address to, uint256 tokenId)
chaosBid(uint256 amount, uint48 timestamp)
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)
setMetadataBaseURI(string baseURI)
setPrice(uint256 maxPrice, uint256 minPrice, uint256 pricePrecision, uint256 priceChangeInterval, uint48 priceExpiration)
setStarted(bool started)
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)
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 shit, uint256 maxSupply, uint256 publicSupply, uint256 walletLimit)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApproveToCaller()
BalanceQueryForZeroAddress()
InvalidQueryRange()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()