Brickedup
Verified contract
Active on
Ethereum with 7,915 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 "Brickedup"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20618646 | 3 months ago | | | 0 | 0.000060002389 | |
| 20509003 | 3 months ago | | | 0 | 0.000088879064 | |
| 20161179 | 5 months ago | | | 0 | 0.00018824278 | |
| 19729491 | 7 months ago | | | 0 | 0.00017099543 | |
| 19729479 | 7 months ago | | | 0 | 0.00017907180 | |
| 19623611 | 7 months ago | | | 0 | 0.00098847013 | |
| 19389047 | 8 months ago | | | 0 | 0.0010951144 | |
| 19152949 | 9 months ago | | | 0 | 0.00030609210 | |
| 19094353 | 10 months ago | | | 0 | 0.00088833306 | |
| 18825201 | a year ago | | | 0 | 0.0015939206 |
ABI
ABI objects
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 owner) 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 approve(address to, uint256 tokenId)
flipSale()
mint(uint256 count) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string uri)
setFreeAmount(uint256 amount)
setPrice(uint256 _newPrice)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawAll()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
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()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()