SHiELD:AGE
Verified contract
Active on
Ethereum with 6,750 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
2 additional
variables
Balances ($0.00)
No balances found for "SHiELD:AGE"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21283450 | 14 days ago | | | 0 | 0.00042231959 | |
| 21249063 | 18 days ago | | | 0 | 0.00048197882 | |
| 21104325 | a month ago | | | 0 | 0.00017806852 | |
| 21104043 | a month ago | | | 0 | 0.000089046111 | |
| 21103040 | a month ago | | | 0 | 0.000099326600 | |
| 20818595 | 3 months ago | | | 0 | 0.00070771561 | |
| 20524129 | 4 months ago | | | 0 | 0.000033566574 | |
| 20279965 | 5 months ago | | | 0 | 0.000075659726 | |
| 20228344 | 5 months ago | | | 0 | 0.00069919577 | |
| 20215705 | 5 months ago | | | 0 | 0.000073849860 |
ABI
ABI objects
Getter at block 21381416 projDescription() view returns (string)
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
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 owner) view returns (uint256)
explicitOwnershipOf(uint256 tokenId) view returns (struct IERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIds) view returns (struct IERC721ATokenOwnership[])
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)
tokenURI(uint256 _tokenId) view returns (string)
tokensOfOwner(address owner) view returns (uint256[])
tokensOfOwnerIn(address owner, uint256 start, uint256 stop) view returns (uint256[])
whitelistClaimed(address) view returns (bool)
State-modifying
Events approve(address to, uint256 tokenId) payable
mint(uint256 _mintAmount) payable
mintForAddress(uint256 _mintAmount, address _receiver)
renounceOwnership()
reserveTokens(address _receiver, uint256 _mintAmount)
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes data) payable
setApprovalForAll(address operator, bool 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 from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
whitelistMint(uint256 _mintAmount, bytes32[] _merkleProof) payable
withdrawFund()
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(string _tokenName, string _tokenSymbol, uint256 _cost, uint256 _maxSupply, uint256 _maxMintAmountPerTx, string _projName, string _projDescription, string _projId, string _artistId)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
InvalidQueryRange()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OperatorNotAllowed(address operator)
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()