Resurrection Official
Verified contract
Active on
Ethereum with 920 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($3.11)
Native
Value
$3.11
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.001 | $3,112.02 |
$3.11 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16856165 | 2 years ago | | | 0 | 0.00063951283 | |
| 16856148 | 2 years ago | | | 0 | 0.0012566463 | |
| 16856118 | 2 years ago | | | 0 | 0.0011753047 | |
| 16856114 | 2 years ago | | | 0 | 0.00093137875 | |
| 16856110 | 2 years ago | | | 0.001 | 0.0013957774 | |
| 16123634 | 2 years ago | | | 0 | 0.00063629889 | |
| 16013361 | 2 years ago | | | 0 | 0.00059353305 | |
| 15981669 | 2 years ago | | | 0 | 0.00063497316 | |
| 15981511 | 2 years ago | | | 0 | 0.00059947997 | |
| 15962094 | 2 years ago | | | 0 | 0.00077361418 |
ABI
ABI objects
Getter at block 21214199
maxPerTx() view returns (uint32)
10
maxSupply() view returns (uint32)
3000
mintPrice() view returns (uint256)
1000000000000000
name() view returns (string)
Resurrection Official
owner() view returns (address)
0xd782d1619b3c32da8a242c34f45bd2d1429fbc5a
symbol() view returns (string)
Res
totalSupply() view returns (uint256)
0
uriPrefix() view returns (string)
ipfs://QmZ8tFD2HAc6TQGcWHQztceWLQvha2bYrXaEpU5rzpnzwm/
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 PublicMint(uint256 amount) payable
approve(address to, uint256 tokenId)
burn(uint256 amount)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setResurrection()
setUri(string uri)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
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()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()