Pheudalz
Verified contract
Active on
Ethereum with 2,182 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 "Pheudalz"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16427787 | 2 years ago | | | 0 | 0.0013950270 | |
| 16308065 | 2 years ago | | | 0 | 0.00070371206 | |
| 16091809 | 2 years ago | | | 0 | 0.00034799800 | |
| 15945063 | 2 years ago | | | 0 | 0.00076168214 | |
| 15841754 | 2 years ago | | | 0 | 0.0018141075 | |
| 15622225 | 2 years ago | | | 0 | 0.00022371300 | |
| 15602838 | 2 years ago | | | 0 | 0.00028533128 | |
| 15551841 | 2 years ago | | | 0 | 0.00011169238 | |
| 15401444 | 2 years ago | | | 0 | 0.00024921003 | |
| 15394769 | 2 years ago | | | 0 | 0.00016529715 |
ABI
ABI objects
Getter at block 21288044
MAX_SUPPLY() view returns (uint256)
4444
contractURI() view returns (string)
ipfs://QmPSKstHNuDDUndBh9dygDy64K6VvEtNoCZ6EhGpyFTvMK
isSalesActive() view returns (bool)
true
maxFreeMint() view returns (uint256)
888
maxFreeMintPerWallet() view returns (uint256)
14
name() view returns (string)
Pheudalz
owner() view returns (address)
0x8d832cddb088014e0260ec4f277928543845c80f
price() view returns (uint256)
15000000000000000
symbol() view returns (string)
PHEUDALZ
totalSupply() view returns (uint256)
4444
Read-only
addressToFreeMinted(address) view returns (uint256)
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 to, uint256 tokenId)
freeMint()
mint(uint256 quantity) payable
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)
setContractURI(string newContractURI)
setPrice(uint256 newPrice)
toggleSales()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawAll()
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.