BABYMETA
Verified contract
Active on
Ethereum with 1,046 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
BABYMT | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21308007 | 2 days ago | | | 0 | 0.00092576155 | |
| 21074828 | a month ago | | | 0 | 0.00039311792 | |
| 20449650 | 4 months ago | | | 0 | 0.00017064139 | |
| 20127918 | 5 months ago | | | 0 | 0.00039065512 | |
| 19861010 | 7 months ago | | | 0 | 0.00030832939 | |
| 19744591 | 7 months ago | | | 0 | 0.00021647161 | |
| 19739478 | 7 months ago | | | 0 | 0.00041822072 | |
| 19380245 | 9 months ago | | | 0 | 0.0023572424 | |
| 19276734 | 9 months ago | | | 0 | 0.0028343252 | |
| 18866969 | a year ago | | | 0 | 0.00062745078 |
ABI
ABI objects
Getter at block 21320156
BABYMETA_PER_WALLET() view returns (uint256)
4
MAX_BABYMETA() view returns (uint256)
4777
PRICE() view returns (uint256)
200000000000000000
baseURI() view returns (string)
ipfs://QmdHZ5YjQfe8k5gmd3zkXyofF1oXrBnrhYCaNzb7eagH5y/
currentSupply() view returns (uint256)
813
name() view returns (string)
BABYMETA
owner() view returns (address)
0x58e46073b87e6d8b0cc47e762b8da67260a7b10c
public_sale() view returns (bool)
false
symbol() view returns (string)
BABYMT
totalReleased() view returns (uint256)
146600000000000000000
totalShares() view returns (uint256)
10000
whitelist_sale() view returns (bool)
false
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)
payee(uint256 index) view returns (address)
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)
tokenURI(uint256 tokenId) view returns (string)
totalReleased(address token) view returns (uint256)
verify(bytes32[] proof, address from) view returns (bool)
State-modifying
Events approve(address to, uint256 tokenId)
bornOnOpenSale(uint256 amount) payable
bornOnWhitelist(uint256 amount, bytes32[] proof) payable
bornOwner()
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 newBaseTokenURI)
setPrice(uint256 _newPrice)
setPublicSale(bool status)
setWhitelist(bool status)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
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)
WelcomeToBabyMeta(address from, uint256 id)
constructor(bytes32 root)
receive()
This contract contains no error objects.