Baby Shiba Social Club New Era
Verified contract
Active on
Ethereum with 245 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x081f…cfb8
Balances ($0.00)
No balances found for "Baby Shiba Social Club New Era"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21165045 | 44 minutes ago | | | 0 | 0.0012544618 | |
| 21072214 | 13 days ago | | | 0 | 0.0014889752 | |
| 21072098 | 13 days ago | | | 0 | 0.0015935299 | |
| 21057977 | 15 days ago | | | 0 | 0.00068310106 | |
| 21050371 | 16 days ago | | | 0 | 0.00042747762 | |
| 21039818 | 18 days ago | | | 0 | 0.00039161977 | |
| 21039770 | 18 days ago | | | 0 | 0.00035728417 | |
| 21015474 | 21 days ago | | | 0 | 0.00060119542 | |
| 20952173 | a month ago | | | 0 | 0.00063099400 | |
| 20952135 | a month ago | | | 0 | 0.00071400715 |
ABI
ABI objects
Getter at block 21165262
BLUE_OFFSET() view returns (uint256)
20000
GOLD_OFFSET() view returns (uint256)
50000
GREEN_OFFSET() view returns (uint256)
30000
OPERATOR_FILTER_REGISTRY() view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
RED_OFFSET() view returns (uint256)
40000
SILVER_OFFSET() view returns (uint256)
10000
maxMintAmountPerTx() view returns (uint256)
20
mintPaused() view returns (bool)
true
name() view returns (string)
Baby Shiba Social Club New Era
oldBabyShiba() view returns (address)
0x081fac886fdcacdc826c4135ed4ba5b65ececfb8
owner() view returns (address)
0x00eeabd52b35ebaf74943c6999ed5002559baa39
paused() view returns (bool)
false
symbol() view returns (string)
BSSCNE
uriPrefix() view returns (string)
https://babyshibamorph.s3.amazonaws.com/baby_shiba_morph_json/
uriSuffix() view returns (string)
.json
vault() view returns (address)
0xfd5209d18d699c2589b0990105765a0bb13e9c40
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 operator, uint256 tokenId)
burn(uint256 tokenId)
goldMint(uint256[] ids) payable
mintFor(address to, uint256[] ids)
neonMint(uint256[] ids, uint8 colorNumber) payable
pause()
renounceOwnership()
safeMint(address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setMaxMintAmountPerTx(uint256 _maxMintAmountPerTx)
setMintPaused(bool _state)
setUriPrefix(string _uriPrefix)
setUriSuffix(string _uriSuffix)
standardMint(uint256[] ids)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
unpause()
withdraw()
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)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
constructor(address _oldBabyShiba, address _vault)
This contract contains no fallback and receive objects.
OperatorNotAllowed(address operator)