Peppermint Rorschach - Genesis 1MM
Verified contract
Active on
Ethereum with 49 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($75.20)
Native
Value
$75.2
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.0241 | $3,120.38 |
$75.2 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15638130 | 2 years ago | | | 0.0065 | 0.0044055163 | |
| 15606819 | 2 years ago | | | 0 | 0.00049176777 | |
| 15398908 | 2 years ago | | | 0 | 0.00059106745 | |
| 15398475 | 2 years ago | | | 0.008 | 0.0032661120 | |
| 15384072 | 2 years ago | | | 0.0016 | 0.00058319771 | |
| 15381345 | 2 years ago | | | 0.0016 | 0.00056405643 | |
| 15294034 | 2 years ago | | | 0.0064 | 0.0013592811 | |
| 15292410 | 2 years ago | | | 0 | 0.00017566710 | |
| 15284679 | 2 years ago | | | 0 | 0.0013775325 | |
| 15284063 | 2 years ago | | | 0.008 | 0.0036047809 |
ABI
ABI objects
Getter at block 21221536
_pricePer() view returns (uint256)
650000000000000
name() view returns (string)
Peppermint Rorschach - Genesis 1MM
owner() view returns (address)
0x27607df15aa481d31dceedc2572ae083809f6995
symbol() view returns (string)
ROAR
totalSupply() view returns (uint256)
1000000
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getBurns(uint256 tokenId) view returns (uint256)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) 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)
batchTransfer(address to, uint256[] tokenIds) returns (uint256 amountTransferred)
batchTransferFrom(address from, address to, uint256[] tokenIds) returns (uint256 amountTransferred)
burn(uint256 tokenId)
preMint()
purchase(uint256 amount) payable returns (uint256 amountTransferred)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setPrice(uint256 newPrice)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawERC1155(address receiver, address tokenAddress, uint256 tokenId, uint256 amount)
withdrawERC721(address receiver, address tokenAddress, uint256 tokenId)
withdrawErc20(address receiver, address tokenAddress, uint256 amount)
withdrawEther(address receiver, uint256 amount)
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 fromAddress, address indexed toAddress)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PriceUpdate(uint256 newPrice)
Purchase(address indexed newOwner, uint256 amount, uint256 lastTokenId)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
WithdrawERC1155(address indexed receiver, address indexed tokenAddress, uint256 indexed tokenId, uint256 amount)
WithdrawERC20(address indexed receiver, address indexed tokenAddress, uint256 amount)
WithdrawERC721(address indexed receiver, address indexed tokenAddress, uint256 indexed tokenId)
WithdrawEther(address indexed receiver, uint256 amount)
constructor(string name, string symbol, string baseUri, uint256 maxSupply)
This contract contains no fallback and receive objects.
This contract contains no error objects.