This contract is being backfilled. You may encounter incomplete storage history.

Ragnarok

Verified contract

Active on Ethereum with 22,254 txns
Deployed by via 0x063f6ff5 at 14662642
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value $57,713.97
ERC-20
Value $0.01
ERC-20
--
ERC-20
--
0x648146a81a35fb37584e6dcf5ec031ca3a33779e2a0f0828583505dd5d067893
0xf533e09d097764f1858fe9d334894ad6b7fcae9e09437210f6ff21f595b78a79
0xe415190ad846045fd32872e0394e54c07bd5c136ea915de8f91c2dfce52339bc
0x7b97a31bb7048cf338e955db6a83716d018071e209eecad348d8e7e3770338ed
0xddd061ffebacddc10897e6e5f379ba8baf70e51b525fb7ba57ed0339c48c4c47
0xe90b00d607d7ed11d7090af483619d20b7ec4bb7b037878b372e3d13c0cced84
0xc97a1250e4c119cf3b50d40e35a39d5402e76c7e12f9cd2f6f8de541856ddd30
0xcc27b7a0ad8e8caf21544bddf603dc3d828388a1d2be3a399d9c7c870906a66e
0xa1aa96a75dd23c0b486138d003d8777864f3b90de55a30d7a9837b505192813d
0x1fbc580eee991af82117f81fdbc148ddf2814a9064089ccba4350dc6a09e9842

