SHiELD:AGE

Verified contract

Active on Ethereum with 6,750 txns
Deployed by via 0xffba2fa8 at 16054958
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
2 additional variables

No balances found for "SHiELD:AGE"

0xaec12c0825ceb2d2f2d4299231f8e6a441f661b52a251693ad0728f11cbe4398
0x419e9985048add558154f13d14f2ac621c2e59d0a1dade70d35a6ff89acf77d1
0x9150a444457aa7e44172ef3cb9a726b7ceb3f16f3c3c300142245476c7b90927
0x5bf7adbac65715f3194ce3a533df13b8875ae21d65d64e7b8e8abf7e874fc03e
0xcd4a9c6375aa8dada70faea513e75da61248d4399df1a3ca0fd8b6bc889ff5db
From
0x7d88556a957006f57920b7ac5b2f59603bb8933b5902c0bb82a354c43bcc47ce
0x1522d4ae053e1e4d8e3ffe0705d0a7629ab636d2eda19be01040da8d529b5962
0xccbb48513aa7d4724ef7bfeb6fd35f435d77d59379d2dc9b0f257bcceb54f6e5
0x38dcd52cf43f35f76778fe5e958a47d4a718cc3f2c2aaa8a78a84b122416aeb1
0xdc190ef967d7f485726028dc1348830aa375b7c0f2df830c72054f81a01fb85e

Functions
Getter at block 21381416
artistId(view returns (string)
1
cost(view returns (uint256)
59000000000000000
dynamicStart(view returns (bool)
false
getStartDate(view returns (uint256)
0
maxMintAmountPerTx(view returns (uint256)
3
maxSupply(view returns (uint256)
3333
merkleRoot(view returns (bytes32)
0x573c935c0e8c9da422fbd709f0d31520098219693afc16363eb7da6f4a28b0fb
name(view returns (string)
SHiELD:AGE
owner(view returns (address)
0xa107e9f9d382244f3a669340cf53014abbc58629
paused(view returns (bool)
false
 
projDescription(view returns (string)
projId(view returns (string)
22
projName(view returns (string)
Cotoh Tsumi | SHiELD:AGE
revealed(view returns (bool)
true
startDate(view returns (uint256)
0
symbol(view returns (string)
SA
totalSupply(view returns (uint256)
3333
uriPrefix(view returns (string)
ipfs://QmXEsPxtvjveDKuUYDbnHMKUQJYZMJSsRxb16PRbnK2ibR/
uriSuffix(view returns (string)
.json
whitelistMintEnabled(view returns (bool)
false
Read-only
balanceOf(address ownerview returns (uint256)
explicitOwnershipOf(uint256 tokenIdview returns (struct IERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIdsview returns (struct IERC721ATokenOwnership[])
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 _tokenIdview returns (string)
tokensOfOwner(address ownerview returns (uint256[])
tokensOfOwnerIn(address owneruint256 startuint256 stopview returns (uint256[])
whitelistClaimed(addressview returns (bool)
State-modifying
approve(address touint256 tokenIdpayable 
mint(uint256 _mintAmountpayable 
mintForAddress(uint256 _mintAmountaddress _receiver
renounceOwnership(
reserveTokens(address _receiveruint256 _mintAmount
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes datapayable 
setApprovalForAll(address operatorbool approved
setArtistId(string _artistId
setCost(uint256 _cost
setDynamicStart(bool _state
setMaxMintAmountPerTx(uint256 _maxMintAmountPerTx
setMerkleRoot(bytes32 _merkleRoot
setPaused(bool _state
setProjDescription(string _projDescription
setProjId(string _projId
setProjName(string _projName
setRevealed(bool _state
setStartDate(uint256 _startDate
setUriPrefix(string _uriPrefix
setUriSuffix(string _uriSuffix
setWhitelistMintEnabled(bool _state
transferFrom(address fromaddress touint256 tokenIdpayable 
transferOwnership(address newOwner
whitelistMint(uint256 _mintAmountbytes32[] _merkleProofpayable 
withdrawFund(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(string _tokenNamestring _tokenSymboluint256 _costuint256 _maxSupplyuint256 _maxMintAmountPerTxstring _projNamestring _projDescriptionstring _projIdstring _artistId
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
BalanceQueryForZeroAddress(
InvalidQueryRange(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OperatorNotAllowed(address operator
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(