Phoblintown
Verified contract
Active on
Ethereum with 396 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 "Phoblintown"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14826532 | 3 years ago | | | 0 | 0.0010800355 | |
| 14826499 | 3 years ago | | | 0 | 0.0012008052 | |
| 14823677 | 3 years ago | | | 0 | 0.0016548189 | |
| 14822268 | 3 years ago | | | 0 | 0.00097219114 | |
| 14821528 | 3 years ago | | | 0 | 0.0016284056 | |
| 14821527 | 3 years ago | | | 0 | 0.0017207996 | |
| 14821527 | 3 years ago | | | 0 | 0.0021329628 | |
| 14821442 | 3 years ago | | | 0 | 0.00070902573 | |
| 14821438 | 3 years ago | | | 0 | 0.00079013597 | |
| 14821435 | 3 years ago | | | 0 | 0.00076167613 |
ABI
ABI objects
Getter at block 21249017
FREE_MAX_SUPPLY() view returns (uint256)
600
MAX_MINTS() view returns (uint256)
10
MAX_PER_TX_FREE() view returns (uint256)
10
MAX_SUPPLY() view returns (uint256)
2000
NFT_PRICE() view returns (uint256)
0
baseExtension() view returns (string)
.json
baseURI() view returns (string)
ipfs://QmXSGFbQo4haHbPvuofvdZwQU3eTC4auSuPXNUc4h1XgJZ/
name() view returns (string)
Phoblintown
nextOwnerToExplicitlySet() view returns (uint256)
0
owner() view returns (address)
0x4b7274ce8ac78b396a05d74037a72f913ba004c9
paused() view returns (bool)
false
symbol() view returns (string)
PHTWN
totalSupply() view returns (uint256)
2000
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)
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)
mint(uint256 numTokens) payable
pause(bool _state)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string newBaseURI)
setMaxFreeMints(uint256 newFreeMax)
setPrice(uint256 newPrice)
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.
This contract contains no error objects.