Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 2 additional slots
Balances ($0.00)
No balances found for "Blarg"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20343733 | 4 months ago | | | 0 | 0.00022601449 | |
| 20286140 | 4 months ago | | | 0 | 0.00031058600 | |
| 20091703 | 5 months ago | | | 0 | 0.00064355036 | |
| 18196695 | a year ago | | | 0 | 0.00034239908 | |
| 17747278 | a year ago | | | 0 | 0.00064407206 | |
| 16982224 | 2 years ago | | | 0 | 0.0012664612 | |
| 16915725 | 2 years ago | | | 0 | 0.00077087830 | |
| 16846875 | 2 years ago | | | 0 | 0.00081485941 | |
| 16690612 | 2 years ago | | | 0 | 0.0011784987 | |
| 16668766 | 2 years ago | | | 0 | 0.00099790899 |
ABI
ABI objects
Getter at block 21204065
BUY_PRICE() view returns (uint256)
10000000000000000
RESERVE_TOKENS() view returns (uint256)
37
baseURI() view returns (string)
https://bbllaarrgg.xyz/api/metadata/
contractURI() view returns (string)
https://bbllaarrgg.xyz/api/contractURI
hasMinted() view returns (uint256)
0
maxSupply() view returns (uint256)
1337
name() view returns (string)
Blarg
owner() view returns (address)
0x99bf202d82e02490bdeedbe13fc3c32bb6d209a0
symbol() view returns (string)
BLARG
totalSupply() view returns (uint256)
1337
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)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 id) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
buy() payable
mint()
renounceOwnership()
reserveTeamTokens(uint256 amount)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _uri)
setContractURI(string _uri)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
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)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()