FeudalzLandz
Verified contract
Active on
Ethereum with 3,609 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 "FeudalzLandz"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21095948 | 23 days ago | | | 0 | 0.00023054714 | |
| 20806113 | 2 months ago | | | 0 | 0.00040130796 | |
| 20533451 | 3 months ago | | | 0 | 0.00015555476 | |
| 20394624 | 4 months ago | | | 0 | 0.000025863890 | |
| 19976588 | 6 months ago | | | 0 | 0.00089822658 | |
| 19973244 | 6 months ago | | | 0 | 0.00041595839 | |
| 19587987 | 8 months ago | | | 0 | 0.00065803592 | |
| 19291133 | 9 months ago | | | 0 | 0.0014766954 | |
| 19222614 | 9 months ago | | | 0 | 0.00054973051 | |
| 19159605 | 10 months ago | | | 0 | 0.00051928564 |
ABI
ABI objects
Getter at block 21259941
ADMIN_ROLE() view returns (bytes32)
0xa49807205ce4d355092ef5a8a18f56e8913cf4a201fbe287825b095693c21775
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
contractURI() view returns (string)
ipfs://QmWBU1tS2GwVGB5gcwRQqYC9Ec4d3WPWLCXDrK8ReZhLEj
isSalesActive() view returns (bool)
false
maxSupply() view returns (uint256)
10000
name() view returns (string)
Feudalz Landz
price() view returns (uint256)
60000000000000000
symbol() view returns (string)
Landz
totalSupply() view returns (uint256)
4871
Read-only
accountToMintedFreeTokens(address) view returns (uint256)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
recoverAddress(address account, uint256 maxFreeMints, bytes signature) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
burn(uint256 tokenId)
freeMint(uint256 quantity, uint256 maxFreeMints, bytes signature)
grantRole(bytes32 role, address account)
mint(uint256 quantity) payable
mint(uint256 quantity, address receiver)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
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)
setMaxSupply(uint256 newMaxSupply)
setPrice(uint256 newPrice)
setSignerAddress(address signerAddress)
toggleSales()
transferFrom(address from, address to, uint256 tokenId)
withdrawAll()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
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.