Bricktopians
Verified contract
Active on
Ethereum with 25,002 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
PUSSYBOOTS | ERC-20 | 36.519046M | -- | -- | |
BTP | ERC-721 | 1 | -- | -- | |
BTP | ERC-721 | 1 | -- | -- | |
BTP | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21304087 | 11 hours ago | | | 0 | 0.00062067972 | |
| 21301845 | 18 hours ago | | | 0 | 0.0016701648 | |
| 21295731 | 2 days ago | | | 0 | 0.00046787900 | |
| 21289182 | 3 days ago | | | 0 | 0.00025885663 | |
| 21289181 | 3 days ago | | | 0 | 0.00026423186 | |
| 21287973 | 3 days ago | | | 0 | 0.00070363872 | |
| 21287838 | 3 days ago | | | 0 | 0.0011609691 | |
| 21285026 | 3 days ago | | | 0 | 0.00073823770 | |
| 21283347 | 3 days ago | | | 0 | 0.00045577243 | |
| 21282866 | 3 days ago | | | 0 | 0.00094364341 |
ABI
ABI objects
Getter at block 21307276
getPrice() view returns (uint256)
80000000000000000
isPresaleLive() view returns (bool)
false
isPublicSaleLive() view returns (bool)
false
maxPresale() view returns (uint256)
9000
maxSupply() view returns (uint256)
9999
name() view returns (string)
Bricktopians
owner() view returns (address)
0x096847228f3b6edb9ad575437a99cb89285f19f6
presaleLive() view returns (bool)
false
price() view returns (uint256)
80000000000000000
provenanceHash() view returns (string)
saleLive() view returns (bool)
false
saleX2Live() view returns (bool)
false
symbol() view returns (string)
BTP
totalSupply() view returns (uint256)
8324
Read-only
balanceOf(address owner) view returns (uint256)
exists(uint256 _tokenId) view returns (bool)
getApproved(uint256 tokenId) view returns (address)
getSignatureAddress(bytes32 message, bytes signature) pure returns (address)
hashTransaction(address sender, uint256 limit) pure returns (bytes32)
hashTransactionEIP191(address sender, uint256 limit) pure returns (bytes32)
isApprovedForAll(address owner, address operator) view returns (bool)
isApprovedOrOwner(address _spender, uint256 _tokenId) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 _tokenId) view returns (string)
tokensOfOwner(address _owner) view returns (uint256[])
State-modifying
Events adminMint(uint256 qty, address to)
approve(address to, uint256 tokenId)
burn(uint256 tokenId)
changeMaxPresale(uint256 _newMaxPresale)
changePrice(uint256 newPrice)
decreaseMaxSupply(uint256 newMaxSupply)
presaleBuy(bytes sig, uint256 qty, uint256 limit) payable
presaleOnOff()
publicSaleOnOff()
publicSaleX2OnOff()
publicsaleBuy(uint256 qty) payable
publicsaleBuyX2(uint256 qty) 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 newBaseURI)
setProvenanceHash(string _provenanceHash)
setSignerAddress(address addr)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawEarnings()
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.
This contract contains no error objects.