Smolbirds
Verified contract
Active on
Ethereum with 279 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($15.75)
Native
Value
$15.75
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.005 | $3,149.44 |
$15.75 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19378960 | 8 months ago | | | 0 | 0.0044855916 | |
| 19211403 | 9 months ago | | | 0.005 | 0.0015207585 | |
| 19211340 | 9 months ago | | | 0 | 0.0012485010 | |
| 19211338 | 9 months ago | | | 0 | 0.0014918953 | |
| 18555255 | a year ago | | | 0 | 0.0014543136 | |
| 17993494 | a year ago | | | 0 | 0.0010664915 | |
| 17963108 | a year ago | | | 0 | 0.00087084910 | |
| 17518500 | a year ago | | | 0 | 0.00041617845 | |
| 17500584 | a year ago | | | 0 | 0.0019333140 | |
| 17425874 | a year ago | | | 0 | 0.00089771775 |
ABI
ABI objects
Getter at block 21201196
COST() view returns (uint256)
1000000000000000
MAX_FREE() view returns (uint256)
5555
MAX_FREE_PER_WALLET() view returns (uint256)
2
MAX_SUPPLY() view returns (uint256)
5555
name() view returns (string)
Smolbirds
nestingOpen() view returns (bool)
false
owner() view returns (address)
0xa09b38796feb6c634e45d310edfe4ad0923daf64
symbol() view returns (string)
SMOLBIRD
totalSupply() view returns (uint256)
319
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
nestingPeriod(uint256 tokenId) view returns (bool nesting, uint256 current, uint256 total)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
freeMint()
mint(uint256 amount) payable
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
safeTransferWhileNesting(address from, address to, uint256 tokenId)
setApprovalForAll(address operator, bool approved)
setConfig(uint256 _MAX_FREE_PER_WALLET, uint256 _COST, uint256 _MAX_FREE)
setData(string _base)
setNestingOpen(bool open)
toggleNesting(uint256[] tokenIds)
transferFrom(address from, address to, uint256 tokenId)
withdraw()
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)
Expelled(uint256 indexed tokenId)
Nested(uint256 indexed tokenId)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unnested(uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()