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 "SMAC"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15364801 | 2 years ago | | | 0 | 0.00012630733 | |
| 15353732 | 2 years ago | | | 0 | 0.00052553716 | |
| 15335137 | 2 years ago | | | 0 | 0.00036435152 | |
| 15335134 | 2 years ago | | | 0 | 0.00060354588 | |
| 15329295 | 2 years ago | | | 0 | 0.0012103512 | |
| 15323087 | 2 years ago | | | 0 | 0.00089676585 | |
| 15323047 | 2 years ago | | | 0 | 0.00061445885 | |
| 15319169 | 2 years ago | | | 0 | 0.00045437754 | |
| 15315780 | 2 years ago | | | 0 | 0.0033952250 | |
| 15315649 | 2 years ago | | | 0 | 0.0026002357 |
ABI
ABI objects
Getter at block 21227799
baseURI() view returns (string)
https://artnft.sgp1.digitaloceanspaces.com/swag-meta-apes/jsons/
isPublicMintEnabled() view returns (bool)
true
maxFreeTokens() view returns (uint256)
0
maxSupply() view returns (uint256)
10000
maxTokensPerTx() view returns (uint256)
10
mintPrice() view returns (uint256)
80000000000000000
name() view returns (string)
SMAC
owner() view returns (address)
0xb9d3e4027c8d1a512f8ad8ae3bf609844c2f1783
symbol() view returns (string)
SMAC
totalSupply() view returns (uint256)
275
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getMintPrice(uint256 quantity) view returns (uint256)
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)
disablePublicMint()
enablePublicMint()
mint(uint256 quantity) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string newURI)
setMaxFreeTokens(uint256 maxTokens)
setMaxTokensPerTx(uint256 maxTokens)
setMintPrice(uint256 price)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
withdrawTo(address to, uint256 amount)
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()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()