ivedoneit

Verified contract

Active on Ethereum with 2,260 txns
Deployed by via 0x4fa0f479 at 14880605
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "ivedoneit"

0xdbebde6fea099bb5e6b067deec4ed269c14faaa88cb8f5c5c1532b19f9eb11c0
0xe2e86cb99b416cce3d85861322930ff141aa6b688fef35f2c2076fc4d74b28e9
0xfdff31d6bbf502997fb8a5417da834eeb3ee298ccb8272b1bba2bc970b2aae80
0xbd850775a1df3a955243941d65210e1f9b61b44e35da92efc1c17ec5c502d542
0xcfb5ff79931d79c818d871ec2286b28ae844a5218b2992990c3b66d282e89df4
0x4a60d57b80ed42c9a0837ee3bab92d147e003416a336c1426918e9ce3e547cd9
0x777e592bb2db15f54022db05977ce958ab4ea0439a028694f024b991194f4d8c
0x7088657ea75aa79a53781d17b1e4a7f4072617db81daff5253cd1d77cf88164f
0x84bbfa6d28b61a221af19a730a6cd2e30ba17db3eb24fc8682cca83801cb3cd9
0xab50de17216e47d6d53be04cfef1c4d93b7b1d38333ee1582db2b9f25728bb90
From

Functions
Getter at block 21397186
MAX_NFT_PER_TRAN(view returns (uint256)
20
MINT_PRICE(view returns (uint256)
7700000000000000
contractURI(pure returns (string)
isMetadataFinal(view returns (bool)
false
isPaused(view returns (bool)
false
maxSupply(view returns (uint256)
1000
name(view returns (string)
ivedoneit
owner(view returns (address)
0x267ab4c7df9db2f49f444ce86b5240fd4dc65395
prerevealURL(view returns (string)
symbol(view returns (string)
DONEIT
totalSupply(view returns (uint256)
1000
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
mintedCount(address ownerview returns (uint256)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
airdrop(address touint256 count
approve(address touint256 tokenId
finalizeMetadata(
mint(uint256 countpayable 
reduceSupply(uint256 newMaxSupply
renounceOwnership(
reveal(string url
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setPause(bool value
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
withdraw(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(address splitterAddress
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(