Shields
Verified contract
Active on
Ethereum with 6,942 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($128.23)
Native
Value
$128.23
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.04 | $3,205.65 |
$128.23 | |
SHIELDS | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21047182 | 16 days ago | | | 0 | 0.00016147600 | |
| 21017263 | 20 days ago | | | 0 | 0.00031742222 | |
| 21017262 | 20 days ago | | | 0 | 0.00030433131 | |
| 21017260 | 20 days ago | | | 0 | 0.00041093304 | |
| 20995500 | 23 days ago | | | 0 | 0.00043810189 | |
| 20988279 | 24 days ago | | | 0 | 0.00062315767 | |
| 20987434 | 24 days ago | | | 0 | 0.0011711301 | |
| 20959987 | a month ago | | | 0 | 0.0014954625 | |
| 20944794 | a month ago | | | 0 | 0.00050160633 | |
| 20925902 | a month ago | | | 0 | 0.00045057512 |
ABI
ABI objects
Getter at block 21158255
emblemWeaver() view returns (address)
0x3e2063199f7b98b8188b7649d95bd0c82f4b0001
mythicFee() view returns (uint256)
20000000000000000
name() view returns (string)
Shields
owner() view returns (address)
0x42aaeee1201ec5d1f3a3dccc23ab8c01391d182d
publicMintActive() view returns (bool)
true
publicMintPrice() view returns (uint256)
200000000000000000
specialFee() view returns (uint256)
80000000000000000
symbol() view returns (string)
SHIELDS
totalSupply() view returns (uint256)
5000
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
shieldHashes(bytes32) view returns (bool)
shields(uint256 tokenId) view returns (uint16 field, uint16 hardware, uint16 frame, uint24 color1, uint24 color2, uint24 color3, uint24 color4, uint8 shieldBadge)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
build(uint16 field, uint16 hardware, uint16 frame, uint24[4] colors, uint256 tokenId) payable
collectFees()
mint(address to, uint8 count) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setPublicMintActive()
setPublicMintPrice(uint256 _publicMintPrice)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
ShieldBuilt(uint256 tokenId, uint16 field, uint16 hardware, uint16 frame, uint24[4] colors, uint8 shieldBadge)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string name_, string symbol_, address _emblemWeaver, address makerBadgeRecipient, address granteeBadgeRecipient)
This contract contains no fallback and receive objects.
This contract contains no error objects.