Dirt Birds
Verified contract
Active on
Ethereum with 25,426 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Dirt Birds"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21101150 | 24 days ago | | | 0 | 0.00069381400 | |
| 21021367 | a month ago | | | 0 | 0.00054517243 | |
| 21001192 | a month ago | | | 0 | 0.00054838208 | |
| 20754855 | 2 months ago | | | 0 | 0.000087364392 | |
| 20734738 | 2 months ago | | | 0 | 0.00014980869 | |
| 20541743 | 3 months ago | | | 0 | 0.00013064728 | |
| 20539842 | 3 months ago | | | 0 | 0.000096330512 | |
| 20539835 | 3 months ago | | | 0 | 0.000097655662 | |
| 20539835 | 3 months ago | | | 0 | 0.000097655662 | |
| 20539835 | 3 months ago | | | 0 | 0.000097655662 |
ABI
ABI objects
Getter at block 21270697
name() view returns (string)
Dirt Birds
owner() view returns (address)
0x55da0c65810a72da24b83d22709955031de087d6
paused() view returns (bool)
true
symbol() view returns (string)
DB
totalSupply() view returns (uint256)
10000
Read-only
balanceOf(address owner) view returns (uint256)
freeMintedCount(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 to, uint256 tokenId)
collectReserves()
flipSale()
mint(uint256 _quantity) 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 _newBaseUri)
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()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()