Functions
Getter at block 20793008
DEFAULT_DECREASE_NFT_PRICE_AFTER_TIME_INTERVAL(view returns (uint256)
19250000000000000
DEFAULT_INITIAL_PUBLIC_SALE(view returns (uint256)
86400
DEFAULT_MAX_FIRST_PUBLIC_SUPPLY(view returns (uint256)
3900
DEFAULT_MAX_MINTING_SUPPLY(view returns (uint256)
7777
DEFAULT_NFT_PRICE(view returns (uint256)
770000000000000000
DEFAULT_PILLMINT_SALE(view returns (uint256)
345600
DEFAULT_PIXELMINT_SALE(view returns (uint256)
259200
DEFAULT_TEAMMINT_SALE(view returns (uint256)
432000
DEFAULT_TIME_INTERVAL(view returns (uint256)
420
LIMIT_IN_PUBLIC_SALE_PER_WALLET(view returns (uint256)
3
MAX_DECREASE_ITERATIONS(view returns (uint256)
29
TEAM_MINT_COUNT(view returns (uint256)
277
checkSaleType(view returns (uint8 activeSale)
5
defaultPlatformAddress(view returns (address)
0x7910f0923d6e98290c022e01e9b6a10827f1d0df
defaultPlatformMintingAddress(view returns (address)
0x6ab8dca25337a1802cfb85d4999234dba71725b4
defaultSaleStartTime(view returns (uint256)
1651078800
dutchAuctionLastPrice(view returns (uint256)
770000000000000000
getCurrentMintingCount(view returns (uint256)
7777
getCurrentNFTMintingPrice(view returns (uint256)
211750000000000000
merkleRootOfPillMintWhitelistAddresses(view returns (bytes32)
0x74739cf897bd446ed1aa6e0b900b4414fe6e3c81fb806fa2334c56922f0fce90
merkleRootOfPixelMintWhitelistAddresses(view returns (bytes32)
0x74d70013093e41c1b119344ca3d905e0225fe37056795fa962fbd794e9622e21
name(view returns (string)
Ragnarok
owner(view returns (address)
0x63914bb0f0d017efe8a72a0b29d9b2a5f138f95d
paused(view returns (bool)
false
symbol(view returns (string)
RONIN
teamMintWhitelistedAddress(view returns (bool)
true
Read-only
balanceOf(address accountuint256 idview returns (uint256)
balanceOfBatch(address[] accountsuint256[] idsview returns (uint256[])
firstPublicSale(addressview returns (uint256)
isApprovedForAll(address accountaddress operatorview returns (bool)
lastPublicSale(addressview returns (uint256)
pillMintWhitelistedAddresses(addressview returns (uint256)
pixelMintWhitelistedAddresses(addressview returns (uint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
uri(uint256view returns (string)
State-modifying
firstPublicMintingSale(payable returns (bool)
firstPublicSaleBatchMint(uint256 tokenCountpayable returns (bool)
lastPublicMintingSale(payable returns (bool)
lastPublicSaleBatchMint(uint256 tokenCountpayable returns (bool)
pauseContract(returns (bool)
pillMintingSale(bytes32[] _merkleProofpayable returns (bool)
pixelMintingSale(bytes32[] _merkleProofpayable returns (bool)
reimbursementAirdrop(address[] addressesuint256[] valuesreturns (bool)
renounceOwnership(
safeBatchTransferFrom(address fromaddress touint256[] idsuint256[] amountsbytes data
safeTransferFrom(address fromaddress touint256 iduint256 amountbytes data
sendPaymentForReimbursement(payable returns (bool)
setApprovalForAll(address operatorbool approved
teamMintingSale(returns (bool)
transferOwnership(address newOwner
unpauseContract(returns (bool)
updatePillMintMerkleRoot(bytes32 hashreturns (bool)
updatePixelMintMerkleRoot(bytes32 hashreturns (bool)
updatePlatformWalletAddress(address newAddressreturns (bool)
updateTokenURI(string newurireturns (bool)
withdrawPayment(returns (bool)
Events
ApprovalForAll(address indexed accountaddress indexed operatorbool approved
GenesisNFTMinted(uint256 tokenIDaddress mintedBy
NewNFTBatchMintedOnFirstPublicSale(uint256[] tokenIDsaddress mintedByuint256 price
NewNFTBatchMintedOnLastPublicSale(uint256[] tokenIDsaddress mintedByuint256 price
NewNFTMintedOnFirstPublicSale(uint256 tokenIDaddress mintedByuint256 price
NewNFTMintedOnLastPublicSale(uint256 tokenIDaddress mintedByuint256 price
NewNFTMintedOnPillSale(uint256 tokenIDaddress mintedByuint256 price
NewNFTMintedOnPixelSale(uint256 tokenIDaddress mintedByuint256 price
NewNFTMintedOnTeamSale(uint256[] tokenIDsaddress mintedBy
NewURI(string newURIaddress updatedBy
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Paused(address account
PaymentSentInContractForReimbursements(uint256 amountaddress sendBy
ReimbursementClaimedOfPublicSale(address[] addressesuint256[] values
TransferBatch(address indexed operatoraddress indexed fromaddress indexed touint256[] idsuint256[] values
TransferSingle(address indexed operatoraddress indexed fromaddress indexed touint256 iduint256 value
URI(string valueuint256 indexed id
Unpaused(address account
UpdatedMerkleRootOfPillMint(bytes32 newHashaddress updatedBy
UpdatedMerkleRootOfPixelMint(bytes32 newHashaddress updatedBy
UpdatedPlatformMintingAddress(address newMintingAddressaddress updatedBy
UpdatedPlatformWalletAddress(address newPlatformAddressaddress updatedBy
UpdatedSaleStartTime(uint256 saleStartTimeaddress updatedBy
WithdrawnPayment(uint256 contractBalanceaddress transferTo
Constructor
constructor(address platformAddressaddress platformMintingAddressbytes32 pixelMerkleRootbytes32 pillMerkleRootuint256 startTimestampstring newURI
Fallback and receive

This contract contains no fallback and receive objects.

Errors
AirdropTransactionFailed(address airdropAddressuint256 airdropAmount
AmountReimbursementFailed(
CannotClaimReimbursementInPublicMint(
InvalidBuyNFTPrice(uint256 actualPriceuint256 invalidInputPrice
InvalidMerkleProof(
InvalidTokenCountZero(
MaximumMintLimitReachedByUser(
MaximumMintSupplyReached(
MaximumPublicMintSupplyReached(
NothingToClaim(
ReimbursementAlreadyClaimed(
TransactionFailed(
UnAuthorizedRequest(
WhitelistedAddressAlreadyClaimedNFT(