Birbs Crew
Verified contract
Active on
Ethereum with 574 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x2358…a68b
0x08d7…668d
Balances ($2,101.61)
Native
Value
$2,101.61
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.84 | $2,501.92 |
$2,101.61 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19614179 | 7 months ago | | | 0 | 0.00057655497 | |
| 18909654 | 10 months ago | | | 0 | 0.00047588438 | |
| 18909541 | 10 months ago | | | 0 | 0.00048582804 | |
| 18884930 | 10 months ago | | | 0 | 0.0020802538 | |
| 18802501 | a year ago | | | 0 | 0.00074880928 | |
| 18799775 | a year ago | | | 0 | 0.0018388773 | |
| 18658161 | a year ago | | | 0 | 0.0014162955 | |
| 17942899 | a year ago | | | 0 | 0.0014818044 | |
| 17500471 | a year ago | | | 0 | 0.0014756693 | |
| 17494195 | a year ago | | | 0 | 0.0012211969 |
ABI
ABI objects
Getter at block 21099096
MOONBIRD_DURATION() view returns (uint256)
604800
MOONBIRD_EARLY_DURATION() view returns (uint256)
172800
MOONBIRD_EARLY_PRICE() view returns (uint256)
50000000000000000
MOONBIRD_EARLY_START_TIME() view returns (uint256)
1658761200
MOONBIRD_PRICE() view returns (uint256)
70000000000000000
MOONBIRD_START_TIME() view returns (uint256)
1658934000
PUBLIC_PRICE() view returns (uint256)
100000000000000000
PUBLIC_START_TIME() view returns (uint256)
4120655757
developer() view returns (address)
0x7c5252031d236d5a17db832fc8367e6850a3b4fb
minted() view returns (uint256)
566
moonbirds() view returns (address)
0x23581767a106ae21c074b2276d25e5c3e136a68b
name() view returns (string)
Birbs Crew
openSeaProxy() view returns (address)
0xa5409ec958c83c3f309868babaca7c86dcb077c1
owner() view returns (address)
0xb7498040aaa94b34823b038bd7a05e9464335728
proof() view returns (address)
0x08d7c0242953446436f34b4c78fe9da38c73668d
symbol() view returns (string)
BIRB
totalSupply() view returns (uint256)
566
uri() view returns (string)
ipfs://bafybeidexhdnk472r2slmxf5a3z6a2hjzqsjonsl3z4xnozady7ubu6lim/
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)
proofClaimed(uint256) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
verifyString(string message, uint8 v, bytes32 r, bytes32 s) pure returns (address signer)
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256 tokenId)
mintMoonbird(uint256[] moonbirdIds, uint256[] proofIds) payable
mintPublic(uint256 tokenId) payable
mintVault(uint256[] moonbirdIds, uint256[] proofIds, address _vaultAddress, string _msg, uint8 _v, bytes32 _r, bytes32 _s) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setMoonbirdDuration(uint256 _moonbirdDuration)
setMoonbirdEarlyDuration(uint256 _moonbirdEarlyDuration)
setMoonbirdEarlyPrice(uint256 _moonbirdEarlyPrice)
setMoonbirdEarlyStartTime(uint256 _moonbirdEarlyStartTime)
setMoonbirdPrice(uint256 _moonbirdPrice)
setMoonbirdStartTime(uint256 _moonbirdStartTime)
setPublicPrice(uint256 _publicPrice)
setPublicStartTime(uint256 _publicStartTime)
setURI(string _uri)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
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)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string _uri)
This contract contains no fallback and receive objects.
This contract contains no error objects.