The Guardian
Unverified contract
Proxy
Active on
Base with 5,622 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 47 additional slots
-
variable spans 48 additional slots
0x29fb…edf1
-
variable spans 5 additional slots
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USA | ERC-20 | 1 | $0.001584 |
$0 | |
BROGE | ERC-20 | 1K | -- | -- | |
V | ERC-20 | 1K | -- | -- | |
LZPZ | ERC-20 | 2 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21820064 | a day ago | | | 0 | 2.4188788e-7 | |
| 21778426 | 2 days ago | | | 0 | 2.3818342e-7 | |
| 21773675 | 2 days ago | | | 0 | 2.4277265e-7 | |
| 21749143 | 3 days ago | | | 0 | 2.4284511e-7 | |
| 21749138 | 3 days ago | | | 0 | 2.4233787e-7 | |
| 21746506 | 3 days ago | | | 0 | 2.4277265e-7 | |
| 21693324 | 4 days ago | | | 0 | 0.0000015493648 | |
| 21451502 | 10 days ago | | | 0 | 2.4233787e-7 | |
| 21188273 | 16 days ago | | | 0 | 2.3677290e-7 | |
| 21171050 | 16 days ago | | | 0 | 2.4284511e-7 |
ABI
ABI objects
Getter at block 21873358
animationUrl() view returns (string)
ipfs://bafybeidoeaef4mvjod2ws6sspzvvqhfr7bfh37widyjf6mg64xumfcqjx4
collectorFee() view returns (uint256)
777000000000000
didMintEnd() view returns (bool)
true
getMedia() view returns (string)
data:;base64,
imageUrl() view returns (string)
ipfs://bafybeibl6nb65suv4rdsc65chckthiq337cknrl6xw6e4eecdqrwz5vzsi
name() view returns (string)
The Guardian
owner() view returns (address)
0xd444448ed791de5c3635280d78d60d15e34fb73f
settings() view returns (uint256 maxPerAddress, uint256 publicMintPrice, uint256 mintStart, uint256 mintEnd, bool isContractSealed, string description)
(maxPerAddress=0, publicMintPrice=10000000000000000, mintStart=1692547200, mintEnd=1692721800, isContractSealed=false, description=The Degenerate Ape Academy stands with Coinbase as they fight for the future of crypto.)
symbol() view returns (string)
DAAGUARDIAN
totalSupply() view returns (uint256)
3987
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getChunk(uint256 chunkIndex) view returns (bytes)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
verifySignature(bytes32 messageHash, struct Signature signature) pure returns (address)
withdrawRecipients(uint256) view returns (address recipientAddress, uint256 percentage)
State-modifying
Events addChunk(uint256 index, bytes chunk)
addChunk(uint256 total, string _mimetype, bytes chunk)
airdrop(uint256 quantity, address to) payable
airdrop(uint256 quantity, address[] to) payable
approve(address operator, uint256 tokenId) payable
initialize(string _name, string _symbol, struct OpenEditionSettings _settings, struct RoyaltySettings _royaltySettings, struct WithdrawRecipient[] _withdrawRecipients, struct FactorySettings _factorySettings)
mint(uint256 quantity) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes data) payable
sealContract()
setAnimationUrl(string url)
setApprovalForAll(address operator, bool approved)
setImageUrl(string url)
setMaxPerAddress(uint256 maxPerAddress)
setMintEnd(uint256 mintEnd)
setMintStart(uint256 mintStart)
setPublicMintPrice(uint256 publicMintPrice)
signatureMint(struct Signature signature, uint256 _nonce, uint256 _quantity, uint256 _maxPerAddress, uint256 _mintPrice, uint256 _collectorFee) payable
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
BatchMetadataUpdate(uint256 _fromTokenId, uint256 _toTokenId)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
Initialized(uint8 version)
MetadataUpdate(uint256 _tokenId)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
InvalidInput()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
NotAuthorized()
NotAvailable()
OperatorNotAllowed(address operator)
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()