Yugiverse
Verified contract
Active on
Ethereum with 1,539 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($190.28)
Native
Value
$190.28
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.06 | $3,171.27 |
$190.28 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20733531 | 2 months ago | | | 0 | 0.00013748734 | |
| 20001592 | 5 months ago | | | 0 | 0.00022993381 | |
| 19922166 | 6 months ago | | | 0 | 0.00033048138 | |
| 19838422 | 6 months ago | | | 0 | 0.00022812668 | |
| 19708303 | 7 months ago | | | 0 | 0.00032136349 | |
| 19700995 | 7 months ago | | | 0 | 0.00032990076 | |
| 19207342 | 9 months ago | | | 0.002 | 0.0023217604 | |
| 19009081 | 10 months ago | | | 0 | 0.00079455691 | |
| 18975707 | 10 months ago | | | 0 | 0.0022627409 | |
| 18914179 | 10 months ago | | | 0 | 0.00052512281 |
ABI
ABI objects
Getter at block 21162301
cost() view returns (uint256)
2000000000000000
freeAmount() view returns (uint256)
1
freePerTx() view returns (uint256)
3
freeSupply() view returns (uint256)
0
maxMintAmountPerTx() view returns (uint256)
10
maxSupply() view returns (uint256)
5555
name() view returns (string)
Yugiverse
owner() view returns (address)
0x09dbd1a7532332fb7fc7edb29d34d1bee50cfae6
paused() view returns (bool)
false
revealed() view returns (bool)
true
symbol() view returns (string)
YGV
totalSupply() view returns (uint256)
4361
uriPrefix() view returns (string)
ipfs://QmeTw7ApcQPGBQB7BYst9F9K5ZaHW5V6969CJCMcJXPGbt/
uriSuffix() view returns (string)
.json
Read-only
balanceOf(address owner) view returns (uint256)
freeClaimed(address) 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)
tokenURI(uint256 _tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256 _mintAmount) payable
mintForAddress(uint256 _mintAmount, address _receiver)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setCost(uint256 _cost)
setFree(uint256 _amount)
setFreePerTx(uint256 _amount)
setFreePerWallet(uint256 _amount)
setMaxMintAmountPerTx(uint256 _maxMintAmountPerTx)
setPaused(bool _state)
setProxy(uint256 _amount)
setRevealed(bool _state)
setUriPrefix(string _uriPrefix)
setUriSuffix(string _uriSuffix)
teamMint(uint256 quantity)
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(string _tokenName, string _tokenSymbol, uint256 _cost, uint256 _maxSupply, uint256 _maxMintAmountPerTx)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()