boredassgoblins
Verified contract
Active on
Ethereum with 5,570 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 "boredassgoblins"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21069619 | 19 days ago | | | 0 | 0.00036496830 | |
| 20981306 | a month ago | | | 0 | 0.00023355139 | |
| 20768746 | 2 months ago | | | 0 | 0.00010088959 | |
| 20671219 | 2 months ago | | | 0 | 0.00018738706 | |
| 20671190 | 2 months ago | | | 0 | 0.00018057887 | |
| 20648829 | 3 months ago | | | 0 | 0.000055116817 | |
| 20626846 | 3 months ago | | | 0 | 0.000036382500 | |
| 20617219 | 3 months ago | | | 0 | 0.000056293138 | |
| 20201798 | 5 months ago | | | 0 | 0.000086877022 | |
| 19687472 | 7 months ago | | | 0 | 0.00018309652 |
ABI
ABI objects
Getter at block 21208289
baseURI() view returns (string)
ipfs://QmYFAYi6epigytRaeT7RWZfJchHA8GsRbxPMRorF9KDEPo/
maxPerTx() view returns (uint256)
30
maxPerWallet() view returns (uint256)
9999
maxSupply() view returns (uint256)
10018
mintEnabled() view returns (bool)
false
name() view returns (string)
boredassgoblins
nextOwnerToExplicitlySet() view returns (uint256)
0
owner() view returns (address)
0x0c10c45c64d69ffc2067b2545eb99976785687a0
price() view returns (uint256)
5000000000000000
symbol() view returns (string)
BAG
totalSupply() view returns (uint256)
10018
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getOwnershipData(uint256 tokenId) view returns (struct ERC721ATokenOwnership)
isApprovedForAll(address owner, address operator) view returns (bool)
numberMinted(address owner) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256 num) payable
renounceOwnership()
reserveMint(uint256 num)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI_)
setMaxPerTx(uint256 maxPerTx_)
setMaxPerWallet(uint256 maxPerWallet_)
setMaxSupply(uint256 maxSupply_)
setMintPrice(uint256 val)
setOwnersExplicit(uint256 quantity)
toggleMint()
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.
This contract contains no error objects.