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 "Bepis"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20753123 | 2 months ago | | | 0 | 0.000055051473 | |
| 19802520 | 6 months ago | | | 0 | 0.00023155532 | |
| 19506349 | 8 months ago | | | 0 | 0.0010170571 | |
| 19455952 | 8 months ago | | | 0 | 0.00084618308 | |
| 18801353 | a year ago | | | 0 | 0.0019412451 | |
| 18763176 | a year ago | | | 0 | 0.0010187501 | |
| 18762105 | a year ago | | | 0 | 0.0012034747 | |
| 18743846 | a year ago | | | 0 | 0.0019696993 | |
| 17884029 | a year ago | | | 0 | 0.00076561869 | |
| 17600292 | a year ago | | | 0 | 0.0010757420 |
ABI
ABI objects
Getter at block 21184435
baseExtension() view returns (string)
.json
baseURI() view returns (string)
ipfs://QmULCm4C9ezirjTgmazW16ubYvMkouP9T7WYaZYLFjJgua/
bepisPublicCount() view returns (uint16)
1868
bepisReservedCount() view returns (uint8)
25
maxPerTx() view returns (uint16)
10
maxSupply() view returns (uint16)
1893
name() view returns (string)
Bepis
owner() view returns (address)
0xdead1b24aa09a512dfbf110284da9f05afc89658
privateAmountMinted() view returns (uint16)
0
publicAmountMinted() view returns (uint16)
1868
salePaused() view returns (bool)
false
symbol() view returns (string)
BEPIS
totalSupply() view returns (uint256)
1868
Read-only
addressMintedBalance(address) view returns (uint256)
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)
walletOfOwner(address _owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256 _mintAmount)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseExtension(string _newBaseExtension)
setBaseURI(string _newBaseURI)
startOrPauseSale(bool _paused)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
twentyFiveReserved(uint256 _mintAmount)
withdraw() payable
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(string _name, string _symbol, string _initBaseURI)
This contract contains no fallback and receive objects.
This contract contains no error objects.