StayAwayFromTheBirds
Verified contract
Active on
Ethereum with 711 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 "StayAwayFromTheBirds"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21167861 | 6 days ago | | | 0 | 0.0015865779 | |
| 19278448 | 9 months ago | | | 0 | 0.0015635841 | |
| 19082336 | 10 months ago | | | 0 | 0.00054507177 | |
| 18883056 | a year ago | | | 0 | 0.0012187151 | |
| 18883045 | a year ago | | | 0 | 0.0013176353 | |
| 18146801 | a year ago | | | 0 | 0.00038141170 | |
| 17706256 | a year ago | | | 0 | 0.00096943997 | |
| 17584487 | a year ago | | | 0 | 0.00091923897 | |
| 17517957 | a year ago | | | 0 | 0.00068952045 | |
| 17431004 | a year ago | | | 0 | 0.0010013615 |
ABI
ABI objects
Getter at block 21211215
maxSupply() view returns (uint256)
999
name() view returns (string)
StayAwayFromTheBirds
owner() view returns (address)
0x9bd938fd28bcf210517146b4611afd4c13548940
price() view returns (uint256)
2000000000000000
symbol() view returns (string)
SAFTB
totalSupply() view returns (uint256)
999
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)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId) payable
publicMint(uint256 amount) payable
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data) payable
setApprovalForAll(address operator, bool approved)
setUri(string _uri)
transferFrom(address from, address to, uint256 tokenId) payable
treasuMint(uint16 _mintAmount, address _addr)
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)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()