TiredButCute
Verified contract
Active on
Ethereum with 4,108 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 "TiredButCute"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20085751 | 6 months ago | | | 0 | 0.00040564088 | |
| 19816725 | 7 months ago | | | 0 | 0.00016715949 | |
| 19797520 | 7 months ago | | | 0 | 0.00018241133 | |
| 19680689 | 8 months ago | | | 0 | 0.00054220373 | |
| 19067416 | 10 months ago | | | 0 | 0.00096966122 | |
| 18703781 | a year ago | | | 0 | 0.00066735396 | |
| 18703779 | a year ago | | | 0 | 0.00062036178 | |
| 16973721 | 2 years ago | | | 0 | 0.00082262588 | |
| 16707267 | 2 years ago | | | 0 | 0.0010583578 | |
| 16652995 | 2 years ago | | | 0 | 0.00051935456 |
ABI
ABI objects
Getter at block 21326267
MAX_SUPPLY() view returns (uint256)
3333
MINTER_TYPEHASH() view returns (bytes32)
0x8b934c16952dd32843ed1389bb18445d512a85e1a09e829ffa1d29a5641697c7
PUBLIC_LIMIT() view returns (uint256)
2
baseURI() view returns (string)
http://metadata.tiredbutcute.io/
name() view returns (string)
TiredButCute
owner() view returns (address)
0x205421797002e126ecfda5e9aecbe7a109068db6
signer() view returns (address)
0xfefe1c4bd53bbc3c5c91c96c38719de66c92999b
stage() view returns (uint8)
2
symbol() view returns (string)
BLANKET
totalSupply() view returns (uint256)
3333
Read-only
PresaleMinter(address) view returns (uint256)
PublicMinter(address) view returns (uint256)
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)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _id) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
gift(address[] _to, uint256[] _amount)
mint(uint256 _amount) payable
presaleMint(uint256 _amount, uint256 _limit, bytes _signature) 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)
setRoyalties(address _recipient, uint96 _amount)
setSigner(address _signer)
setStage(uint8 _stage)
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(string _previewURI, address _owner, address _signer)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()