MoonBirbs
Verified contract
Active on
Ethereum with 421 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 "MoonBirbs"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18901031 | a year ago | | | 0 | 0.00072181618 | |
| 18895902 | a year ago | | | 0 | 0.00073342568 | |
| 17113818 | 2 years ago | | | 0 | 0.0022174328 | |
| 17030524 | 2 years ago | | | 0 | 0.00093284102 | |
| 16300439 | 2 years ago | | | 0 | 0.0011396434 | |
| 16099291 | 2 years ago | | | 0 | 0.00065777116 | |
| 16099289 | 2 years ago | | | 0 | 0.00073830010 | |
| 16099287 | 2 years ago | | | 0 | 0.00068706201 | |
| 16098037 | 2 years ago | | | 0 | 0.00064664092 | |
| 15966880 | 2 years ago | | | 0 | 0.00074264563 |
ABI
ABI objects
Getter at block 21303241
FREE_MAX_SUPPLY() view returns (uint256)
111
MAX_PER_TX() view returns (uint256)
10
MAX_PER_TX_FREE() view returns (uint256)
1
MAX_SUPPLY() view returns (uint256)
999
baseExtension() view returns (string)
.json
baseURI() view returns (string)
ipfs://QmdCLYdAfUGe3p3tHuRAFzSk7amgvqr4fttRZYUNkrDXwM/
contractURI() view returns (string)
ipfs://QmTtyNjw5NQ9n2NANUnA5L8vjJygMiFuBKgSMkFCVhASg6
name() view returns (string)
MoonBirbs
owner() view returns (address)
0xc5946b044252034465e193016404743f469fe2c9
paused() view returns (bool)
false
price() view returns (uint256)
0
proxyRegistryAddress() view returns (address)
0xa5409ec958c83c3f309868babaca7c86dcb077c1
symbol() view returns (string)
BIRB
totalSupply() view returns (uint256)
999
Read-only
balanceOf(address owner) view returns (uint256)
freeMinted(address) 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 _amount) payable
pause(bool _state)
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_)
setContractURI(string _contractURI)
setPrice(uint256 _price)
setupOS()
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()