Debank App User
Verified contract
Active on
Base with 6,759 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 "Debank App User"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21364361 | a month ago | | | 0 | 4.1426080e-7 | |
| 20672746 | 2 months ago | | | 0 | 8.8257045e-7 | |
| 20672500 | 2 months ago | | | 0 | 8.8155684e-7 | |
| 20672172 | 2 months ago | | | 0 | 8.7596677e-7 | |
| 20671927 | 2 months ago | | | 0 | 8.6504097e-7 | |
| 20304146 | 2 months ago | | | 0 | 0.000000500989691110 | |
| 18503605 | 3 months ago | | | 0 | 1.9642901e-7 | |
| 18286734 | 3 months ago | | | 0 | 0.000000085682921391 | |
| 15272748 | 6 months ago | | | 0 | 1.1442809e-7 | |
| 14282977 | 7 months ago | | | 0 | 7.3601195e-7 |
ABI
ABI objects
Getter at block 22925540
MAX_FREE_PER_WALLET() view returns (uint256)
1
MAX_MINTS_PER_TX() view returns (uint256)
500
NUM_FREE_MINTS() view returns (uint256)
270000
PUBLIC_SALE_PRICE() view returns (uint256)
200000000000000
baseTokenURI() view returns (string)
https://ipfs.io/ipfs/bafybeibmkpabaqpvs7ezrl5im66n2cweaw5us76y6ys2ygk2d54fjunnku/
freeNFTAlreadyMinted() view returns (uint256)
29986
isPublicSaleActive() view returns (bool)
true
maxSupply() view returns (uint256)
333333
name() view returns (string)
Debank App User
owner() view returns (address)
0x4118a8a1262550aeff6c311961a55e319e1f4960
symbol() view returns (string)
Debank
totalSupply() view returns (uint256)
40196
Read-only
balanceOf(address owner) view returns (uint256)
calculateMintingPrice(uint256 quantity) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
State-modifying
Events MintWithRewards(uint256 numberOfTokens) payable
approve(address to, uint256 tokenId) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data) payable
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setFreeLimitPerWallet(uint256 _limit)
setIsPublicSaleActive(bool _isPublicSaleActive)
setMaxLimitPerTransaction(uint256 _limit)
setNumFreeMints(uint256 _numfreemints)
setSalePrice(uint256 _price)
setmaxSupply(uint256 _maxSupply)
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
treasuryMint(uint256 quantity)
withdrawAll() 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)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()