BloodShedBearsMintPass
Verified contract
Active on
Ethereum with 1,714 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 "BloodShedBearsMintPass"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18899665 | a year ago | | | 0 | 0.0010149010 | |
| 18899663 | a year ago | | | 0 | 0.0010579448 | |
| 18899659 | a year ago | | | 0 | 0.0010304217 | |
| 18802900 | a year ago | | | 0 | 0.00075162140 | |
| 18802897 | a year ago | | | 0 | 0.00076350413 | |
| 18799827 | a year ago | | | 0 | 0.0015271382 | |
| 17154800 | 2 years ago | | | 0 | 0.0015087318 | |
| 17154797 | 2 years ago | | | 0 | 0.0013622712 | |
| 16573185 | 2 years ago | | | 0 | 0.00062126214 | |
| 16483881 | 2 years ago | | | 0 | 0.00039058890 |
ABI
ABI objects
Getter at block 21246849
BlOOD_SHED_BEARS_PASS() view returns (uint256)
0
MAX_SUPPLY() view returns (uint256)
500
cost_() view returns (uint256)
100000000000000000
isPreSoldClaimActive() view returns (bool)
false
isPresaleActive() view returns (bool)
false
isSaleActive() view returns (bool)
true
maxPresaleMint_() view returns (uint256)
3
name_() view returns (string)
BloodshedBearsMetaPass
owner() view returns (address)
0x9823f36c34dba0a9d88215f8eb7e6618162ffbb8
paused() view returns (bool)
false
perTxnLimit_() view returns (uint256)
5
symbol_() view returns (string)
BSB
teamReserveAvailableMint_() view returns (uint256)
20
Read-only
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
exists(uint256 id) view returns (bool)
isApprovedForAll(address account, address operator) view returns (bool)
preSoldMints(address) view returns (uint256)
presaleWhitelistMints(address) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
totalSupply(uint256 id) view returns (uint256)
uri(uint256) view returns (string)
State-modifying
Events addPreSoldMints(address[] addresses, uint256[] mints)
claimPreSold()
flipPreSoldState()
flipPresaleState()
flipSaleState()
mint(uint256 _mintAmount) payable
mintPresale(uint256 mintAmount, bytes32[] proof) payable
pause()
renounceOwnership()
reserve()
safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] amounts, bytes data)
safeTransferFrom(address from, address to, uint256 id, uint256 amount, bytes data)
setApprovalForAll(address operator, bool approved)
setMerkleTreeRoot(bytes32 merkleTreeRoot_)
setPerTxnLimit(uint256 perTxnLimit)
setTokenPrice(uint256 cost)
setUri(string uri)
transferOwnership(address newOwner)
unpause()
withdraw()
ApprovalForAll(address indexed account, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
TransferBatch(address indexed operator, address indexed from, address indexed to, uint256[] ids, uint256[] values)
TransferSingle(address indexed operator, address indexed from, address indexed to, uint256 id, uint256 value)
URI(string value, uint256 indexed id)
Unpaused(address account)
constructor(string _name, string _symbol, string _uri)
This contract contains no fallback and receive objects.
This contract contains no error objects.