ShapellaUpgrade
Verified contract
Active on
Ethereum with 233,896 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
SHAPELLA | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21142573 | 2 days ago | | | 0 | 0.00092857110 | |
| 21138678 | 3 days ago | | | 0 | 0.00048612450 | |
| 21138677 | 3 days ago | | | 0 | 0.00082195060 | |
| 21135765 | 3 days ago | | | 0 | 0.00079943559 | |
| 21133940 | 3 days ago | | | 0 | 0.00036302016 | |
| 21122296 | 5 days ago | | | 0 | 0.00042310573 | |
| 21121812 | 5 days ago | | | 0 | 0.00014316350 | |
| 21121102 | 5 days ago | | | 0 | 0.00011644401 | |
| 21120872 | 5 days ago | | | 0 | 0.00012243149 | |
| 21119457 | 6 days ago | | | 0 | 0.00012174698 |
ABI
ABI objects
Getter at block 21158862
isFrozen() view returns (bool)
false
mintOpenUntil() view returns (uint64)
1681603163
name() view returns (string)
ShapellaUpgrade
owner() view returns (address)
0xab9e1ddf806a20c9b06a94c655a59c3edf495ca5
symbol() view returns (string)
SHAPELLA
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events adminMintContributorNfts(address[] recipients)
adminMintTo(uint256 tokenId, address recipient)
adminSetFrozen()
adminSetTokenUris(string contributorTokenUri, string openEditionTokenUri)
approve(address to, uint256 tokenId)
publicMint()
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setActive()
setApprovalForAll(address operator, bool approved)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string contributorTokenUri, string openEditionTokenUri)
This contract contains no fallback and receive objects.
AlreadySetActive()
InvalidToken()
MintNotActive()
RecipientLengthDoesNotMatchSupply()
SoldOut()
TokenUrisFrozen()