AngryDinos
Verified contract
Active on
Ethereum with 10,287 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 "AngryDinos"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21109158 | 2 days ago | | | 0 | 0.00011929628 | |
| 21108567 | 2 days ago | | | 0 | 0.00014441009 | |
| 21019465 | 14 days ago | | | 0 | 0.00022647457 | |
| 21019459 | 14 days ago | | | 0 | 0.00020677489 | |
| 20895393 | a month ago | | | 0 | 0.000079916860 | |
| 20895391 | a month ago | | | 0 | 0.000065914315 | |
| 20887484 | a month ago | | | 0 | 0.00021399238 | |
| 20887059 | a month ago | | | 0 | 0.00030325297 | |
| 20560027 | 3 months ago | | | 0 | 0.000031166003 | |
| 20500962 | 3 months ago | | | 0 | 0.000024334831 |
ABI
ABI objects
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 maxPerWallet, uint16 maxSupply, uint112 price)
(maxPerWallet=1, maxSupply=4444, price=0)
totalSupply() view returns (uint256)
4444
Read-only
balanceOf(address owner) view returns (uint256)
claimedSig(bytes) view returns (bool)
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)
royaltyInfo(uint256, uint256 value) view returns (address, uint256)
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)
editPrice(uint112 newPrice)
editState(uint8 newState)
editSupply(uint16 newSupply)
editURI(string newURI)
mint(uint256 quantity) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
whitelistMint(bytes signature)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(uint8 maxPerWallet, uint16 maxSupply, uint112 price, address royaltyAddress, uint256 royaltyPercentage, string baseURI)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApproveToCaller()
BalanceQueryForZeroAddress()
InvalidQueryRange()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()