Feudalz
Verified contract
Active on
Ethereum with 10,530 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 "Feudalz"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21090435 | a month ago | | | 0 | 0.00015676292 | |
| 21090433 | a month ago | | | 0 | 0.00014275664 | |
| 20806114 | 2 months ago | | | 0 | 0.00040141116 | |
| 20588949 | 3 months ago | | | 0 | 0.000028546765 | |
| 20582717 | 3 months ago | | | 0 | 0.000054906743 | |
| 20571016 | 3 months ago | | | 0 | 0.000047348974 | |
| 20569250 | 3 months ago | | | 0 | 0.000044125227 | |
| 20562388 | 3 months ago | | | 0 | 0.000092806328 | |
| 20562341 | 3 months ago | | | 0 | 0.00010156421 | |
| 20533437 | 3 months ago | | | 0 | 0.00014862392 |
ABI
ABI objects
Getter at block 21290676
MAX_SUPPLY() view returns (uint256)
4444
contractURI() view returns (string)
ipfs://QmeRwHVnYHthtPezLFNMLamC21b7BMm6Er18bG3DzTVE3T
isSalesActive() view returns (bool)
true
maxFreeMint() view returns (uint256)
888
maxFreeMintPerWallet() view returns (uint256)
14
name() view returns (string)
Feudalz
owner() view returns (address)
0xc00f4b8022e4dc7f086d703328247cb6adf26858
price() view returns (uint256)
30000000000000000
symbol() view returns (string)
FEUDALZ
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.