Runicore V1
Verified contract
Active on
Ethereum with 7,691 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Runicore V1"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21160707 | 12 minutes ago | | | 0 | 0.00045479768 | |
| 21154926 | 20 hours ago | | | 0 | 0.00065879808 | |
| 21152368 | a day ago | | | 0 | 0.00063419124 | |
| 21152342 | a day ago | | | 0 | 0.00036464848 | |
| 21152337 | a day ago | | | 0 | 0.00035134541 | |
| 21140728 | 3 days ago | | | 0 | 0.00033155781 | |
| 21136741 | 3 days ago | | | 0 | 0.00079256930 | |
| 21136460 | 3 days ago | | | 0 | 0.00064032237 | |
| 21136420 | 3 days ago | | | 0 | 0.00083241699 | |
| 21105892 | 8 days ago | | | 0 | 0.000087529227 |
ABI
ABI objects
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 owner) view returns (uint256)
cardStakedTo(uint256) view returns (string)
getApproved(uint256 tokenId) view returns (address)
getMintStats(address minter) view returns (uint256 minterNumMinted, uint256 currentTotalSupply, uint256 maxSupply)
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 acceptAdministration()
acceptOwnership()
approve(address to, uint256 tokenId) payable
cancelAdministrationTransfer()
cancelOwnershipTransfer()
emitBatchTokenURIUpdated(uint256 startTokenId, uint256 endTokenId)
mintSeaDrop(address minter, uint256 quantity) payable
pause()
renounceAdministration()
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data) payable
setApprovalForAll(address operator, bool approved)
setBaseURI(string newBaseURI)
setContractURI(string newContractURI)
setMaxSupply(uint256 newMaxSupply)
setProvenanceHash(bytes32 newProvenanceHash)
stake(uint256 tokenId, string hiveUser) payable
transferAdministration(address newAdministrator)
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newPotentialOwner)
unpause()
unstake(uint256 tokenId) payable
updateAllowList(address seaDropImpl, struct AllowListData allowListData)
updateAllowedFeeRecipient(address seaDropImpl, address feeRecipient, bool allowed)
updateAllowedSeaDrop(address[] allowedSeaDrop)
updateCreatorPayoutAddress(address seaDropImpl, address payoutAddress)
updateDropURI(address seaDropImpl, string dropURI)
updatePayer(address seaDropImpl, address payer, bool allowed)
updatePublicDrop(address seaDropImpl, struct PublicDrop publicDrop)
updateSignedMintValidationParams(address seaDropImpl, address signer, struct SignedMintValidationParams signedMintValidationParams)
updateTokenGatedDrop(address seaDropImpl, address allowedNftToken, struct TokenGatedDropStage dropStage)
AdministratorUpdated(address indexed previousAdministrator, address indexed newAdministrator)
AllowedSeaDropUpdated(address[] allowedSeaDrop)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
BaseURIUpdated(string baseURI)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
ContractURIUpdated(string newContractURI)
MaxSupplyUpdated(uint256 newMaxSupply)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
PotentialAdministratorUpdated(address newPotentialAdministrator)
PotentialOwnerUpdated(address newPotentialAdministrator)
ProvenanceHashUpdated(bytes32 previousHash, bytes32 newHash)
Stake(address indexed owner, uint256 indexed tokenId, string indexed hiveUser)
TokenURIUpdated(uint256 indexed startTokenId, uint256 indexed endTokenId)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
Unstake(address indexed owner, uint256 indexed tokenId, string indexed hiveUser)
constructor(string name, string symbol, address administrator, address[] allowedSeaDrop)
This contract contains no fallback and receive objects.
AdministratorMustInitializeWithFee()
AlreadyInitialized()
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
CannotExceedMaxSupplyOfUint64(uint256 newMaxSupply)
ContractPaused()
InvalidHiveUser()
MintERC2309QuantityExceedsLimit()
MintQuantityExceedsMaxSupply(uint256 total, uint256 maxSupply)
MintToZeroAddress()
MintZeroQuantity()
MissingHiveUser()
NewAdministratorIsZeroAddress()
NewOwnerIsZeroAddress()
NotNextAdministrator()
NotNextOwner()
OnlyAdministrator()
OnlyAllowedSeaDrop()
OnlyOwner()
OnlyOwnerOrAdministrator()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
ProvenanceHashCannotBeSetAfterMintStarted()
StakeCallerNotOwner()
TransferCallerNotOwnerNorApproved()
TransferForStaked()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()
UnstakeCallerNotOwner()