TimithBeta
Verified contract
Active on
Ethereum with 161 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 "TimithBeta"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20190107 | 5 months ago | | | 0 | 0.00022183129 | |
| 16505360 | 2 years ago | | | 0 | 0.00086338749 | |
| 16418769 | 2 years ago | | | 0 | 0.00097438321 | |
| 16372791 | 2 years ago | | | 0 | 0.0025753152 | |
| 16372530 | 2 years ago | | | 0 | 0.0026842250 | |
| 16362396 | 2 years ago | | | 0 | 0.0017362988 | |
| 16337749 | 2 years ago | | | 0 | 0.0019021010 | |
| 16330240 | 2 years ago | | | 0 | 0.0016134076 | |
| 16320897 | 2 years ago | | | 0 | 0.0026834250 | |
| 16320800 | 2 years ago | | | 0 | 0.0017826039 |
ABI
ABI objects
Getter at block 21197027
_baseTokenURI() view returns (string)
ipfs://QmemFP6ZPVk2VZbmWsLVtW7q4Hh4Kr5tzniS6W1R4rKD6S
mintPrice() view returns (uint256)
0
name() view returns (string)
TimithBeta
owner() view returns (address)
0x3a98558db12296e4d48f5e26c8c3c09466216de6
signatureVerifier() view returns (address)
0xb3fd6c6ca4099438559deb3c9b2b0f6805762ad9
symbol() view returns (string)
TimithBeta
totalSupply() view returns (uint256)
124
Read-only
balanceOf(address owner) view returns (uint256)
getAddressHasMinted(address addr) view returns (bool)
getApproved(uint256 tokenId) view returns (address)
hasMinted(address) view returns (bool)
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)
mithWithSignature(address to, bytes _signature)
ownerMint(uint256 amount) 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 newUri)
setMintPrice(uint256 newPrice)
setSignatureVerifier(address _signatureVerifier)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
withdrawTo(uint256 amount, address to)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
Minted(address indexed sender)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string baseURI, address verifier)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()