Midgardians
Verified contract
Active on
Ethereum with 387 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($64.28)
Native
Value
$64.28
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.02 | $3,214.13 |
$64.28 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16890821 | 2 years ago | | | 0 | 0.0012177069 | |
| 16877585 | 2 years ago | | | 0 | 0.00071661472 | |
| 16877578 | 2 years ago | | | 0 | 0.0012538136 | |
| 16662183 | 2 years ago | | | 0 | 0.00094853371 | |
| 16661910 | 2 years ago | | | 0 | 0.00097966844 | |
| 16661898 | 2 years ago | | | 0 | 0.0012942072 | |
| 16660762 | 2 years ago | | | 0 | 0.0010245429 | |
| 16456726 | 2 years ago | | | 0 | 0.00083912233 | |
| 16098699 | 2 years ago | | | 0 | 0.00030990151 | |
| 15663843 | 2 years ago | | | 0 | 0.00033864889 |
ABI
ABI objects
Getter at block 21158509
MAX_PER_TX() view returns (uint256)
20
MAX_PER_WALLET() view returns (uint256)
20
MAX_SUPPLY() view returns (uint256)
3999
_price() view returns (uint256)
0
activated() view returns (bool)
true
baseURI() view returns (string)
https://gateway.pinata.cloud/ipfs/QmPupVMicsKG1YScfFCTzKs9PfdXMxSan9ccRqVTdvQi6x/
name() view returns (string)
Midgardians
owner() view returns (address)
0x903e8fe78bc6d99ccb1469e6c6116e126e620c08
symbol() view returns (string)
MID
totalSupply() view returns (uint256)
3999
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
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 approve(address to, uint256 tokenId)
mint(uint256 numberOfTokens) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setIsActive(bool _isActive)
setMaxSupply(uint256 _maxSupply)
setTokenURI(string newURI)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string name, string symbol, address ownerWallet)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()