BTC Bird
Verified contract
Active on
Ethereum with 1,124 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 "BTC Bird"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21149595 | 10 days ago | | | 0 | 0.00055932159 | |
| 21096797 | 17 days ago | | | 0 | 0.00019031188 | |
| 19437510 | 8 months ago | | | 0 | 0.0027801296 | |
| 19279208 | 9 months ago | | | 0 | 0.0030142463 | |
| 19049944 | 10 months ago | | | 0 | 0.00077509308 | |
| 18953613 | 10 months ago | | | 0 | 0.0015244265 | |
| 18952394 | 10 months ago | | | 0 | 0.00061078298 | |
| 18942822 | 10 months ago | | | 0 | 0.00088445146 | |
| 18942786 | 10 months ago | | | 0 | 0.0010440624 | |
| 18907923 | a year ago | | | 0 | 0.00068202222 |
ABI
ABI objects
Getter at block 21218977
BASE_URI() view returns (string)
https://ipfs.io/ipfs/bafybeiaqc7euz3zvokk5ms7z7xitdfddvzyzi7rbro6negn7peot7rwiyi
DIFFICULTY() view returns (uint256)
200000000
EDITABLE() view returns (bool)
false
MAX_SUPPLY() view returns (uint256)
1000
TOKEN_ID() view returns (uint256)
14
VERSION() view returns (uint32)
1
circulatingSupply() view returns (uint256)
1000
name() view returns (string)
BTC Bird
owner() view returns (address)
0x6520d71fc6226f6743ce571f0e9aa58c406a58cd
symbol() view returns (string)
BTCB
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 approve(address to, uint256 tokenId)
mint(uint256 nonce)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
updateToken(uint256 incrSupply, uint256 miningDifficulty, string baseURI, bool editable)
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(uint256 tokenId, address initialOwner, string tokenName, string tokenSymbol, uint256 maxSupply, string baseURI, uint256 miningDifficulty, bool editable)
This contract contains no fallback and receive objects.
ERC721IncorrectOwner(address sender, uint256 tokenId, address owner)
ERC721InsufficientApproval(address operator, uint256 tokenId)
ERC721InvalidApprover(address approver)
ERC721InvalidOperator(address operator)
ERC721InvalidOwner(address owner)
ERC721InvalidReceiver(address receiver)
ERC721InvalidSender(address sender)
ERC721NonexistentToken(uint256 tokenId)
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)