InsaneBoxKids
Verified contract
Active on
Ethereum with 443 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 "InsaneBoxKids"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19130405 | 10 months ago | | | 0 | 0.00061958388 | |
| 16647874 | 2 years ago | | | 0 | 0.00054528765 | |
| 14995950 | 2 years ago | | | 0 | 0.00056686636 | |
| 14239679 | 3 years ago | | | 0 | 0.0016507967 | |
| 14239587 | 3 years ago | | | 0 | 0.0016850972 | |
| 14233260 | 3 years ago | | | 0 | 0.0048019124 | |
| 14231838 | 3 years ago | | | 0 | 0.0039325995 | |
| 14217726 | 3 years ago | | | 0 | 0.0033271259 | |
| 14217725 | 3 years ago | | | 0 | 0.0019420738 | |
| 14216887 | 3 years ago | | | 0 | 0.0011531176 |
ABI
ABI objects
Getter at block 21313414
IBKAddress() view returns (address)
0x29864e60135e96ab9d2495c0bfff5d54cf35f9e0
MAX_BY_MINT() view returns (uint256)
10
MAX_ELEMENTS() view returns (uint256)
9500
MAX_FEMALE() view returns (uint256)
500
RESERVES() view returns (uint256)
25
artistAddress() view returns (address)
0xdcd14a1325b1fd98a275b195a60a01fdf4a10803
baseTokenURI() view returns (string)
https://boxedsanity.com/api/
creatorAddress() view returns (address)
0x2c0ae94503dfeea20aa7b71cb9884c9b5db42cb6
devAddress() view returns (address)
0x75479b52c8ccbd74716fb3ea17074aaef14c66a2
getPreSaleSupply() view returns (uint256)
5000
getPreSaleTime() view returns (uint256)
0
getPrice() view returns (uint256)
18
getSaleTime() view returns (uint256)
0
name() view returns (string)
InsaneBoxKids
owner() view returns (address)
0x2c0ae94503dfeea20aa7b71cb9884c9b5db42cb6
paused() view returns (bool)
false
price() view returns (uint256)
18
symbol() view returns (string)
IBK
totalMint() view returns (uint256)
554
totalSupply() view returns (uint256)
554
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isWalletInPreSale(address _address) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
preSaleKidsMinted(address _address) view 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 addWalletToPreSale(address _address)
approve(address to, uint256 tokenId)
burn(uint256 tokenId)
femaleSaleMint(uint256 _count) payable
mint(uint256 _count) payable
pause(bool value)
preSaleMint(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)
setPreSaleSupply(uint256 _val)
setPreSaleTime(uint256 _time)
setPrice(uint256 _newPrice)
setSaleTime(uint256 _time)
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)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
constructor(string baseURI)
This contract contains no fallback and receive objects.
This contract contains no error objects.