BrokenSeaDAO
Verified contract
Active on
Ethereum with 5,506 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 "BrokenSeaDAO"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21098127 | 8 days ago | | | 0 | 0.00016607209 | |
| 21050855 | 15 days ago | | | 0 | 0.00031682608 | |
| 21035093 | 17 days ago | | | 0 | 0.00022917357 | |
| 20892567 | a month ago | | | 0 | 0.00042474660 | |
| 20719310 | 2 months ago | | | 0 | 0.000063086400 | |
| 20607869 | 3 months ago | | | 0 | 0.000036411636 | |
| 20563770 | 3 months ago | | | 0 | 0.00020505567 | |
| 20411927 | 3 months ago | | | 0 | 0.00012393827 | |
| 20255582 | 4 months ago | | | 0 | 0.00012048427 | |
| 20194541 | 4 months ago | | | 0 | 0.000084347574 |
ABI
ABI objects
Getter at block 21158215
PRICE() view returns (uint256)
30000000000000000
_baseTokenURI() view returns (string)
ipfs://QmVZrpfVzrc5Ci5UWg8mT3Go4CaQCSD2tZTHaxMFFQxjEh/
name() view returns (string)
BrokenSeaDAO
next() view returns (uint256)
9999
owner() view returns (address)
0x611209e871da3ceb354b6af329f14fa4dc0caa28
revealed() view returns (bool)
true
symbol() view returns (string)
BRKN
totalSupply() view returns (uint256)
9999
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isDelegate(address addr) view returns (bool)
isOwnerOf(address account, uint256[] tokenIds) view returns (bool)
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 tokenId)
tokenURI(uint256 tokenId) view returns (string)
walletOfOwner(address account) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256 _count) payable
renounceOwnership()
reveal()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _newBaseURI)
setDelegate(address addr, bool isDelegate_)
setPrice(uint256 _newPrice)
transferBatch(address from, address to, uint256[] tokenIds, bytes data)
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.