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 "XMigos"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17001695 | 2 years ago | | | 0 | 0.0011631645 | |
| 16983589 | 2 years ago | | | 0 | 0.0018515100 | |
| 16982994 | 2 years ago | | | 0 | 0.0010905721 | |
| 16982918 | 2 years ago | | | 0 | 0.0021600950 | |
| 16982909 | 2 years ago | | | 0 | 0.0021600950 | |
| 16982891 | 2 years ago | | | 0 | 0.0020798572 | |
| 16982889 | 2 years ago | | | 0 | 0.0018926654 | |
| 16982867 | 2 years ago | | | 0 | 0.0022723350 | |
| 16982859 | 2 years ago | | | 0 | 0.0023764684 | |
| 16982859 | 2 years ago | | | 0 | 0.0023773925 |
ABI
ABI objects
Getter at block 21199914
MAX_PER_TX_FREE() view returns (uint256)
1
MAX_SUPPLY() view returns (uint256)
1111
MintingLive() view returns (bool)
true
PAID_Mint_LIMIT() view returns (uint256)
10
PAID_Mint_PRICE() view returns (uint256)
2000000000000000
baseURI() view returns (string)
ipfs://QmQPdVSnQHwnREw8JqdV2895jnzery41pbZ3EmdgGATbKx/
free_max_supply() view returns (uint256)
0
name() view returns (string)
XMigos
operatorFilteringEnabled() view returns (bool)
true
owner() view returns (address)
0x1118aae64aeae7e3945ecab7bc3a703bfb887db2
symbol() view returns (string)
naka
totalSupply() view returns (uint256)
1111
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 MAXMINT() payable
MINT(uint256 qty) payable
airdrop(address addr, uint256 amount)
approve(address operator, uint256 tokenId) payable
collectreserves()
configPAID_Mint_PRICE(uint256 newPAID_Mint_PRICE)
configfree_max_supply(uint256 newfree_max_supply)
paused()
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 uri)
setOperatorFilteringEnabled(bool value)
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
withdraw()
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 baseURI_)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintExceedsMaxSupply()
MintToZeroAddress()
MintZeroQuantity()
MintingNotLive()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
PaidMintLimitReached()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()