McDownBad
Verified contract
Active on
Ethereum with 321 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 "McDownBad"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15074094 | 2 years ago | | | 0 | 0.00042124625 | |
| 14844105 | 3 years ago | | | 0 | 0.0021516883 | |
| 14826500 | 3 years ago | | | 0 | 0.0013413441 | |
| 14826493 | 3 years ago | | | 0 | 0.0010051401 | |
| 14826283 | 3 years ago | | | 0 | 0.0016901678 | |
| 14825361 | 3 years ago | | | 0 | 0.0019740501 | |
| 14825150 | 3 years ago | | | 0 | 0.0011571707 | |
| 14823294 | 3 years ago | | | 0 | 0.00067618049 | |
| 14821304 | 3 years ago | | | 0 | 0.0010135559 | |
| 14820894 | 3 years ago | | | 0 | 0.00077204673 |
ABI
ABI objects
Getter at block 21307222
FREE_SUPPLY() view returns (uint256)
2222
MAX_MINT() view returns (uint256)
11
MAX_SUPPLY() view returns (uint256)
4445
name() view returns (string)
McDownBad
owner() view returns (address)
0x9865c73f395c1350bb79189826e1c7045b6e0c3d
revealed() view returns (bool)
false
saleActive() view returns (bool)
false
symbol() view returns (string)
MCDB
tokenPrice() view returns (uint256)
10000000000000000
totalSupply() view returns (uint256)
2273
Read-only
balanceOf(address owner) view returns (uint256)
explicitOwnershipOf(uint256 tokenId) view returns (struct IERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIds) view returns (struct IERC721ATokenOwnership[])
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)
tokensOfOwner(address owner) view returns (uint256[])
tokensOfOwnerIn(address owner, uint256 start, uint256 stop) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
flipReveal()
flipSaleActive()
mcDownBaddddddd(uint256 _numberOfTokens) payable
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _baseURIExtended)
setOwner(address newOwner)
setUnrevealedURI(string _unrevealed)
transferFrom(address from, address to, uint256 tokenId)
withdrawETH()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnerUpdated(address indexed user, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(address _devWallet, string _initBaseURI)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
InvalidQueryRange()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()