Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($3.41)
Native
Value
$3.29
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
Eth | Native | 0.001 | $3,285.50 |
$3.29 | |
GRG | ERC-20 | 0.1 | $1.24 |
$0.12 | |
USA | ERC-20 | 1 | $0.000744 |
$0 | |
OHNO | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22459401 | 7 days ago | | | 0 | 6.9681394e-7 | |
| 21991437 | 18 days ago | | | 0 | 1.8507639e-7 | |
| 21929570 | 19 days ago | | | 0 | 2.3767490e-7 | |
| 21768539 | 23 days ago | | | 0 | 3.7697541e-7 | |
| 21762367 | 23 days ago | | | 0 | 6.9697603e-7 | |
| 19408053 | 3 months ago | | | 0 | 3.3426210e-7 | |
| 18871506 | 3 months ago | | | 0 | 2.8643667e-7 | |
| 18749985 | 3 months ago | | | 0 | 0.000000087470613077 | |
| 18594952 | 3 months ago | | | 0 | 7.4798096e-7 | |
| 17951314 | 4 months ago | | | 0 | 0.000000067447068540 |
ABI
ABI objects
Getter at block 22759402
FreeSupply() view returns (uint256)
8888
MaxperWallet() view returns (uint256)
100
MaxperWalletFree() view returns (uint256)
2
baseExtension() view returns (string)
baseURI() view returns (string)
ipfs://QmcYiocriwGHqy3NQ9DRWAZUfmbUFXYN9g3oojWkAUi5LZ/
cost() view returns (uint256)
1
maxSupply() view returns (uint256)
9999
name() view returns (string)
BaseMidPig
notRevealedUri() view returns (string)
owner() view returns (address)
0x0d5875f1d4ec26b426829a9d0ed12b2293eec523
paused() view returns (bool)
false
revealed() view returns (bool)
true
symbol() view returns (string)
BMP
totalSupply() view returns (uint256)
5027
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
numberMinted(address owner) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
tokensOfOwner(address owner) view returns (uint256[])
State-modifying
Events airdrop(uint256 _mintAmount, address destination)
approve(address to, uint256 tokenId) payable
freemint(uint256 tokens)
mint(uint256 tokens) payable
pause(bool _state)
renounceOwnership()
reveal(bool _state)
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data) payable
setApprovalForAll(address operator, bool approved)
setBaseExtension(string _newBaseExtension)
setBaseURI(string _newBaseURI)
setCost(uint256 _newCost)
setFreeMaxPerWallet(uint256 _limit)
setFreesupply(uint256 _newsupply)
setMaxPerWallet(uint256 _limit)
setMaxsupply(uint256 _newsupply)
setNotRevealedURI(string _notRevealedURI)
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
withdraw() payable
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string _initBaseURI, string _notRevealedUri)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()