Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 5 additional slots
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USA | ERC-20 | 1 | $0.000707 |
$0 | |
Cheems | ERC-20 | 10.134582M | -- | -- | |
LZPZ | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22904692 | 2 hours ago | | | 0 | 0.0000010744198 | |
| 22808031 | 2 days ago | | | 0 | 3.4182209e-7 | |
| 22577352 | 8 days ago | | | 0 | 0.0000010819112 | |
| 22458150 | 10 days ago | | | 0 | 0.000000808350408592 | |
| 22378750 | 12 days ago | | | 0 | 7.7365691e-7 | |
| 22365049 | 13 days ago | | | 0 | 7.7186492e-7 | |
| 22364997 | 13 days ago | | | 0 | 9.9213513e-7 | |
| 22364179 | 13 days ago | | | 0 | 6.7569411e-7 | |
| 22364179 | 13 days ago | | | 0 | 6.7569411e-7 | |
| 22364178 | 13 days ago | | | 0 | 6.4798197e-7 |
ABI
ABI objects
Getter at block 22907994
isOpen() view returns (bool)
true
name() view returns (string)
1337 Brians
owner() view returns (address)
0x8b3f6f5c62ff1d8b66dc04ba3cc309e260bc4693
supply() view returns (uint256)
8453
symbol() view returns (string)
1337BRIAN
totalSupply() view returns (uint256)
8410
Read-only
balanceOf(address owner) view returns (uint256)
checkWhitelist(address addr, bytes32[] merkleProof) view returns (bool)
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 metadata)
tokensOfOwner(address owner) view returns (uint256[])
tokensOfOwnerIn(address owner, uint256 start, uint256 stop) view returns (uint256[])
State-modifying
Events addTraits(uint8 layer, struct Payload[] payload, uint16[] traitRarities)
airdrop(uint256 amount, address to)
approve(address to, uint256 tokenId) payable
ownerMint(uint256 amount)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data) payable
setApprovalForAll(address operator, bool approved)
setMintStatus(bool state)
setWhitelist(bytes32 newMerkleRoot)
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
whitelistMint(bytes32[] merkleProof)
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 name, string symbol, uint256 totalSupply)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
InvalidCodeAtRange(uint256 _size, uint256 _start, uint256 _end)
InvalidQueryRange()
InvalidToken()
MaxMintPerAddress()
MintClose()
MintERC2309QuantityExceedsLimit()
MintOut()
MintToZeroAddress()
MintZeroQuantity()
NotOnWhitelist()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()
WriteError()