Shonen Junk
Verified contract
Active on
Ethereum with 12,448 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 "Shonen Junk"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21105294 | 7 days ago | | | 0 | 0.00012365500 | |
| 21093051 | 9 days ago | | | 0 | 0.00029374484 | |
| 21004531 | 21 days ago | | | 0 | 0.00030214134 | |
| 21003870 | 21 days ago | | | 0 | 0.00042551410 | |
| 20925850 | a month ago | | | 0 | 0.00023997909 | |
| 20916551 | a month ago | | | 0 | 0.00069080028 | |
| 20896643 | a month ago | | | 0 | 0.00028338102 | |
| 20873090 | a month ago | | | 0 | 0.0011260074 | |
| 20750369 | 2 months ago | | | 0 | 0.00020530661 | |
| 20685428 | 2 months ago | | | 0 | 0.00019329534 |
ABI
ABI objects
Getter at block 21157658
maxPerAddressDuringMint() view returns (uint256)
3
maxSupply() view returns (uint256)
9001
name() view returns (string)
Shonen Junk
nextOwnerToExplicitlySet() view returns (uint256)
0
owner() view returns (address)
0xdb275fac4239aa53e3c56b7e999dfc2b2406b671
paused() view returns (bool)
true
reserved() view returns (uint256)
800
symbol() view returns (string)
SJ
tier0Price() view returns (uint256)
80000000000000000
tier1Price() view returns (uint256)
80000000000000000
tier2Price() view returns (uint256)
80000000000000000
totalSupply() view returns (uint256)
9001
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)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
giveAway(address recipient, uint256 num)
purchase(uint256 num, uint256 _timestamp, uint256 priceTier, bytes _signature) 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 uri)
setPause(bool val)
setPrice(uint256 priceTier, uint256 newPrice)
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)
constructor(string name, string symbol, string initBaseURI)
This contract contains no fallback and receive objects.
This contract contains no error objects.