BoredGoats
Verified contract
Active on
Ethereum with 1,385 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($6.29)
Native
Value
$6.29
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.002 | $3,145.61 |
$6.29 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18746677 | a year ago | | | 0 | 0.0017866199 | |
| 17864629 | a year ago | | | 0 | 0.0013467663 | |
| 17621840 | a year ago | | | 0 | 0.0022485871 | |
| 17355831 | a year ago | | | 0 | 0.00058199019 | |
| 17060754 | 2 years ago | | | 0 | 0.0011706698 | |
| 17035708 | 2 years ago | | | 0 | 0.0017426395 | |
| 16986218 | 2 years ago | | | 0 | 0.0010448512 | |
| 16928761 | 2 years ago | | | 0 | 0.0015182693 | |
| 16910739 | 2 years ago | | | 0 | 0.00063488267 | |
| 16273100 | 2 years ago | | | 0 | 0.00063745763 |
ABI
ABI objects
Getter at block 21203469
isMintEnabled() view returns (bool)
true
maxPerWallet() view returns (uint256)
5
maxSupply() view returns (uint256)
3333
mintPrice() view returns (uint256)
0
name() view returns (string)
BoredGoats
owner() view returns (address)
0x7ed925ddaa23172e1817fe6b5238cc5cb81ef012
symbol() view returns (string)
BG
totalSupply() view returns (uint256)
3333
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
mintedWallets(address) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events _changeBaseURI(string baseURI_)
approve(address to, uint256 tokenId)
mint(uint256 quantity_) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setMaxPerWallet(uint256 maxPerWallet_)
setMaxSupply(uint256 maxSupply_)
setMintRate(uint256 mintPrice_)
toggleIsMintEnabled()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw() payable
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()
URIQueryForNonexistentToken()