Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($356.28)
Native
Value
$356.28
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.1 | $3,562.76 |
$356.28 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16755315 | 2 years ago | | | 0 | 0.0024562139 | |
| 14579319 | 3 years ago | | | 0 | 0.0045993879 | |
| 14227725 | 3 years ago | | | 0 | 0.0024420125 | |
| 13987539 | 3 years ago | | | 0 | 0.0079764534 | |
| 13979329 | 3 years ago | | | 0 | 0.014725873 | |
| 13978958 | 3 years ago | | | 0 | 0.014679468 | |
| 13977110 | 3 years ago | | | 0 | 0.014629028 | |
| 13941469 | 3 years ago | | | 0 | 0.0065265541 | |
| 13482129 | 3 years ago | | | 0 | 0.020190791 | |
| 13480547 | 3 years ago | | | 0 | 0.0032674786 |
ABI
ABI objects
Getter at block 21290167
_paused() view returns (bool)
false
getPrice() view returns (uint256)
30000000000000000
name() view returns (string)
ScawyNFT
owner() view returns (address)
0xc81dc67fb2dde3130495c5b8fca591bf3ea72350
symbol() view returns (string)
SCAWY
totalSupply() view returns (uint256)
59
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)
walletOfOwner(address _owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
buyScawy(uint256 num) payable
giveAway(address _to, uint256 _amount)
pause(bool val)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setPrice(uint256 _newPrice)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw() payable
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()
This contract contains no fallback and receive objects.
This contract contains no error objects.