Crypto-Native
Verified contract
Active on
Ethereum with 1,079 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
Balances ($0.00)
No balances found for "Crypto-Native"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21064473 | 19 days ago | | | 0 | 0.00055630901 | |
| 21053110 | 21 days ago | | | 0 | 0.00045956407 | |
| 21005998 | a month ago | | | 0 | 0.00037413358 | |
| 20943308 | a month ago | | | 0 | 0.0018339812 | |
| 20348896 | 4 months ago | | | 0 | 0.00022093603 | |
| 20342707 | 4 months ago | | | 0 | 0.0012613494 | |
| 20342670 | 4 months ago | | | 0 | 0.00051733411 | |
| 20206262 | 5 months ago | | | 0 | 0.00013761486 | |
| 20196887 | 5 months ago | | | 0 | 0.00013886417 | |
| 20177868 | 5 months ago | | | 0 | 0.00077626779 |
ABI
ABI objects
Getter at block 21201060
_airdrop_available() view returns (uint256)
20
_auctiontier() view returns (uint256)
0
_baseURI() view returns (string)
http://metadata.miragegallery.com/api/v1/nfts/
_max_supply() view returns (uint256)
1000
_networkid() view returns (uint256)
1
_price() view returns (uint256)
25000000000000000
_stopmint() view returns (uint256)
0
baseTokenURI() view returns (string)
http://metadata.miragegallery.com/api/v1/nfts/
baseURI() view returns (string)
http://metadata.miragegallery.com/api/v1/nfts/
max_supply() view returns (uint256)
1000
name() view returns (string)
Crypto-Native
owner() view returns (address)
0x1db7f1e160b9e2faddd8a1a4fcd0bd09b9190305
symbol() view returns (string)
CN-MG
totalSupply() view returns (uint256)
980
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)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events airdrop(address addresstm, uint256 numberOfTokens)
approve(address to, uint256 tokenId)
auction_reserve()
purchase(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)
stopmint()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
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(uint256 auctiontier, uint256 airdrop_available, string name, string symbol, uint256 price, uint256 max_supply, uint16 networkid)
This contract contains no fallback and receive objects.
This contract contains no error objects.