Portal Monsters
Verified contract
Active on
Ethereum with 241 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Portal Monsters"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16258845 | 2 years ago | | | 0 | 0.00032896237 | |
| 16258696 | 2 years ago | | | 0 | 0.00064648888 | |
| 16257209 | 2 years ago | | | 0.003 | 0.0010819264 | |
| 16257204 | 2 years ago | | | 0.003 | 0.00097222265 | |
| 16257175 | 2 years ago | | | 0 | 0.00060594697 | |
| 16257137 | 2 years ago | | | 0.009 | 0.00073509320 | |
| 16257137 | 2 years ago | | | 0.009 | 0.00091562533 | |
| 16257096 | 2 years ago | | | 0.003 | 0.00092881585 | |
| 16257080 | 2 years ago | | | 0.009 | 0.0010807799 | |
| 16257075 | 2 years ago | | | 0.009 | 0.00098692013 |
ABI
ABI objects
Getter at block 21197024
OPERATOR_FILTER_REGISTRY() view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
baseExtension() view returns (string)
.json
baseURI() view returns (string)
ipfs://bafybeiggmnej4bjr4jynwz4stubi3mutlznr4fitt7s5saiela4hnfb3ny
maxPerTransaction() view returns (uint256)
10
maxSupply() view returns (uint256)
999
name() view returns (string)
Portal Monsters
owner() view returns (address)
0xf910b2052d42f28ff29b44d117a1a6ab98698189
price() view returns (uint256)
3000000000000000
symbol() view returns (string)
PM
totalSupply() view returns (uint256)
253
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 approve(address operator, uint256 tokenId) payable
publicMint(uint256 amount) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes data) payable
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI_)
setPrice(uint256 newPrice)
transferFrom(address from, address to, uint256 tokenId) payable
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()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OperatorNotAllowed(address operator)
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()