BRAGGLE

Verified contract

Active on Ethereum with 106 txns
Deployed by via 0x94f426cc at 14883747
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value $158.31
0x332649533b27cff344d91ce987a2273c57b06ca89798f0ee4a41cf88ef63fc14
0xa4a696e8fb95e56b8a921609b75b552bbc9f28c1b0f4e37a5648def8b8dd2fe8
0x3e096c32c17ea6834b16fb86b227e716e314f8e46b8a5c9b269f3bf8ebb08028
0xa546afab0b7ff38c4334452826290534cfb0f7f48a59875da38ef95b7d5aa0f1
0x171cd9be3e51abb189e1f0a411af43a37a7c59a4e84f644eeac9af717655e1f0
0xa76f596fddc8e7e52788667fdb92f7538b66f5683d1bb204d4b6a5f227a092d7
0xbde7b06a130df8cd48668f4d70ce8791b917537d0931b7415d3ae204526b4fc2
0x5e1281a2dbd490f569a7dddbec22fd4e13915c5aca9f08871e1985ab03c6ea12
0x628151554b00d07b112e0ba05fb205a9893659813de61e56906f75caf9eb02b9
0x42225eaa5bfc91c4d26d8367abd14200ef0eb4b580b5066cc4c01850710eefc7

Functions
Getter at block 20999576
MAX_SUPPLY(view returns (uint256)
12345
MINT_LIMIT(view returns (uint256)
10
PRICE(view returns (uint256)
20000000000000000
baseURI(view returns (string)
ipfs://QmYf4HBnSDd2xZqQX57LDoHPFTFxw73UVrwoFuBPpvPTy5/
creator(view returns (address)
0xd32c19ebaebe655d96bd20476a47f8f7c12adb63
hasNewOwner(view returns (bool)
false
isMintActive(view returns (bool)
true
name(view returns (string)
BRAGGLE
owner(view returns (address)
0xd32c19ebaebe655d96bd20476a47f8f7c12adb63
ownershipTransferredTimestamp(view returns (uint256)
0
runnerUpAddress(view returns (address)
0xb2d5f8fd8a32de60e50a64905ff0d9605f6bd875
runnerUpBalance(view returns (uint256)
224
symbol(view returns (string)
BRGGL
topHodlerAddress(view returns (address)
0x1e82e222564293e3507c2966b27f587ee2570671
topHodlerBalance(view returns (uint256)
340
totalSupply(view returns (uint256)
734
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address touint256 tokenId
confirmOwnership(
mint(uint256 qtypayable 
renounceOwnership(
rescueContract(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string baseURI_
setIsMintActive(bool isMintActive_
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
withdraw(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(string namestring symbol
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
ContractHasNewOwner(
ContractNotYetSoldOut(
ContractNotYetTransferred(
MaxSupplyReached(
MintNotYetActive(
MintToZeroAddress(
MintZeroQuantity(
NoContractMinting(
NotEnoughEthSend(
OwnerQueryForNonexistentToken(
QtyTooSmallOrTooLarge(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(