Twisted Brew
Verified contract
Active on
Ethereum with 208 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($1,083.71)
Native
Value
$1,083.71
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.348 | $3,114.12 |
$1,083.71 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19117404 | 10 months ago | | | 0.012 | 0.0023564902 | |
| 18970852 | 10 months ago | | | 0.012 | 0.0038902216 | |
| 18873503 | a year ago | | | 0 | 0.00069180994 | |
| 18873487 | a year ago | | | 0.012 | 0.0020611065 | |
| 18703873 | a year ago | | | 0.012 | 0.0046192731 | |
| 18583777 | a year ago | | | 0 | 0.0012045131 | |
| 18567564 | a year ago | | | 0.012 | 0.0046565846 | |
| 18553023 | a year ago | | | 0.012 | 0.0034805098 | |
| 18544937 | a year ago | | | 0.012 | 0.0053539732 | |
| 18539551 | a year ago | | | 0.012 | 0.0051996083 |
ABI
ABI objects
Getter at block 21226899
baseURI() view returns (string)
https://trippies.com/twisted-brew/metadata/
contractURI() view returns (string)
https://trippies.com/twisted-brew/metadata/contract.json
cost() view returns (uint256)
12000000000000000
drinkContactAddress() view returns (address)
0x3272cef5c269d8b67356d85a9f9d43a1e826099b
name() view returns (string)
Twisted Brew
owner() view returns (address)
0xe17f1ec3916df923be2882f22fa4e6e85265d4f9
paused() view returns (bool)
false
symbol() view returns (string)
BADBATCH
totalSupply() view returns (uint256)
77
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)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
burn(uint256 tokenId)
mint(address to, uint256 quantity) payable
pause()
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)
setCost(uint256 newCost)
setDrinkContract(address a)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
unpause()
withdraw()
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)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.