SHiELD:AGE

Verified contract

Active on Ethereum with 6,745 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"

0x7d88556a957006f57920b7ac5b2f59603bb8933b5902c0bb82a354c43bcc47ce
0x1522d4ae053e1e4d8e3ffe0705d0a7629ab636d2eda19be01040da8d529b5962
0xccbb48513aa7d4724ef7bfeb6fd35f435d77d59379d2dc9b0f257bcceb54f6e5
0x38dcd52cf43f35f76778fe5e958a47d4a718cc3f2c2aaa8a78a84b122416aeb1
0xdc190ef967d7f485726028dc1348830aa375b7c0f2df830c72054f81a01fb85e
0xe7d4edd60980a52f852c340a4439cc26965ed377a110eb9a4c467c288bd7ff0f
0xe419876b6a43708716bcebc1579692e2202a942821dc4f78fa942cc7f667d601
0x61e37afb9e88b4e69469150596b6f700af1ebab748b09dd41b37b2a5d10df600
0xaeb8c12865f2256cded0fb512e37df66c47a79497ad7a855fafe5a7469748574
0x01dce4e5b0b2d5d0b17d52c845ba66ef4ee28cf5740da16e4effda00b7193f97

Functions
Getter at block 20922633
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(