Freebirds
Verified contract
Active on
Ethereum with 2,260 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 "Freebirds"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19634751 | 7 months ago | | | 0 | 0.00092570538 | |
| 19528598 | 8 months ago | | | 0 | 0.0016110703 | |
| 18811653 | a year ago | | | 0 | 0.00085332529 | |
| 18615062 | a year ago | | | 0 | 0.0015645610 | |
| 18477253 | a year ago | | | 0 | 0.00094824554 | |
| 18089226 | a year ago | | | 0 | 0.00045177476 | |
| 17970486 | a year ago | | | 0 | 0.0019661377 | |
| 17968222 | a year ago | | | 0 | 0.00058958634 | |
| 17968219 | a year ago | | | 0 | 0.00085417241 | |
| 17968217 | a year ago | | | 0 | 0.00095052453 |
ABI
ABI objects
Getter at block 21225468
name() view returns (string)
Freebirds
owner() view returns (address)
0xf99b11016b4e9ab00226446af3715610359fa8cd
symbol() view returns (string)
FREEBIRDS
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)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events DropTime(address[] _addresses)
approve(address to, uint256 tokenId)
mint(uint256 quantity)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
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()
This contract contains no fallback and receive objects.
AllMinted()
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApproveToCaller()
BalanceQueryForZeroAddress()
Max5PerTx()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()