ForgottenRunesWarriorsGuild
Verified contract
Active on
Ethereum with 10,801 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 |
---|---|---|---|---|---|
BABIES | ERC-721 | 1 | -- | -- | |
BABIES | ERC-721 | 1 | -- | -- | |
BABIES | ERC-721 | 1 | -- | -- | |
BABIES | ERC-721 | 1 | -- | -- | |
BABIES | ERC-721 | 1 | -- | -- | |
BABIES | ERC-721 | 1 | -- | -- | |
WARRIORS | ERC-721 | 1 | -- | -- | |
WARRIORS | ERC-721 | 1 | -- | -- | |
WARRIORS | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21267959 | a day ago | | | 0 | 0.00055672369 | |
| 21262266 | 2 days ago | | | 0 | 0.00036176813 | |
| 21258858 | 2 days ago | | | 0 | 0.00048737743 | |
| 21258745 | 2 days ago | | | 0 | 0.00049612208 | |
| 21258616 | 2 days ago | | | 0 | 0.00040250186 | |
| 21258068 | 2 days ago | | | 0 | 0.00044000134 | |
| 21258049 | 2 days ago | | | 0 | 0.00042365901 | |
| 21256416 | 3 days ago | | | 0 | 0.00034097588 | |
| 21256206 | 3 days ago | | | 0 | 0.00040619855 | |
| 21256203 | 3 days ago | | | 0 | 0.00036432477 |
ABI
ABI objects
Getter at block 21274948
MAX_WARRIORS() view returns (uint256)
16000
METADATA_PROVENANCE_HASH() view returns (string)
R() view returns (string)
Old men forget: yet all shall be forgot, But he'll remember with advantages What feats he did that day: then shall our names Familiar in his mouth as household words. This story shall the good man teach his son From this day to the ending of the world
baseTokenURI() view returns (string)
https://portal.forgottenrunes.com/api/warriors/data/
minter() view returns (address)
0xb4d9acb0a6735058908e943e966867a266619fbd
name() view returns (string)
ForgottenRunesWarriorsGuild
numMinted() view returns (uint256)
16000
owner() view returns (address)
0x7e1df0776ae55e3737383755d726101476713c98
symbol() view returns (string)
WARRIORS
Read-only
balanceOf(address owner) view returns (uint256)
exists(uint256 tokenId) view returns (bool)
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)
burn(uint256 tokenId)
forwardERC20s(address token, uint256 amount)
initialize(address newMinter)
mint(address recipient) returns (uint256)
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)
setMinter(address newMinter)
setProvenanceHash(string newHash)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
uploadAttributes(bytes s)
uploadImage(bytes s)
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(string baseURI)
This contract contains no fallback and receive objects.
This contract contains no error objects.