Dabloons Adventure

Verified contract

Active on Ethereum with 2,136 txns
Deployed by via 0x4079a2a2 at 16086452
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Dabloons Adventure"

0x7639763757ed2785954432ff42e87206f5981bdbdc5373631969d66996f09bf3
0x45175b97239b63340323cd17fc011c1fdd3995cb6ad0b16dc36359ab28e16617
From
0x009b4406825a6a9342b3f90bdb4ce4fa997f0be53c099eefe682099983809c24
0x81655691421d291a07182eebfbc02416391b617dd6f289393f193aaae60137a9
0x67a984be20e24586fc0387df3a4dea34d4c130b1eec4d8898731520773126676
0x50c34a19dd64bf6a19dd2abbd1cefb4e0bcd4e5ed157bba5e900912685a3b005
0xc9fa1b5f35cfb2f47b43f5e8fc9b56d38207b0a700ea2d84cc734a9ff958bcd5
0x02cb654675637f018e256f2e7a054c7db1a0ca717935593c1ab4fd5845c4a39c
0xe3540e61bdbdab939f39aeff4d975bee067ae64e4728cf2fbe23e29a821e265a
0x8862012968c6e738850d46f3e7f9a0775934cc25c6e1896ba41cc0a67b9739f7

Functions
Getter at block 21172347
TEAM(view returns (address)
0x8b7fe17f5cca0a26f9bc9e17676bd568915bac3c
isMintingEnabled(view returns (bool)
true
maxSupply(view returns (uint16)
999
name(view returns (string)
Dabloons Adventure
owner(view returns (address)
0x366bb4acf54714e76fb18c3b851216e172bbc84c
price(view returns (uint256)
15000000000000000
symbol(view returns (string)
DBLN
teamClaimed(view returns (bool)
true
teamSupply(view returns (uint16)
66
totalSupply(view returns (uint256)
999
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
mintCount(addressview returns (uint256)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address touint256 tokenIdpayable 
mint(uint256 quantitypayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes _datapayable 
setApprovalForAll(address operatorbool approved
setBaseURI(string baseURI_
setMintingEnabled(bool _isMintingEnabled
teamClaim(
transferFrom(address fromaddress touint256 tokenIdpayable 
transferOwnership(address newOwner
withdrawFunds(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
BalanceQueryForZeroAddress(
EthValueTooLow(
ExceedsMaxMintQuantity(
ExceedsMaxSupply(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
MintingNotStarted(
NoContractMints(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(