SHIBOSHIS
Verified contract
Active on
Ethereum with 26,992 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
3 additional
variables
Balances ($127.24)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
SHIB | ERC-20 | 5.13906M | $0.000025 |
$127.24 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21154889 | 17 hours ago | | | 0 | 0.00060343930 | |
| 21153607 | 21 hours ago | | | 0 | 0.00081905770 | |
| 21153600 | 21 hours ago | | | 0 | 0.00077140318 | |
| 21153462 | a day ago | | | 0 | 0.00065017071 | |
| 21152998 | a day ago | | | 0 | 0.00058575633 | |
| 21152991 | a day ago | | | 0 | 0.00061312601 | |
| 21152956 | a day ago | | | 0 | 0.00066174589 | |
| 21146358 | 2 days ago | | | 0 | 0.0011351672 | |
| 21138750 | 3 days ago | | | 0 | 0.0011561010 | |
| 21138733 | 3 days ago | | | 0 | 0.0010903674 |
ABI
ABI objects
Getter at block 21159972
ALLOW_ETH_TIMESTAMP() view returns (uint256)
1634333400
CAPPED_NFT_LIMIT_PER_USER() view returns (uint256)
10
LEASH() view returns (address)
0x27c70cd1946795b66be9d954418546998b546634
LEASH_PRICE() view returns (uint256)
1328320000000000000
LeashPrice() view returns (address)
0x441cb57f2189e1df10f7010d55115f9374bae562
MAX_NFT_SUPPLY() view returns (uint256)
10000
NAME_CHANGE_PRICE() view returns (uint256)
3532450000000000000000000
SALE_START_TIMESTAMP() view returns (uint256)
1634247000
SHIB() view returns (address)
0x95ad61b0a150d79219dcf64e1e6cc01f0b64c4ce
SHIBOSHIS_PROVENANCE() view returns (string)
ShibPrice() view returns (address)
0xfcd80cbf131d545d8279b665bc55a56b3b08c60b
baseURI() view returns (string)
https://shiboshis.mypinata.cloud/ipfs/QmUEiYGcZJWZWp9LNCTL5PGhGcjGvokKfcaCoj23dbp79J/
getETHRate() view returns (uint256, uint256, uint256)
(100000000000000000, 200000000000000000, 300000000000000000)
getLEASHPerETHRate() view returns (uint256, uint256, uint256)
(10, 20, 30)
getNameChangePrice() view returns (uint256)
1882892268764257500000000
moderator() view returns (address)
0xc7d0445ac2947760b3dd388b8586adf079972bf3
name() view returns (string)
SHIBOSHIS
owner() view returns (address)
0xc7d0445ac2947760b3dd388b8586adf079972bf3
pausedLeashOracle() view returns (bool)
false
pausedShibOracle() view returns (bool)
false
startingIndex() view returns (uint256)
7285
startingIndexBlock() view returns (uint256)
13418890
symbol() view returns (string)
SBSH
totalSupply() view returns (uint256)
10000
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getNFTPriceForETH(uint256 numberOfNfts) view returns (uint256)
getNFTPriceForLEASH(uint256 numberOfNfts) view returns (uint256)
isApprovedForAll(address owner, address operator) view returns (bool)
isNameReserved(string nameString) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
toLower(string str) pure returns (string)
tokenByIndex(uint256 index) view returns (uint256)
tokenNameByIndex(uint256 index) view returns (string)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
validateName(string str) pure returns (bool)
State-modifying
Events approve(address to, uint256 tokenId)
changeCappedNFTLimitPerUser(uint256 _CAPPED_NFT_LIMIT_PER_USER) returns (bool)
changeModerator(address _moderator)
changeName(uint256 tokenId, string newName)
finalizeStartingIndex()
flipLeashOracle()
flipShibOracle()
mintNFT(uint256 numberOfNfts, uint256 _value, bool _isETH) 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 baseURI)
setETHRate(uint256 _tier1ETH, uint256 _tier2ETH, uint256 _tier3ETH) returns (uint256, uint256, uint256)
setLEASHPerETHRate(uint256 _tier1Leash, uint256 _tier2Leash, uint256 _tier3Leash) returns (uint256, uint256, uint256)
setLeashEthPrice(uint256 _LEASH_PRICE)
setNameChangePrice(uint256 _NAME_CHANGE_PRICE)
setProvenanceHash(string provenanceHash)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawETH()
withdrawLEASH()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
NameChange(uint256 indexed NFTIndex, string newName)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string name, string symbol, address _leashToken, address _shibToken, address _leashpriceToken, address _shibPriceToken, address _moderator, uint256 _NAME_CHANGE_PRICE, uint256 _LEASH_PRICE)
This contract contains no fallback and receive objects.
This contract contains no error objects.