FeudalzOrcz
Verified contract
Active on
Ethereum with 2,100 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 | 157.178466K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20533449 | 3 months ago | | | 0 | 0.00015424855 | |
| 20500499 | 4 months ago | | | 0 | 0.000046351323 | |
| 20415098 | 4 months ago | | | 0 | 0.000062661394 | |
| 20394662 | 4 months ago | | | 0 | 0.000031093205 | |
| 20342699 | 4 months ago | | | 0 | 0.00019973779 | |
| 18909313 | a year ago | | | 0 | 0.00050516732 | |
| 18804023 | a year ago | | | 0 | 0.00073598183 | |
| 18803939 | a year ago | | | 0 | 0.00073093789 | |
| 18022529 | a year ago | | | 0 | 0.0018941586 | |
| 17969458 | a year ago | | | 0 | 0.0010108183 |
ABI
ABI objects
Getter at block 21289219
ADMIN_ROLE() view returns (bytes32)
0xa49807205ce4d355092ef5a8a18f56e8913cf4a201fbe287825b095693c21775
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
MAX_SUPPLY() view returns (uint256)
10000
contractURI() view returns (string)
ipfs://QmZRN7LBJwEWoQWCbgv41zK5Phkx2SMUwQdaf3Cd6rrkKK
currentPriceInETH() view returns (uint256)
300000000000000000
currentPriceInGOLDZ() view returns (uint256)
514136979031736762294730
factory() view returns (address)
0x1f98431c8ad98523631ae4a59f267346ea31f984
goldzPrice() view returns (uint256 price)
583502086477
isSalesActive() view returns (bool)
true
name() view returns (string)
FeudalzOrcz
symbol() view returns (string)
ORCZ
totalSupply() view returns (uint256)
10000
Read-only
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)
prices(uint256) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
burn(uint256 tokenId)
burnGoldz()
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)
setPrices(uint256[] newPrices)
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.