MonstersBash
Verified contract
Active on
Ethereum with 1,092 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x82a0…cdbf
0x089d…9264
Balances ($0.00)
No balances found for "MonstersBash"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20243688 | 5 months ago | | | 0 | 0.00012512786 | |
| 19794913 | 7 months ago | | | 0 | 0.00060242121 | |
| 19794674 | 7 months ago | | | 0 | 0.00026103921 | |
| 19052048 | 10 months ago | | | 0 | 0.00050738057 | |
| 19037895 | 10 months ago | | | 0 | 0.00083032589 | |
| 17686528 | a year ago | | | 0 | 0.0044462841 | |
| 17649145 | a year ago | | | 0 | 0.00044249126 | |
| 17649055 | a year ago | | | 0 | 0.00063064614 | |
| 17354134 | a year ago | | | 0 | 0.00064536442 | |
| 17028061 | 2 years ago | | | 0 | 0.0010208660 |
ABI
ABI objects
Getter at block 21258000
MAX_EXCLUSIVE_PER_WALLET() view returns (uint256)
5
MAX_NFTS_PER_TX() view returns (uint256)
20
MAX_SUPPLY() view returns (uint256)
10000
exclusiveMintRemaining() view returns (uint256)
1463
exclusiveNftAddress() view returns (address)
0x0000000000000000000000000000000000000000
multisig() view returns (address)
0x82a0208fad58a4d47da4d1d3f1c0a07123e7cdbf
name() view returns (string)
Monsters Bash
owner() view returns (address)
0x7a6234148a251dfc167a18d6f81ad9f5b6aea992
saleIsActive() view returns (bool)
false
salePrice() view returns (uint256)
0
splitter() view returns (address)
0x089df20dbd0259e8aaf89c49dab6f6b195749264
symbol() view returns (string)
MBASH
totalSupply() view returns (uint256)
1519
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) 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)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256 n) payable
mintExclusive(uint256 n) payable
renounceOwnership()
reserve()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI_)
setExclusiveAddress(address _exclusiveNftAddress)
setExclusiveMintRemaining(uint256 n)
setPrice(uint256 _salePrice)
toggleSaleState()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
updateTokenURIExternal(address _tokenURIExternal)
withdrawMultisig()
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(address _multisig, address _splitter)
This contract contains no fallback and receive objects.
This contract contains no error objects.