MutantBirdZuki
Verified contract
Active on
Ethereum with 587 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($2,869.98)
Native
Value
$2,869.98
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.864 | $3,321.74 |
$2,869.98 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16359617 | 2 years ago | | | 0 | 0.00068294975 | |
| 16261142 | 2 years ago | | | 0 | 0.00056061469 | |
| 15450574 | 2 years ago | | | 0 | 0.00053251280 | |
| 15410500 | 2 years ago | | | 0 | 0.0011177091 | |
| 15401991 | 2 years ago | | | 0 | 0.00044349781 | |
| 15297499 | 2 years ago | | | 0 | 0.00036496415 | |
| 15249157 | 2 years ago | | | 0 | 0.00014631644 | |
| 15230529 | 2 years ago | | | 0 | 0.00016250058 | |
| 15192931 | 2 years ago | | | 0 | 0.0013292985 | |
| 15189952 | 2 years ago | | | 0 | 0.00030117854 |
ABI
ABI objects
Getter at block 21166629
baseURI() view returns (string)
https://mutant-birdzuki.s3.us-east-2.amazonaws.com/metadata/
freeBird() view returns (uint256)
333
giveAway() view returns (uint256)
10
maxBatchSize() view returns (uint256)
100
maxBird() view returns (uint256)
101
name() view returns (string)
MutantBirdZuki
nextOwnerToExplicitlySet() view returns (uint256)
0
owner() view returns (address)
0x558d0c30e6ecfbcac8c4f4a5feec46a853f885e0
price() view returns (uint256)
4000000000000000
supplyBird() view returns (uint256)
3334
symbol() view returns (string)
MutantBirdZuki
totalSupply() view returns (uint256)
649
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)
doGiveAway()
freeMint() payable
mint(uint256 count) payable
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)
setGiveAway(uint256 _newGA)
setMax(uint256 _newMax)
setPrice(uint256 _newPrice)
setSupply(uint256 _newSupplyBird)
setprivateBird(uint256 _newfreeBird)
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.