Runicore V1

Verified contract

Active on Ethereum with 7,691 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"

0x727533f13cad67a608757b98e8c9795478c3b98fba43f1e30bf27588f2cc03ea
0x9fce5f82d3d558c3da98556fdee4f45ffd37ea1647707fd04230e13503cf9eb8
0x875ea5bbf10dc883f2644c23719ccd07d9be9cb143cc3fee7d5a360a43a65873
0xb3266ad09141425fdada6ad7c181d5508fda0f5f500f1c21a8abf8ffcb381f4b
0x1706d3b92a65f747b45a5053c0f4a3b5ee51ef29b76521c81a210b544d799582
0x42f7f27e94cf971213df9db59ec36bf3229531954798ab6854c71ffa459bb100
0xa8687df6b5283dfc91d1b72bcaababaa5d88cee5788bdbba0b7597b71ba51f9e
0x672bf2259632209f297099217bf93dcf10bdbc2bc0592756de990fa4dbf90fad
0x3df3adefc25294dd40172e58666e79c971514d05553c1b2b88030aebc0015bc9
0xef134a1809b948af3c6c48339b21c114b42dac11a4e95b12a7ecda81e133329d
From

Functions
Getter at block 21160764
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(