BeASausage
Verified contract
Active on
Ethereum with 273 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 "BeASausage"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20202379 | 4 months ago | | | 0 | 0.000090723770 | |
| 18141210 | a year ago | | | 0 | 0.00032902060 | |
| 18141210 | a year ago | | | 0 | 0.00032902060 | |
| 17682989 | a year ago | | | 0 | 0.0025656933 | |
| 16301158 | 2 years ago | | | 0 | 0.00087520976 | |
| 16287245 | 2 years ago | | | 0 | 0.00062916994 | |
| 16286904 | 2 years ago | | | 0 | 0.00071662260 | |
| 14918261 | 2 years ago | | | 0 | 0.0031659183 | |
| 14410265 | 3 years ago | | | 0 | 0.0012795245 | |
| 14242107 | 3 years ago | | | 0 | 0.0011490397 |
ABI
ABI objects
Getter at block 21093139
MAX_BY_MINT() view returns (uint256)
10
MAX_ELEMENTS() view returns (uint256)
10000
PRICE() view returns (uint256)
30000000000000000
RESERVE_GIVEAWAYS() view returns (uint256)
30
baseTokenURI() view returns (string)
https://api.beasausage.com/sausage/
creatorAddress() view returns (address)
0xbfda34c2a61ca1f2141e0c5613d57fbc17b2dc64
devAddress() view returns (address)
0xcbcc84766f2950cf867f42d766c43fb2d2ba3256
getStartSales() view returns (uint256)
1631908800
name() view returns (string)
BeASausage
owner() view returns (address)
0x247b79fcef81a0d6a18debf160e09f83e26c7640
symbol() view returns (string)
BEA
totalMint() view returns (uint256)
458
totalSupply() view returns (uint256)
458
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getBurnedToken(address _ad) view returns (uint256[])
hasBurn(address _ad) view returns (bool)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
price(uint256 _count) pure returns (uint256)
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)
burn(uint256 tokenId)
mint(address _to, uint256 _count) payable
renounceOwnership()
reserve(uint256 _count)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setStartSales(uint256 _start)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawAll() 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)
beASausage(uint256 indexed id)
constructor(string baseURI)
This contract contains no fallback and receive objects.
This contract contains no error objects.