DEGEN3RATES
Verified contract
Active on
Ethereum with 4,292 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
12 additional
variables
Balances ($0.00)
No balances found for "DEGEN3RATES"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20366126 | 5 months ago | | | 0 | 0.00011869671 | |
| 20305146 | 5 months ago | | | 0 | 0.00010348336 | |
| 19838104 | 7 months ago | | | 0 | 0.00025721564 | |
| 19837541 | 7 months ago | | | 0 | 0.00035119800 | |
| 19760616 | 7 months ago | | | 0 | 0.00032391642 | |
| 18891677 | a year ago | | | 0 | 0.00081360871 | |
| 18316361 | a year ago | | | 0 | 0.00036952400 | |
| 18246141 | a year ago | | | 0 | 0.00024722309 | |
| 17957319 | a year ago | | | 0 | 0.00067864244 | |
| 17903707 | a year ago | | | 0 | 0.00044110647 |
ABI
ABI objects
Getter at block 21386995
MAX_PER_WALLET_PUBLIC() view returns (uint256)
500
MAX_PER_WALLET_VIP() view returns (uint256)
1
MAX_PER_WALLET_WL() view returns (uint256)
500
MAX_SUPPLY() view returns (uint256)
7777
MAX_TOTAL_PUBLIC() view returns (uint256)
7777
MAX_TOTAL_VIP() view returns (uint256)
7777
MAX_TOTAL_WL() view returns (uint256)
7777
OPERATOR_FILTER_REGISTRY() view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
baseURI() view returns (string)
ipfs://bafybeigaievtcylwvbg7eqgltteqg6slno7sqe5imdcdfeitswipi2tj5u/
merkleRootVIP() view returns (bytes32)
0x0ba67afeefdd3a32665516d009f6c9c136bd7eb854262903218373fd57aec78c
merkleRootWL() view returns (bytes32)
0xef406689b9ee74cb42597a1dc53f15164f72661eae178aeaf87d23d76357d063
name() view returns (string)
DEGEN3RATES
owner() view returns (address)
0x440de379434450c4aeced0bb6ba3dab9e0f08ac2
publicSalePrice() view returns (uint256)
18000000000000000
sellingStep() view returns (uint8)
0
symbol() view returns (string)
DEGEN3RATES
totalReleased() view returns (uint256)
103212000000000000000
totalShares() view returns (uint256)
100
totalSupply() view returns (uint256)
6344
vipSalePrice() view returns (uint256)
0
wlSalePrice() view returns (uint256)
18000000000000000
Read-only
amountNFTsperWalletPUBLIC(address) view returns (uint256)
amountNFTsperWalletVIP(address) view returns (uint256)
amountNFTsperWalletWL(address) view returns (uint256)
balanceOf(address owner) view returns (uint256)
calculateRoyalty(uint256 _salePrice) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
payee(uint256 index) view returns (address)
releasable(address account) view returns (uint256)
releasable(address token, address account) view returns (uint256)
released(address account) view returns (uint256)
released(address token, address account) view returns (uint256)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address receiver, uint256 royaltyAmount)
shares(address account) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
totalReleased(address token) view returns (uint256)
State-modifying
Events approve(address operator, uint256 tokenId)
gift(address _to, uint256 _quantity)
lowerSupply(uint256 _MAX_SUPPLY)
publicSaleMint(address _account, uint256 _quantity) payable
release(address account)
release(address token, address account)
releaseAll()
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)
setMaxPerWalletPUBLIC(uint256 _MAX_PER_WALLET_PUBLIC)
setMaxPerWalletVIP(uint256 _MAX_PER_WALLET_VIP)
setMaxPerWalletWL(uint256 _MAX_PER_WALLET_WL)
setMaxTotalPUBLIC(uint256 _MAX_TOTAL_PUBLIC)
setMaxTotalVIP(uint256 _MAX_TOTAL_VIP)
setMaxTotalWL(uint256 _MAX_TOTAL_WL)
setMerkleRootVIP(bytes32 _merkleRootVIP)
setMerkleRootWL(bytes32 _merkleRootWL)
setPublicSalePrice(uint256 _publicSalePrice)
setRoyaltyInfo(address _receiver, uint96 _royaltyFeesInBips)
setStep(uint256 _step)
setVIPSalePrice(uint256 _vipSalePrice)
setWLSalePrice(uint256 _wlSalePrice)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
vipMint(address _account, uint256 _quantity, bytes32[] _proof) payable
whitelistMint(address _account, uint256 _quantity, bytes32[] _proof) payable
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)
ERC20PaymentReleased(address indexed token, address to, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PayeeAdded(address account, uint256 shares)
PaymentReceived(address from, uint256 amount)
PaymentReleased(address to, uint256 amount)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(uint96 _royaltyFeesInBips, address[] _team, uint256[] _teamShares, bytes32 _merkleRootWL, bytes32 _merkleRootVIP, string _baseURI)
receive()
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OperatorNotAllowed(address operator)
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()