Runicore V1

Verified contract

Active on Ethereum with 7,733 txns
Deployed by via 0x228b07dd at 15797905
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Runicore V1"

0x93b98e1dd5a4a4f825b6f8e850673ba52e83a6b8fd26bf21c989d2536165ad23
0x2dba424170a7c7196bc22c633685f10bc8bbd351bf4f9e1708d5e8e2457770da
0x01857158f254400a2cc8edad2203e8ef7c04cd74f3bfeadb90fe6ee05aaba00a
0x1c7d32d0dc959d309c173dd4f289b1839605a22e8cfdcfe8eafc7575cc14078d
0x6c465b48aac413a9b1a165a6e6eb471b8f82fc1b775470381a1d52ef2985bba2
0x1945adceff545202a015bc619a631d832e3a2ae3b216f80772ac03591ab06a9d
0xfecc160eae6981aa82bb5ed762c27dedb00e0f734de2bb516937f2f850d747da
0x30a0afd7e0d08668bb2b35d2360395d26751b19d0277ef5062a773bc76df94c7
0xc9b4eb439cbdeb2d4b81762db44ad104760baea9de84a4caba2bde4978875934
0x21136c9a62471589d28ccb50ffc773eea0c6e5cd64fd1cafd2fb66527660a78d

Functions
Getter at block 21262809
administrator(view returns (address)
0x4468a5b725e2c63056131121cd33b66848e1dd87
baseURI(view returns (string)
https://runi.splinterlands.com/metadata/
contractURI(view returns (string)
https://runi.splinterlands.com/opensea/contract.json
maxSupply(view returns (uint256)
6500
name(view returns (string)
Runicore V1
owner(view returns (address)
0x04845090d6bb7351ff928dfee6cb87e23667adaa
paused(view returns (bool)
false
potentialAdministrator(view returns (address)
0x0000000000000000000000000000000000000000
provenanceHash(view returns (bytes32)
0x84ca1e317eecbf443cf78799a5171f7e87f36efafa105ee5dc1d79f72c529733
symbol(view returns (string)
RUNI
totalSupply(view returns (uint256)
3521
Read-only
balanceOf(address ownerview returns (uint256)
cardStakedTo(uint256view returns (string)
getApproved(uint256 tokenIdview returns (address)
getMintStats(address minterview returns (uint256 minterNumMinteduint256 currentTotalSupplyuint256 maxSupply)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
acceptAdministration(
acceptOwnership(
approve(address touint256 tokenIdpayable 
cancelAdministrationTransfer(
cancelOwnershipTransfer(
emitBatchTokenURIUpdated(uint256 startTokenIduint256 endTokenId
mintSeaDrop(address minteruint256 quantitypayable 
pause(
renounceAdministration(
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes _datapayable 
setApprovalForAll(address operatorbool approved
setBaseURI(string newBaseURI
setContractURI(string newContractURI
setMaxSupply(uint256 newMaxSupply
setProvenanceHash(bytes32 newProvenanceHash
stake(uint256 tokenIdstring hiveUserpayable 
transferAdministration(address newAdministrator
transferFrom(address fromaddress touint256 tokenIdpayable 
transferOwnership(address newPotentialOwner
unpause(
unstake(uint256 tokenIdpayable 
updateAllowList(address seaDropImplstruct AllowListData allowListData
updateAllowedFeeRecipient(address seaDropImpladdress feeRecipientbool allowed
updateAllowedSeaDrop(address[] allowedSeaDrop
updateCreatorPayoutAddress(address seaDropImpladdress payoutAddress
updateDropURI(address seaDropImplstring dropURI
updatePayer(address seaDropImpladdress payerbool allowed
updatePublicDrop(address seaDropImplstruct PublicDrop publicDrop
updateSignedMintValidationParams(address seaDropImpladdress signerstruct SignedMintValidationParams signedMintValidationParams
updateTokenGatedDrop(address seaDropImpladdress allowedNftTokenstruct TokenGatedDropStage dropStage
Events
AdministratorUpdated(address indexed previousAdministratoraddress indexed newAdministrator
AllowedSeaDropUpdated(address[] allowedSeaDrop
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
BaseURIUpdated(string baseURI
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
ContractURIUpdated(string newContractURI
MaxSupplyUpdated(uint256 newMaxSupply
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Paused(address account
PotentialAdministratorUpdated(address newPotentialAdministrator
PotentialOwnerUpdated(address newPotentialAdministrator
ProvenanceHashUpdated(bytes32 previousHashbytes32 newHash
Stake(address indexed owneruint256 indexed tokenIdstring indexed hiveUser
TokenURIUpdated(uint256 indexed startTokenIduint256 indexed endTokenId
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Unpaused(address account
Unstake(address indexed owneruint256 indexed tokenIdstring indexed hiveUser
Constructor
constructor(string namestring symboladdress administratoraddress[] allowedSeaDrop
Fallback and receive

This contract contains no fallback and receive objects.

Errors
AdministratorMustInitializeWithFee(
AlreadyInitialized(
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
BalanceQueryForZeroAddress(
CannotExceedMaxSupplyOfUint64(uint256 newMaxSupply
ContractPaused(
InvalidHiveUser(
MintERC2309QuantityExceedsLimit(
MintQuantityExceedsMaxSupply(uint256 totaluint256 maxSupply
MintToZeroAddress(
MintZeroQuantity(
MissingHiveUser(
NewAdministratorIsZeroAddress(
NewOwnerIsZeroAddress(
NotNextAdministrator(
NotNextOwner(
OnlyAdministrator(
OnlyAllowedSeaDrop(
OnlyOwner(
OnlyOwnerOrAdministrator(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
ProvenanceHashCannotBeSetAfterMintStarted(
StakeCallerNotOwner(
TransferCallerNotOwnerNorApproved(
TransferForStaked(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(
UnstakeCallerNotOwner(