Brickedup

Verified contract

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

No balances found for "Brickedup"

0x49ce882a16f5938a884ef00c9daffe6fce08fcfe0a10b68dab89b5ee6fa07b29
0xc2e6c2f0911759bd36e862c34aaf8c864021444a621c7c8e000573bcbf4b2bbc
0xe396b277f549b0f55addb6206a3239c80e2eddfc430875ea8d20bb8c22d8215f
0xc7084d9af38192948d393b4e20afa5fcc485b9e0cb0963a029656a597c544b77
0x48325989da5632d5620b7b5bfccd12774e4f59bf3d5d78a3795592fe248fa6f1
0xe83147166dffd2292130451b74866da84535a620665bc008b4064c6a03f1056d
0x0f1d4aed9881b8cd0055bd7b7d203877d17224d7f5e86b4489a8f5f094e6e266
0x0107dd8f5ef89805796082938e27b1a7b21a3cc45806cbfbd59761bd4e98584c
0x0987af3955ea43fbf6cb63c47b3923a482f2761af5f9cf71c40b469fa614516e
0xcaf235a1225352513e52a4e9c0a8bb36fd1b7029646e752859b0d0af99080ee7

Functions
Getter at block 21173111
maxFreePerWallet(view returns (uint256)
2
maxPerTx(view returns (uint256)
20
maxSupply(view returns (uint256)
10000
mintEnabled(view returns (bool)
true
name(view returns (string)
Brickedup
owner(view returns (address)
0x51c56c7c1df06a55d9451a4573e745b296295249
owner1(view returns (address)
0x51c56c7c1df06a55d9451a4573e745b296295249
owner2(view returns (address)
0xb5ce1dd6814f01ed56e3e162570fc0509b25ac82
price(view returns (uint256)
6900000000000000
symbol(view returns (string)
BUP
totalFree(view returns (uint256)
10000
totalSupply(view returns (uint256)
10000
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
flipSale(
mint(uint256 countpayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string uri
setFreeAmount(uint256 amount
setPrice(uint256 _newPrice
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
withdrawAll(
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(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(