GenesisPFP
Verified contract
Active on
Ethereum with 15,764 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 |
---|---|---|---|---|---|
WAR | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21221709 | a day ago | | | 0 | 0.00046167927 | |
| 21221168 | a day ago | | | 0 | 0.00038258945 | |
| 21220875 | a day ago | | | 0 | 0.00038496858 | |
| 21220613 | a day ago | | | 0 | 0.00038675511 | |
| 21220612 | a day ago | | | 0 | 0.00041921510 | |
| 21219713 | a day ago | | | 0 | 0.00023019893 | |
| 21219701 | a day ago | | | 0 | 0.00040487366 | |
| 21218434 | a day ago | | | 0 | 0.00050130990 | |
| 21218063 | a day ago | | | 0 | 0.00063963745 | |
| 21218044 | a day ago | | | 0 | 0.0025774979 |
ABI
ABI objects
Getter at block 21228191
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
MAX_SUPPLY() view returns (uint256)
9999
MINTER_ROLE() view returns (bytes32)
0x9f2df0fed2c77648de5860a4cc508cd0818c85b8b8a1ab4ceeef8d981c8956a6
MINT_DATA_TYPEHASH() view returns (bytes32)
0x5671fbb49e96506fa1bf458ae595e6b5aa91747fa8fd744a8e7987e92b4e7eb1
baseURI() view returns (string)
ipfs://Qma954RmUqR7vwPAts2wyCtzdXHUx6mPWRi5GNP9vML1EY/
chainlinkRequestID() view returns (uint256)
19651659498008413993602692243507145863322932270400194089436073979423875251258
chainlinkSeed() view returns (uint256)
18160582375667756411216040135359096286655640131253866480348029029314476217405
name() view returns (string)
The Warlords of Champions Tactics
owner() view returns (address)
0xc302231c4ce765a0d63dcd53d7231d9c8e27932a
remainingSupply() view returns (uint256)
0
symbol() view returns (string)
WAR
totalSupply() view returns (uint256)
9999
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)
hashTypedDataV4(struct MintData mintData) view returns (bytes32)
isApprovedForAll(address owner, address operator) view returns (bool)
minted(bytes32) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
tokensOfOwner(address owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
grantRole(bytes32 role, address account)
mintWithSignature(struct MintData request, bytes signature)
rawFulfillRandomWords(uint256 _requestId, uint256[] _randomWords)
renounceOwnership()
renounceRole(bytes32 role, address account)
requestChainlinkVRF(uint32 _callbackGasLimit, uint16 _requestConfirmations)
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 _uri)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
updateDefaultRoyalty(address receiver, uint96 feeNumerator)
withdrawRemainingLink(address dest)
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)
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(string _name, string _symbol, string _version, address _minter, address _vault, address _link, address _vrfV2Wrapper)
This contract contains no fallback and receive objects.
AlreadyMinted()
BaseURIAlreadyInitialized()
ERC721UriNonExistent()
EmptyLinkBalance()
InvalidMintAmount()
InvalidSignature()
MaxSupplyReached()
RequestAlreadyInitialized()
SignatureValidityEnd()
SignatureValidityStart()
WrongChainID()