MemeBirds
Verified contract
Active on
Ethereum with 1,908 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 "MemeBirds"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18866855 | a year ago | | | 0 | 0.00030387425 | |
| 18866852 | a year ago | | | 0 | 0.00051591138 | |
| 15145650 | 2 years ago | | | 0 | 0.0010619348 | |
| 15145650 | 2 years ago | | | 0 | 0.0010619348 | |
| 15145650 | 2 years ago | | | 0 | 0.0010600063 | |
| 15082994 | 2 years ago | | | 0 | 0.00087437283 | |
| 14992126 | 2 years ago | | | 0 | 0.00073460353 | |
| 14869122 | 3 years ago | | | 0 | 0.0010834703 | |
| 14834526 | 3 years ago | | | 0 | 0.00059544463 | |
| 14834526 | 3 years ago | | | 0 | 0.00059544463 |
ABI
ABI objects
Getter at block 21310732
Free_MAX_SUPPLY() view returns (uint256)
696
MAX_PER_TX() view returns (uint256)
10
MAX_PER_TX_Free() view returns (uint256)
3
MAX_SUPPLY() view returns (uint256)
10000
baseExtension() view returns (string)
.json
baseURI() view returns (string)
name() view returns (string)
MemeBirds
owner() view returns (address)
0xc51ab802a3819843b1e8cfe488866ba4779c2502
paused() view returns (bool)
false
price() view returns (uint256)
25000000000000000
proxyRegistryAddress() view returns (address)
0xa5409ec958c83c3f309868babaca7c86dcb077c1
revealed() view returns (bool)
false
symbol() view returns (string)
MEM
totalSupply() view returns (uint256)
10000
unrevealedURI() view returns (string)
ipfs://QmZCJL64uhFScHDiB8PnDywh54sF9J99VHZkh9Va2xt8N1
withdrawAddress() view returns (address)
0x62ce780157c5a92aaa1d8830323d578504790336
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)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 _tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256 _amount) payable
pause(bool _state)
renounceOwnership()
reveal(string baseURI_)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseExtension(string _baseExtension)
setBaseURI(string baseURI_)
setUnrevealedURI(string _unrevealedURI)
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.
This contract contains no error objects.