KILLABEARS
Verified contract
Active on
Ethereum with 23,807 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 "KILLABEARS"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21204406 | 5 hours ago | | | 0 | 0.00070942941 | |
| 21203171 | 9 hours ago | | | 0 | 0.00096011965 | |
| 21201442 | 15 hours ago | | | 0 | 0.0014839712 | |
| 21191957 | 2 days ago | | | 0 | 0.00071830764 | |
| 21191421 | 2 days ago | | | 0 | 0.00065960975 | |
| 21190878 | 2 days ago | | | 0 | 0.0010536596 | |
| 21188104 | 2 days ago | | | 0 | 0.0012611794 | |
| 21186687 | 3 days ago | | | 0 | 0.0014802445 | |
| 21186140 | 3 days ago | | | 0 | 0.0014332738 | |
| 21178879 | 4 days ago | | | 0 | 0.0015162135 |
ABI
ABI objects
Getter at block 21205917 getBaseURI() view returns (string)
cap() view returns (uint256)
3333
devTokensMinted() view returns (uint256)
70
maxTokens() view returns (uint256)
3333
mintMode() view returns (uint8)
2
name() view returns (string)
KILLABEARS
owner() view returns (address)
0x48cf2a4b8a74974beabf8db1f45f9123edc79c06
symbol() view returns (string)
KILLABEARS
tokenPrice() view returns (uint256)
0
totalSupply() view returns (uint256)
3333
voucherSigner() view returns (address)
0x739bb6be275a65993f8f1b816f0e2e3a287aec0d
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)
teamShares(uint256) view returns (uint256)
teamWallets(uint256) view returns (address)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
verifyVoucher(struct Voucher voucher) view returns (address)
voucherBalance(uint256) view returns (uint256)
walletOfOwner(address _owner) view returns (uint256[])
State-modifying
Events airdrop(address[] addr)
approve(address to, uint256 tokenId)
distribute()
endPresale()
mint(uint256 n) payable
mintWithVoucher(uint256 n, struct Voucher voucher) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setCap(uint256 _cap)
setMintMode(uint8 _mode)
setTokenPrice(uint256 _price)
setVoucherSigner(address _signer)
startPresale(uint256 _price, address _signer, uint256 _cap)
startPublicSale(uint256 _price, uint256 _cap)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
withdrawPortion(uint256 portion)
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 baseURI, string tokenName, string tokenSymbol)
This contract contains no fallback and receive objects.
This contract contains no error objects.