FeudalzElvez
Verified contract
Active on
Ethereum with 1,819 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
GOLDZ | ERC-20 | 82.9K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20848469 | a month ago | | | 0 | 0.00030823268 | |
| 20394642 | 4 months ago | | | 0 | 0.000031312478 | |
| 20394624 | 4 months ago | | | 0 | 0.000025918143 | |
| 18888761 | 10 months ago | | | 0 | 0.00088540558 | |
| 18804022 | a year ago | | | 0 | 0.00072585393 | |
| 18448395 | a year ago | | | 0 | 0.00054540769 | |
| 18448377 | a year ago | | | 0 | 0.00086273118 | |
| 18022517 | a year ago | | | 0 | 0.0018384385 | |
| 17677274 | a year ago | | | 0 | 0.00090265387 | |
| 17131895 | 2 years ago | | | 0 | 0.00086392207 |
ABI
ABI objects
Getter at block 21169581
ADMIN_ROLE() view returns (bytes32)
0xa49807205ce4d355092ef5a8a18f56e8913cf4a201fbe287825b095693c21775
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
MAX_SUPPLY() view returns (uint256)
10000
contractURI() view returns (string)
ipfs://QmVmJpUzzP7gHbuce1yKL2aeYqkd6cUT4W3xW61XgoBDH1
isSalesActive() view returns (bool)
true
name() view returns (string)
FeudalzElvez
price() view returns (uint256)
25000000000000000000
symbol() view returns (string)
ELVEZ
totalSupply() view returns (uint256)
6303
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)
burnGoldz()
freeMint(uint256 quantity, uint256 maxFreeMints, bytes signature)
grantRole(bytes32 role, address account)
mint(uint256 quantity)
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)
setPrice(uint256 newPrice)
setSignerAddress(address signerAddress)
toggleSales()
transferFrom(address from, address to, uint256 tokenId)
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.