UranusBirds
Verified contract
Active on
Ethereum with 700 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 "UranusBirds"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16673617 | 2 years ago | | | 0 | 0.0010029539 | |
| 16673615 | 2 years ago | | | 0 | 0.0010072615 | |
| 15703990 | 2 years ago | | | 0 | 0.00045869253 | |
| 15292841 | 2 years ago | | | 0 | 0.00036712495 | |
| 15289175 | 2 years ago | | | 0 | 0.00059118050 | |
| 15288776 | 2 years ago | | | 0 | 0.00026683482 | |
| 15288734 | 2 years ago | | | 0 | 0.00018318975 | |
| 15288324 | 2 years ago | | | 0 | 0.00028024200 | |
| 15288294 | 2 years ago | | | 0 | 0.00032368034 | |
| 15288284 | 2 years ago | | | 0 | 0.00035424885 |
ABI
ABI objects
Getter at block 21292788
cost() view returns (uint256)
0
hiddenMetadataUri() view returns (string)
ipfs
maxMintAmountPerTx() view returns (uint256)
5
maxMintAmountPerWallet() view returns (uint256)
10
maxSupply() view returns (uint256)
3333
name() view returns (string)
UranusBirds
owner() view returns (address)
0x2f45f7ed9c9f6859b4796a346a11cce4fabf0c8c
paused() view returns (bool)
false
revealed() view returns (bool)
true
symbol() view returns (string)
URANUSBIRD
totalSupply() view returns (uint256)
3333
uriPrefix() view returns (string)
https://ipfs.io/ipfs/QmNWVcStULunkxGHfwPDLAgT4jf7gi8FfeHpnH9PL1XE5x/
uriSuffix() view returns (string)
.json
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)
walletOfOwner(address _owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256 _mintAmount) payable
mintForAddress(uint256 _mintAmount, address _receiver)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setCost(uint256 _cost)
setHiddenMetadataUri(string _hiddenMetadataUri)
setMaxMintAmountPerTx(uint256 _maxMintAmountPerTx)
setMaxMintAmountPerWallet(uint256 _maxMintAmountPerWallet)
setPaused(bool _state)
setRevealed(bool _state)
setUriPrefix(string _uriPrefix)
setUriSuffix(string _uriSuffix)
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(string _tokenName, string _tokenSymbol, uint256 _cost, uint256 _maxSupply, uint256 _maxMintAmountPerTx, uint256 _maxMintAmountPerWallet, string _hiddenMetadataUri)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()