BABY SKELETON
Verified contract
Active on
Base with 9,073 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USA | ERC-20 | 1 | $0.000763 |
$0 | |
BASS | ERC-20 | 1.409512 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22656770 | 2 days ago | | | 0 | 3.3068382e-7 | |
| 22571739 | 4 days ago | | | 0 | 0.000000602391300000 | |
| 22374061 | 9 days ago | | | 0 | 5.3129213e-7 | |
| 22327613 | 10 days ago | | | 0 | 5.3865409e-7 | |
| 22238284 | 12 days ago | | | 0 | 6.1936870e-7 | |
| 21992488 | 18 days ago | | | 0 | 1.7748701e-7 | |
| 21742431 | 23 days ago | | | 0 | 0.000000400871800000 | |
| 21722942 | 24 days ago | | | 0 | 6.3136168e-7 | |
| 21319765 | a month ago | | | 0 | 0.000000204406721631 | |
| 21269915 | a month ago | | | 0 | 1.5314620e-7 |
ABI
ABI objects
Getter at block 22751759
FreeSupply() view returns (uint256)
0
MaxperWallet() view returns (uint256)
200
MaxperWalletFree() view returns (uint256)
1
baseExtension() view returns (string)
baseURI() view returns (string)
ipfs://QmPgFYa9FZsdqghFonmbrRXDB9xhPpY8D6r3V6qs46bhKZ/
cost() view returns (uint256)
100000000000000
maxSupply() view returns (uint256)
10000
name() view returns (string)
BABY SKELETON
notRevealedUri() view returns (string)
ipfs://QmPgFYa9FZsdqghFonmbrRXDB9xhPpY8D6r3V6qs46bhKZ/
owner() view returns (address)
0x3a0bcb68eff1a304b735d45919c6e50e5606b85d
paused() view returns (bool)
false
revealed() view returns (bool)
true
symbol() view returns (string)
BabySK
totalSupply() view returns (uint256)
10000
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
numberMinted(address owner) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
tokensOfOwner(address owner) view returns (uint256[])
State-modifying
Events airdrop(uint256 _mintAmount, address destination)
approve(address to, uint256 tokenId) payable
freemint(uint256 tokens)
mint(uint256 tokens) payable
pause(bool _state)
renounceOwnership()
reveal(bool _state)
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data) payable
setApprovalForAll(address operator, bool approved)
setBaseExtension(string _newBaseExtension)
setBaseURI(string _newBaseURI)
setCost(uint256 _newCost)
setFreeMaxPerWallet(uint256 _limit)
setFreesupply(uint256 _newsupply)
setMaxPerWallet(uint256 _limit)
setMaxsupply(uint256 _newsupply)
setNotRevealedURI(string _notRevealedURI)
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
withdraw() payable
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 _initBaseURI, string _notRevealedUri)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()