Ragnarok
Verified contract
Active on
Ethereum with 22,396 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x7910…d0df
Balances ($80,204.43)
Native
Value
$80,204.42
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 22.5432 | $3,557.81 |
$80,204.42 | |
USDT | ERC-20 | 0.009971 | $0.99971 |
$0.01 | |
Ragnarok | ERC-20 | 10T | -- | -- | |
RAG | ERC-20 | 6.666667B | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21278130 | 8 hours ago | | | 0 | 0.00039441571 | |
| 21276847 | 12 hours ago | | | 0 | 0.00034492535 | |
| 21270801 | a day ago | | | 0 | 0.00065502462 | |
| 21270763 | a day ago | | | 0 | 0.00083750883 | |
| 21255446 | 3 days ago | | | 0 | 0.00038517570 | |
| 21255424 | 3 days ago | | | 0 | 0.00036581006 | |
| 21239360 | 6 days ago | | | 0 | 0.00069193407 | |
| 21229394 | 7 days ago | | | 0 | 0.00069392585 | |
| 21220997 | 8 days ago | | | 0 | 0.00038614306 | |
| 21219077 | 9 days ago | | | 0 | 0.00066491129 |
ABI
ABI objects
Getter at block 21280401
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 account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
firstPublicSale(address) view returns (uint256)
isApprovedForAll(address account, address operator) view returns (bool)
lastPublicSale(address) view returns (uint256)
pillMintWhitelistedAddresses(address) view returns (uint256)
pixelMintWhitelistedAddresses(address) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
uri(uint256) view returns (string)
State-modifying
Events firstPublicMintingSale() payable returns (bool)
firstPublicSaleBatchMint(uint256 tokenCount) payable returns (bool)
lastPublicMintingSale() payable returns (bool)
lastPublicSaleBatchMint(uint256 tokenCount) payable returns (bool)
pauseContract() returns (bool)
pillMintingSale(bytes32[] _merkleProof) payable returns (bool)
pixelMintingSale(bytes32[] _merkleProof) payable returns (bool)
reimbursementAirdrop(address[] addresses, uint256[] values) returns (bool)
renounceOwnership()
safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] amounts, bytes data)
safeTransferFrom(address from, address to, uint256 id, uint256 amount, bytes data)
sendPaymentForReimbursement() payable returns (bool)
setApprovalForAll(address operator, bool approved)
teamMintingSale() returns (bool)
transferOwnership(address newOwner)
unpauseContract() returns (bool)
updatePillMintMerkleRoot(bytes32 hash) returns (bool)
updatePixelMintMerkleRoot(bytes32 hash) returns (bool)
updatePlatformWalletAddress(address newAddress) returns (bool)
updateTokenURI(string newuri) returns (bool)
withdrawPayment() returns (bool)
ApprovalForAll(address indexed account, address indexed operator, bool approved)
GenesisNFTMinted(uint256 tokenID, address mintedBy)
NewNFTBatchMintedOnFirstPublicSale(uint256[] tokenIDs, address mintedBy, uint256 price)
NewNFTBatchMintedOnLastPublicSale(uint256[] tokenIDs, address mintedBy, uint256 price)
NewNFTMintedOnFirstPublicSale(uint256 tokenID, address mintedBy, uint256 price)
NewNFTMintedOnLastPublicSale(uint256 tokenID, address mintedBy, uint256 price)
NewNFTMintedOnPillSale(uint256 tokenID, address mintedBy, uint256 price)
NewNFTMintedOnPixelSale(uint256 tokenID, address mintedBy, uint256 price)
NewNFTMintedOnTeamSale(uint256[] tokenIDs, address mintedBy)
NewURI(string newURI, address updatedBy)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
PaymentSentInContractForReimbursements(uint256 amount, address sendBy)
ReimbursementClaimedOfPublicSale(address[] addresses, uint256[] values)
TransferBatch(address indexed operator, address indexed from, address indexed to, uint256[] ids, uint256[] values)
TransferSingle(address indexed operator, address indexed from, address indexed to, uint256 id, uint256 value)
URI(string value, uint256 indexed id)
Unpaused(address account)
UpdatedMerkleRootOfPillMint(bytes32 newHash, address updatedBy)
UpdatedMerkleRootOfPixelMint(bytes32 newHash, address updatedBy)
UpdatedPlatformMintingAddress(address newMintingAddress, address updatedBy)
UpdatedPlatformWalletAddress(address newPlatformAddress, address updatedBy)
UpdatedSaleStartTime(uint256 saleStartTime, address updatedBy)
WithdrawnPayment(uint256 contractBalance, address transferTo)
constructor(address platformAddress, address platformMintingAddress, bytes32 pixelMerkleRoot, bytes32 pillMerkleRoot, uint256 startTimestamp, string newURI)
This contract contains no fallback and receive objects.
AirdropTransactionFailed(address airdropAddress, uint256 airdropAmount)
AmountReimbursementFailed()
CannotClaimReimbursementInPublicMint()
InvalidBuyNFTPrice(uint256 actualPrice, uint256 invalidInputPrice)
InvalidMerkleProof()
InvalidTokenCountZero()
MaximumMintLimitReachedByUser()
MaximumMintSupplyReached()
MaximumPublicMintSupplyReached()
NothingToClaim()
ReimbursementAlreadyClaimed()
TransactionFailed()
UnAuthorizedRequest()
WhitelistedAddressAlreadyClaimedNFT()