Brian Armstrong
Verified contract
Active on
Base with 120 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Brian Armstrong"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22552891 | 24 days ago | | | 0 | 0.0000014286997 | |
| 22552891 | 24 days ago | | | 0 | 0.0000014286997 | |
| 22552888 | 24 days ago | | | 0 | 0.0000014294391 | |
| 22552887 | 24 days ago | | | 0 | 0.0000014305907 | |
| 22552883 | 24 days ago | | | 0 | 0.0000014315341 | |
| 22552882 | 24 days ago | | | 0 | 0.0000014323993 | |
| 22552881 | 24 days ago | | | 0 | 0.0000014325898 | |
| 22552880 | 24 days ago | | | 0 | 0.0000014336870 | |
| 22552877 | 24 days ago | | | 0 | 0.0000012691674 | |
| 22552873 | 24 days ago | | | 0 | 0.0000014361471 |
ABI
ABI objects
Getter at block 23605886
MAX_FREE_PER_WALLET() view returns (uint256)
4500
MAX_MINTS_PER_TX() view returns (uint256)
5000
NUM_FREE_MINTS() view returns (uint256)
1000000
PUBLIC_SALE_PRICE() view returns (uint256)
4450000000000000
baseTokenURI() view returns (string)
ipfs:///
freeNFTAlreadyMinted() view returns (uint256)
2256
isPublicSaleActive() view returns (bool)
true
maxSupply() view returns (uint256)
1000000
name() view returns (string)
Brian Armstrong
owner() view returns (address)
0x1f11bc695b5e87980eec385d4081b10abdbc7287
symbol() view returns (string)
Brian Armstrong
totalSupply() view returns (uint256)
2256
Read-only
balanceOf(address owner) view returns (uint256)
calculateMintingPrice(uint256 quantity) view returns (uint256)
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)
State-modifying
Events MintWithRewards(uint256 numberOfTokens) payable
approve(address to, uint256 tokenId) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data) payable
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setFreeLimitPerWallet(uint256 _limit)
setIsPublicSaleActive(bool _isPublicSaleActive)
setMaxLimitPerTransaction(uint256 _limit)
setNumFreeMints(uint256 _numfreemints)
setSalePrice(uint256 _price)
setmaxSupply(uint256 _maxSupply)
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
treasuryMint(uint256 quantity)
withdrawAll() payable
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()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()