Let The Shield Shine
Unverified contract
Proxy
Active on
Base with 62,382 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 12 additional slots
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ATN | ERC-20 | 10K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21940765 | 20 hours ago | | | 0 | 1.5720808e-7 | |
| 21860283 | 3 days ago | | | 0 | 1.5837611e-7 | |
| 21797456 | 4 days ago | | | 0 | 1.6119981e-7 | |
| 21733603 | 6 days ago | | | 0 | 1.5778647e-7 | |
| 21640660 | 8 days ago | | | 0.0001 | 4.5108751e-7 | |
| 21640509 | 8 days ago | | | 0.0001 | 4.5291494e-7 | |
| 21640202 | 8 days ago | | | 0.0001 | 4.5424703e-7 | |
| 21640034 | 8 days ago | | | 0.0001 | 4.6047230e-7 | |
| 21639777 | 8 days ago | | | 0.0001 | 4.7281931e-7 | |
| 21639593 | 8 days ago | | | 0.0001 | 4.7145206e-7 |
ABI
ABI objects
Getter at block 21977201 contractURI() view returns (string) getMetadata() view returns (struct CollectionCreationRequest) metadata() view returns (address creator, string name, string description, string symbol, string image, string animation_url, string mintType, uint128 maxSupply, uint128 maxPerWallet, uint256 cost, uint256 startTime, uint256 endTime, uint256 nonce)
currentTokenId() view returns (uint256)
61630
mintingContract() view returns (address)
0x560aa3207ae4b516a5489e04f2fa2e2808cea896
name() view returns (string)
Let The Shield Shine
owner() view returns (address)
0x087f95e91c3787449b73834514e089381158d5b0
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
LTS
totalSupply() view returns (uint256)
61629
Read-only
balanceOf(address owner) view returns (uint256)
cost(uint256 quantity) view returns (uint256)
getApproved(uint256) view returns (address)
isApprovedForAll(address, address) view returns (bool)
ownerOf(uint256 id) view returns (address owner)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events acceptOwnership()
approve(address spender, uint256 id)
initialize(struct CollectionCreationRequest request, address mintingContract_)
mint(address to, uint256 quantity) payable
mintWithComment(address to, uint256 quantity, string comment) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 id)
safeTransferFrom(address from, address to, uint256 id, bytes data)
setApprovalForAll(address operator, bool approved)
setMetadata(struct CollectionCreationRequest metadata_)
transferFrom(address from, address to, uint256 id)
transferOwnership(address newOwner)
withdraw()
Approval(address indexed owner, address indexed spender, uint256 indexed id)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
Initialized(uint64 version)
MintConfigChanged()
OwnershipTransferStarted(address indexed previousOwner, address indexed newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TokenForgeMint(address indexed to, uint256 quantity)
TokenForgeMintComment(address indexed to, uint256 quantity, string comment)
Transfer(address indexed from, address indexed to, uint256 indexed id)
Withdrawn(address indexed owner, uint256 amount)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
FailedToSendEth()
IncorrectETHAmount(uint256 sent, uint256 expected)
InvalidCollectionRequest(string message)
InvalidContractAddress()
InvalidInitialization()
InvalidMintQuantity()
MintingClosed()
MintingNotStarted()
NotInitializing()
OutOfSupply()
OverClaimLimit()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
ReentrancyGuardReentrantCall()
TokenDoesNotExist(uint256 tokenId)