Shabu Town Shibas
Verified contract
Implementation
Active on
Ethereum with 10 txns
Storage
Map
Table
Raw
Constants and immutables
4
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 43 additional slots
-
variable spans 45 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
6 additional
variables
Balances ($1,560.96)
Native
Value
$1,560.96
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.45 | $3,468.80 |
$1,560.96 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14213748 | 3 years ago | | | 0 | 0.0039398665 | |
| 13141840 | 3 years ago | | | 0 | 0.0051822155 | |
| 13141822 | 3 years ago | | | 0 | 0.038857535 | |
| 13119698 | 3 years ago | | | 0 | 0.0023539088 | |
| 13104708 | 3 years ago | | | <0.00000001 | 0.015000867 | |
| 13104708 | 3 years ago | | | 0 | 0.014495640 | |
| 13103487 | 3 years ago | | | 0.15 | 0.046271532 | |
| 13101762 | 3 years ago | | | 0.05 | 0.030339081 | |
| 13101677 | 3 years ago | | | 0.05 | 0.014779322 | |
| 13100318 | 3 years ago | | | 0.2 | 0.013976526 |
ABI
ABI objects
Getter at block 21266938
getPrice() view returns (uint256)
50000000000000000
getReserved() view returns (uint256)
10000
name() view returns (string)
Shabu Town Shibas
owner() view returns (address)
0x1a1dd4f1549ae231bedba4cfee750252f9f77209
paused() view returns (bool)
true
symbol() view returns (string)
STS
totalSupply() view returns (uint256)
9
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 adopt(uint256 num) payable
approve(address to, uint256 tokenId)
giveAway(address _to, uint256 _amount)
initialize()
pause()
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)
setReserved(uint256 _newReserved)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
unpause()
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
withdrawAll() payable
AdminChanged(address previousAdmin, address newAdmin)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
BeaconUpgraded(address indexed beacon)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
Upgraded(address indexed implementation)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.