USDeads

Verified contract

Active on Ethereum with 642 txns
Deployed by via 0x053a7079 at 16814456
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value $31.56
0x14e8b537fa1aa1acf88568200ff5ad0a82b05eec13f2bad151992906ecaa77c1
0xa802286490d3241bf090a6c69886b6734fc54ecfdf76e8b08241106eaf9ed3ee
0x7e08e39e9106257292b073b6b7a2f862751e126880ea6ef024ce78bc86ee6e7f
0xf884b272213427e05333cc15864e7495be65aa53e828086863e7b3a2caac0fc3
0xf4e1c0bfcfcb112f53715ee07ba60e9be6f5b0819a3470f9d44452e27e0770b7
0xf23311a04432c6fdd0179814e59a636a2e49f89d645a8b0c9eea94cda517f346
0xca9201cb5d23586eca5c7cb6378df7e1abe8c6cf2e421bc778b82bcb9148ca23
0x16d5f42e3953faf70b6569dec25f489e4d0bd0fde5ec65720ba5c1735fcd1310
0x690badda50cc69bcf0fd3bc176f4f313fa2975c1e3661a1eb5985ca103f6852e
0x038a301163d30a69c8fecfd39313172ef43f76cdafb838e01506a45fc105991f

Functions
Getter at block 20863496
MAX_PER_TX(view returns (uint256)
5
MAX_PER_TX_FREE(view returns (uint256)
1
MAX_SUPPLY(view returns (uint256)
3333
MINT_PRICE(view returns (uint256)
3000000000000000
_rAm(view returns (uint96)
500
baseURI(view returns (string)
ipfs://QmaUrJrqTw7273DqPL2BcEMhTea9CePr9zFR26SMSkPS6C/
isPublicSale(view returns (bool)
true
name(view returns (string)
USDeads
owner(view returns (address)
0x9ea15290f854c443ff8c05958d77c6faa7552536
symbol(view returns (string)
USDeads
totalFreeMinted(view returns (uint256)
671
totalSupply(view returns (uint256)
1239
Read-only
_mintedFreeAmount(addressview returns (uint256)
_totalMintedAmount(addressview returns (uint256)
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
royaltyInfo(uint256 _tokenIduint256 _salePriceview returns (addressuint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 _tokenIdview returns (string)
State-modifying
approve(address touint256 tokenId
devMint(uint256 count
mint(uint256 countpayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string _baseURI
setFreeSupply(uint256 _freeSupply
setMintPrice(uint256 _price
setRoyaltyInfo(address receiveruint96 feeBasisPoints
togglePublicSale(bool _isPublicSale
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
withdrawMoney(
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(
Fallback and receive

This contract contains no fallback and receive objects.

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