Beepos
Verified contract
Active on
Ethereum with 17,030 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
2 additional
variables
Balances ($25.38)
Native
Value
$25.38
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.007632 | $3,325.89 |
$25.38 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20968428 | a month ago | | | 0 | 0.00030933158 | |
| 20798537 | 2 months ago | | | 0 | 0.00050030734 | |
| 20655604 | 3 months ago | | | 0 | 0.000029397600 | |
| 20641473 | 3 months ago | | | 0 | 0.000055362354 | |
| 20491004 | 3 months ago | | | 0 | 0.000066134119 | |
| 20394681 | 4 months ago | | | 0 | 0.000030693196 | |
| 20382646 | 4 months ago | | | 0 | 0.00014422214 | |
| 20317498 | 4 months ago | | | 0 | 0.00019589408 | |
| 20214426 | 5 months ago | | | 0 | 0.000093293361 | |
| 20214426 | 5 months ago | | | 0 | 0.000086255008 |
ABI
ABI objects
Getter at block 21259589
MaxMintPerWallet() view returns (uint256)
3
baseURI() view returns (string)
https://beepos.fun/api/beepos/
cost() view returns (uint256)
55000000000000000
maxMint() view returns (uint256)
3
maxSupply() view returns (uint256)
10000
name() view returns (string)
Beepos
owner() view returns (address)
0x9c37195b0e620f0b429a615a29045137a0871bba
presaleDate() view returns (uint256)
1637132400
status() view returns (bool)
true
symbol() view returns (string)
BEEPS
totalReleased() view returns (uint256)
0
totalShares() view returns (uint256)
100
totalSupply() view returns (uint256)
10000
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
mintOf(address owner) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
payee(uint256 index) view returns (address)
presaleWhitelist(address) view returns (uint256)
released(address account) view returns (uint256)
released(address token, 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)
tokensOfOwner(address owner) view returns (uint256[])
totalReleased(address token) view returns (uint256)
users(address) view returns (uint256 minted)
State-modifying
Events approve(address to, uint256 tokenId)
gift(uint256[] quantity, address[] recipient)
mint(uint256 _mintAmount) payable
mintPresale(uint256 _mintAmount) payable
presaleSet(address[] _addresses, uint256[] _amounts)
release(address account)
release(address token, address account)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _newBaseURI)
setCost(uint256 _newCost)
setMaxMintAmount(uint256 _newMaxMintAmount)
setSaleStatus(bool _status)
setmaxSupply(uint256 _newMaxSupply)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
updateMintPerWalletLimit(uint256 newLimit)
withdraw() payable
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ERC20PaymentReleased(address indexed token, address to, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PayeeAdded(address account, uint256 shares)
PaymentReceived(address from, uint256 amount)
PaymentReleased(address to, uint256 amount)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string _name, string _symbol, string _initBaseURI)
receive()
This contract contains no error objects.