Scaries
Verified contract
Active on
Ethereum with 1,867 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 "Scaries"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20735088 | 2 months ago | | | 0 | 0.00035593835 | |
| 20557981 | 3 months ago | | | 0 | 0.000069771458 | |
| 20352077 | 4 months ago | | | 0 | 0.00011233122 | |
| 19951115 | 6 months ago | | | 0 | 0.00014917363 | |
| 19717626 | 7 months ago | | | 0 | 0.00035466319 | |
| 19673897 | 7 months ago | | | 0 | 0.00039037302 | |
| 19673724 | 7 months ago | | | 0 | 0.00040205444 | |
| 19673470 | 7 months ago | | | 0 | 0.00035862098 | |
| 19673467 | 7 months ago | | | 0 | 0.00038190537 | |
| 19429327 | 8 months ago | | | 0 | 0.0012636619 |
ABI
ABI objects
Getter at block 21218998
BURN_ADDRESS() view returns (address)
0x000000000000000000000000000000000000dead
ILYYW() view returns (address)
0x3f93d710ff8c449ea300ad69412e7b8f289a2954
MAX_TOKEN_SUPPLY() view returns (uint256)
5000
name() view returns (string)
Scaries
owner() view returns (address)
0x5b51f588593ec23c076439a32de6f3c1806a364b
paused() view returns (bool)
true
symbol() view returns (string)
IHYYS
totalSupply() view returns (uint256)
2241
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)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256[] tokenIds) payable
pause(bool _value)
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)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
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)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string uri, address ilyyw)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()