Astraglade
Verified contract
Active on
Ethereum with 830 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
5 additional
variables
Balances ($30.00)
Native
Value
$30
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.008385 | $3,577.56 |
$30 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20539086 | 4 months ago | | | 0 | 0.000048832412 | |
| 18861449 | a year ago | | | 0 | 0.00089157628 | |
| 18804158 | a year ago | | | 0 | 0.0013720224 | |
| 18774510 | a year ago | | | 0 | 0.0022305000 | |
| 18509078 | a year ago | | | 0 | 0.0011119876 | |
| 17340797 | 2 years ago | | | 0 | 0.0012783834 | |
| 17059141 | 2 years ago | | | 0 | 0.0010293958 | |
| 17044942 | 2 years ago | | | 0 | 0.0011023584 | |
| 16912066 | 2 years ago | | | 0 | 0.00093562202 | |
| 16605852 | 2 years ago | | | 0 | 0.00037855057 |
ABI
ABI objects
Getter at block 21324237
artBlocks() view returns (address)
0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270
contractOperator() view returns (address)
0xd1eddfcc4596cc8bd0bd7495beab9b979fc50336
contractURI() view returns (string)
ipfs://ipfs/QmRm1pxZeBi71iRajLbc3pag7MVyekaCMSWLcCoBj7uU6h
expiration() view returns (uint256)
0
getBaseRenderURI() view returns (string)
ipfs://ipfs/QmP85DSrtLAxSBnct9iUr7qNca43F3E4vuG6Jv5aoTh9w7
getDescription() view returns (string)
Astraglade is an interactive, generative, 3D collectible project. Astraglades are collected through a unique social collection mechanism. Each version of Astraglade can be signed with a signature which will remain in the artwork forever.
getExpiration() view returns (uint256)
900
getPrice() pure returns (uint256)
88800000000000000
lastTokenId() view returns (uint256)
765
mintSigner() view returns (address)
0x181f8d7ac9bfcda272fc07419f1593874f0724cb
name() view returns (string)
Astraglade
oldAstragladeContract() view returns (address)
0xfb823ef60e00f8b151dbc2907bcf0a8f66476702
oldMetaHolder() view returns (address)
0x15cac8ce4cb4f0a634bc20ac3bc6a405e06ea0ad
owner() view returns (address)
0xf2a841f4025159e5a845de3172384a7bca00ddde
remainingGiveaways() view returns (uint256)
95
symbol() view returns (string)
ASGD
totalSupply() view returns (uint256)
723
Read-only
balanceOf(address owner) view returns (uint256)
createMintingOrder(address to, uint256 seed, string signature, string imageHash) view returns (struct AstragladeUpgradeMintingOrder mintingOrder, bytes32 message)
feeRecipients(uint256) view returns (address)
getApproved(uint256 tokenId) view returns (address)
getAstraglade(uint256 tokenId) view returns (struct AstragladeUpgradeAstragladeMeta astraglade)
giveaways(address) view returns (uint8)
hashMintingOrder(struct AstragladeUpgradeMintingOrder mintingOrder) pure returns (bytes32)
isApprovedForAll(address owner, address operator) view returns (bool)
isOperator(address operator) view returns (bool)
isOwnersOpenSeaProxy(address owner, address operator) view returns (bool)
messageToTokenId(bytes32) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
petriRedeemed(uint256) view returns (bool)
renderTokenURI(uint256 tokenId) view returns (string)
requestUpdates(uint256) view returns (bool)
royaltyInfo(uint256, uint256 value) view returns (address receiver, uint256 royaltyAmount)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenIdFromOrder(struct AstragladeUpgradeMintingOrder mintingOrder) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
burn(uint256 tokenId)
giveaway(address winner, uint8 count)
mint(struct AstragladeUpgradeMintingOrder mintingOrder, bytes mintingSignature, uint256 petriId) payable
onERC721Received(address, address from, uint256 tokenId, bytes) returns (bytes4)
renounceOwnership()
requestMetaUpdate(uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseRenderURI(string newRenderURI)
setContractOperator(address newOperator)
setContractURI(string contractURI_)
setDescription(string newDescription)
setExpiration(uint256 newExpiration)
setFeeRecipient(address newFeeRecipient, uint8 index)
setMintingSigner(address mintSigner_)
setOldMetaHolder(address oldMetaHolder_)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
updateMeta(uint256 tokenId, string newImageHash, string newSignature)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
AstragladeUpgraded(address indexed operator, uint256 indexed tokenId)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RequestUpdate(address indexed operator, uint256 indexed tokenId)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string name_, string symbol_, string contractURI_, address openseaProxyRegistry_, address mintSigner_, address owner_, address oldAstragladeContract_, address oldMetaHolder_, address artBlocks_)
receive()
This contract contains no error objects.