MetApocalypse - Cyborgs
Verified contract
Active on
Ethereum with 129 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 2 additional slots
Balances ($279.54)
Native
Value
$279.54
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.077 | $3,630.34 |
$279.54 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15247283 | 2 years ago | | | 0.385 | 0.000079503000 | |
| 14602733 | 3 years ago | | | 0 | 0.00080512568 | |
| 14588336 | 3 years ago | | | 0 | 0.0026646944 | |
| 14317516 | 3 years ago | | | 0 | 0.0025260404 | |
| 14235208 | 3 years ago | | | 0 | 0.0023170225 | |
| 14215759 | 3 years ago | | | 0 | 0.0035895359 | |
| 13937581 | 3 years ago | | | 0 | 0.0045910884 | |
| 13920620 | 3 years ago | | | 0 | 0.0034800624 | |
| 13920572 | 3 years ago | | | 0.077 | 0.013766620 | |
| 13887754 | 3 years ago | | | 0 | 0.0031838587 |
ABI
ABI objects
Getter at block 21319001
MAX_TOKENS() view returns (uint256)
3003
baseURI() view returns (string)
ipfs://Qma2fKNHnZTpMN9oYMkRYoqEowLv7b5vzFA6gnnpTFitwd/
defaultURI() view returns (string)
ipfs://QmbsYYy41duwoFLhSUkHYGnV3X2kigmzoFjcwURKVx9uuA
giftTokens() view returns (uint256)
297
mintCap() view returns (uint256)
5
mintPrice() view returns (uint256)
77000000000000000
name() view returns (string)
MetApocalypse - Cyborgs
owner() view returns (address)
0x8a27208ff75d7cdcb6fea577f29784a53c99d7fe
preSale() view returns (bool)
false
presaleMintcap() view returns (uint256)
5
presaleSupply() view returns (uint256)
1000
publicSale() view returns (bool)
true
reservedMintedAmount() view returns (uint256)
0
revealed() view returns (bool)
true
symbol() view returns (string)
MTAC
totalSupply() view returns (uint256)
74
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isWhiteListed(address entry) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
presalerList(address) view returns (bool)
presalerListPurchases(address) view returns (uint256)
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)
tokensOfOwner(address _owner) view returns (uint256[])
State-modifying
Events addToPresaleList(address[] entries)
approve(address to, uint256 tokenId)
gift(address[] receivers)
mintPreSale(uint256 num) payable returns (bool)
mintPublicSale(uint256 num) payable returns (bool)
removeFromPresaleList(address[] entries)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _newBaseURI)
setDefaultURI(string _defaultURI)
setMintCap(uint256 _mintCap)
setPreSalePrice(uint256 _newPrice)
setPresaleMintCap(uint256 _presaleMintCap)
setPresaleSupply(uint256 _presaleSupply)
setTokenURI(uint256 tokenId, string _tokenURI)
togglePresale()
togglePublicSale()
toggleReveal()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawAll() payable
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 baseURI, address[] entries)
This contract contains no fallback and receive objects.
This contract contains no error objects.