Yugen Genesis
Verified contract
Active on
Ethereum with 136 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 "Yugen Genesis"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16825802 | 2 years ago | | | 0 | 0.00057114522 | |
| 16628968 | 2 years ago | | | 0 | 0.026779096 | |
| 16222999 | 2 years ago | | | 0 | 0.00085652440 | |
| 16214883 | 2 years ago | | | 0 | 0.00059209185 | |
| 16214853 | 2 years ago | | | 0 | 0.00056266218 | |
| 16214847 | 2 years ago | | | 0 | 0.00062650303 | |
| 16214839 | 2 years ago | | | 0 | 0.00060038172 | |
| 16084018 | 2 years ago | | | 0 | 0.00061698641 | |
| 16076847 | 2 years ago | | | 0 | 0.00064090157 | |
| 16076582 | 2 years ago | | | 0 | 0.00062526709 |
ABI
ABI objects
Getter at block 21215161 reveal() view
MAX_SUPPLY() view returns (uint256)
333
PRICE() view returns (uint256)
30000000000000000
WALLET_LIMIT() view returns (uint256)
3
baseURI() view returns (string)
ipfs://
mintState() view returns (uint8)
1
name() view returns (string)
Yugen Genesis
notRevealedURI() view returns (string)
ipfs://bafkreievxxaknamoad3bsptweaq73ua3rrf45h2wi5lxn6lllq3kdqcmuy
owner() view returns (address)
0x067bf51b7ae9ac10a0902454f095143d556ee9cb
revealed() view returns (bool)
false
symbol() view returns (string)
YG
totalSupply() view returns (uint256)
212
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)
remainingForAddress(address who) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
batchMint(address[] recipients, uint256[] quantities)
mint(uint256 quantity) 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)
setMaxSupply(uint256 newSupply)
setMintState(uint256 newState)
setPrice(uint256 newPrice)
setWalletLimit(uint256 newLimit)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
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(address recipient, uint256 allocation)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()