Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
5 additional
variables
Balances ($0.00)
No balances found for "Bedlam"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21240576 | 3 days ago | | | 0 | 0.0012549351 | |
| 21136746 | 17 days ago | | | 0 | 0.0021362384 | |
| 21135223 | 17 days ago | | | 0 | 0.00080135326 | |
| 21097049 | 23 days ago | | | 0 | 0.00020310840 | |
| 20944134 | a month ago | | | 0 | 0.0010032510 | |
| 20854039 | 2 months ago | | | 0 | 0.00029263554 | |
| 20786579 | 2 months ago | | | 0 | 0.00064850708 | |
| 20730628 | 2 months ago | | | 0 | 0.00015509761 | |
| 20705115 | 3 months ago | | | 0 | 0.000082013285 | |
| 20686555 | 3 months ago | | | 0 | 0.00023137816 |
ABI
ABI objects
Getter at block 21258529
baseUri() view returns (string)
https://ipfs.io/ipfs/QmSLqKzm4jPjetsrGHkzGXMGv3CzHpCf7gui8N8MKxUmft/
isPhaseSaleActive() view returns (bool)
false
isSaleActive() view returns (bool)
true
isWhitelistActive() view returns (bool)
false
max() view returns (uint256)
18
name() view returns (string)
Bedlam
owner() view returns (address)
0xc570462f76f09ef1ba96e64a667c1a729abd22f1
price() view returns (uint256)
90000000000000000
supply() view returns (uint256)
3619
symbol() view returns (string)
BED
totalReleased() view returns (uint256)
217160000000000000000
totalShares() view returns (uint256)
100
totalSupply() view returns (uint256)
3619
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isSubmitted(uint256 id) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
payee(uint256 index) view returns (address)
released(address account) view returns (uint256)
shares(address account) view returns (uint256)
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)
totalClaimed(address) view returns (uint256)
viewClaimed(address account) view returns (uint256)
State-modifying
Events approve(address to, uint256 tokenId)
burn(uint256 tokenId)
claim(string[] ids, uint256 totalAllocated, bytes32[] proof)
mint(uint256 count) payable
release(address account)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setExtension(string _extension)
setMax(uint256 _max)
setPrice(uint256 _price)
setSupply(uint256 _supply)
setTeamWallet(address _teamWallet)
setUri(string _uri)
submitSymbol(uint256[] ids, uint16[] values)
teamMint(uint256 count)
togglePhaseOne()
togglePublicSale()
toggleWhitelist()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
whitelistMint(uint256 count, uint256 tokenId, bytes32[] proof) payable
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
Claimed(string[] ids, uint256 startingIndex, address sender)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PayeeAdded(address account, uint256 shares)
PaymentReceived(address from, uint256 amount)
PaymentReleased(address to, uint256 amount)
PhaseOneActive(bool live)
SaleActive(bool live)
Submission(uint256[] ids, uint16[] values, address sender)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
WhitelistActive(bool live)
constructor(bytes32 _whitelistRoot, bytes32 _phaseoneRoot, uint256 _supply, uint256 _max)
receive()
This contract contains no error objects.