Two Piece Manga
Verified contract
Active on
Ethereum with 2,446 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($4,325.24)
Native
Value
$4,325.24
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 1.11159 | $3,891.04 |
$4,325.24 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16595487 | 2 years ago | | | 0 | 0.0015477481 | |
| 16298176 | 2 years ago | | | 0 | 0.00078844544 | |
| 16088001 | 2 years ago | | | 0 | 0.00055541777 | |
| 15587128 | 2 years ago | | | 0 | 0.00032925970 | |
| 15587125 | 2 years ago | | | 0 | 0.00035943024 | |
| 15587123 | 2 years ago | | | 0 | 0.00033844791 | |
| 15587120 | 2 years ago | | | 0 | 0.00031150287 | |
| 15587120 | 2 years ago | | | 0 | 0.00043170098 | |
| 15458210 | 2 years ago | | | 0 | 0.00059776468 | |
| 15444751 | 2 years ago | | | 0 | 0.00048816734 |
ABI
ABI objects
Getter at block 21389134
_maxSupply() view returns (uint32)
1987
_metadataURI() view returns (string)
https://twopiecemanga.com/metadata/
_price() view returns (uint256)
6900000000000000
_started() view returns (bool)
true
_teamMinted() view returns (uint32)
1
_teamReserved() view returns (uint32)
5
_txLimit() view returns (uint32)
20
_walletLimit() view returns (uint32)
200
name() view returns (string)
Two Piece Manga
owner() view returns (address)
0x286c10a824e1e909402d84e5c09dd30c8c977cf8
symbol() view returns (string)
MANGA
totalSupply() view returns (uint256)
1982
Read-only
_state(address minter) view returns (struct TwoPieceHelperState)
balanceOf(address owner) view returns (uint256)
explicitOwnershipOf(uint256 tokenId) view returns (struct IERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIds) view returns (struct IERC721ATokenOwnership[])
getApproved(uint256 tokenId) view returns (address)
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)
tokensOfOwner(address owner) view returns (uint256[])
tokensOfOwnerIn(address owner, uint256 start, uint256 stop) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
devMint(address to, uint32 amount)
mint(uint32 amount) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setFeeNumerator(uint96 feeNumerator)
setMaxSupply(uint32 maxSupply)
setMetadataURI(string uri)
setPrice(uint256 price)
setStarted(bool started)
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)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
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()
ApproveToCaller()
BalanceQueryForZeroAddress()
InvalidQueryRange()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()