AngryDinos

Verified contract

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

No balances found for "AngryDinos"

0x39e4a7f3770c2ad250ad66f7698b92b1fcd97b427e4b6bf6eeac3247bf7fbf93
0xeddbf60108b4fa0194c97a2363add466fbf4d7d91469b729f068823a76bda359
0xbb20b02a673919aa705047a8a01920f79f36e49600b237f4faff908871597237
0x2f4a2c5b5f81af4ae077f8eb73d4d1ae3482ae2f64c13b6aa56a4294a4343113
0xf2d46076dc9e92f08ada071c373a7f1864c92423d36c9879524927756db2936e
0x70afce9a9afe7960f5c938e68526e0bee3b7ae04a9f9c82bfdf3bfc46f037123
0xe2799b3a0a7e0fa29de49986501a92e8f1b878e22b2a395412b2a876521c9a23
0x0ad664a9d81ff5791871514f529a250897ce9ed8ed03ac75ed6124a5f0e39bb9
0x9cbe5376362879a1e5c5743bfebb676aa5bde3d3446cfed34c8aed2520fcf031
0xba8f917e6c4ba7462e03cdb82ed998c85d0260389bd60de8a7e42fc400a4bc8f

Functions
Getter at block 21120880
name(view returns (string)
AngryDinos
owner(view returns (address)
0xb9862ca9ed78a9be216b8582db515c0b050c5430
saleState(view returns (uint8)
1
signer(view returns (address)
0x9e6376d88d7cb9bfc8a3a87bf12853017460e544
symbol(view returns (string)
AD
tokenInfo(view returns (uint8 maxPerWalletuint16 maxSupplyuint112 price)
(maxPerWallet=1, maxSupply=4444, price=0)
totalSupply(view returns (uint256)
4444
Read-only
balanceOf(address ownerview returns (uint256)
claimedSig(bytesview returns (bool)
explicitOwnershipOf(uint256 tokenIdview returns (struct IERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIdsview returns (struct IERC721ATokenOwnership[])
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
royaltyInfo(uint256uint256 valueview returns (addressuint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
tokensOfOwner(address ownerview returns (uint256[])
tokensOfOwnerIn(address owneruint256 startuint256 stopview returns (uint256[])
State-modifying
approve(address touint256 tokenId
editPrice(uint112 newPrice
editState(uint8 newState
editSupply(uint16 newSupply
editURI(string newURI
mint(uint256 quantitypayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
whitelistMint(bytes signature
withdraw(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(uint8 maxPerWalletuint16 maxSupplyuint112 priceaddress royaltyAddressuint256 royaltyPercentagestring baseURI
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApproveToCaller(
BalanceQueryForZeroAddress(
InvalidQueryRange(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(