TheStoics
Verified contract
Active on
Ethereum with 6,991 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 "TheStoics"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18913268 | a year ago | | | 0 | 0.00056968841 | |
| 18866857 | a year ago | | | 0 | 0.00051509172 | |
| 18765455 | a year ago | | | 0 | 0.0011550808 | |
| 18334739 | a year ago | | | 0 | 0.00068912527 | |
| 17515974 | a year ago | | | 0 | 0.0020548123 | |
| 17515956 | a year ago | | | 0 | 0.0016552679 | |
| 17515940 | a year ago | | | 0 | 0.0018672573 | |
| 17515859 | a year ago | | | 0 | 0.0012048203 | |
| 17515853 | a year ago | | | 0 | 0.0010816451 | |
| 17515848 | a year ago | | | 0 | 0.00096689614 |
ABI
ABI objects
Getter at block 21207036
baseURI() view returns (string)
ipfs://bafybeic2ivqnt7azv2phq3qfpysaawly2qlzl5u3g2c4hepcnyjnrv46hm/
day() view returns (uint8)
0
name() view returns (string)
THESTOICS
symbol() view returns (string)
THESTOICS
totalSupply() view returns (uint256)
5000
Read-only
balanceOf(address owner) view returns (uint256)
explicitOwnershipOf(uint256 tokenId) view returns (struct IERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIds) view returns (struct IERC721ATokenOwnership[])
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)
search_after_truth(bytes signature, struct TheStoicsMintKey key) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
tokensOfOwner(address owner) view returns (uint256[])
tokensOfOwnerIn(address owner, uint256 start, uint256 stop) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
become_public_stoic(uint64 how_many_stoics) payable
become_stoic(bytes signature, struct TheStoicsMintKey key) payable
let_go_without_attachment(uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
show_true_colors(string newBaseURI)
start_a_separate_life()
transferFrom(address from, address to, uint256 tokenId)
withdraw() payable
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string name, string symbol, address signer, address receiver)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApproveToCaller()
BalanceQueryForZeroAddress()
ExceedsAllowance()
ExceedsMaxSupply()
InsufficientAmountSent()
InvalidMintKey()
InvalidQueryRange()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
NoMoreThanTwentyPerTransaction()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
PublicSaleNotStarted()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()