YuGiYn SBT2
Verified contract
Active on
Ethereum with 7,532 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 "YuGiYn SBT2"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15840498 | 2 years ago | | | 0.0777 | 0.00095142805 | |
| 15840306 | 2 years ago | | | 0.0777 | 0.0020999339 | |
| 15781170 | 2 years ago | | | 0 | 0.00045635401 | |
| 15778550 | 2 years ago | | | 0.0777 | 0.00079449561 | |
| 15777148 | 2 years ago | | | 0.0777 | 0.0014054161 | |
| 15776133 | 2 years ago | | | 0.0777 | 0.0012817220 | |
| 15776133 | 2 years ago | | | 0.0777 | 0.0012975795 | |
| 15776056 | 2 years ago | | | 0.0777 | 0.0014072455 | |
| 15776032 | 2 years ago | | | 0.0777 | 0.0014718314 | |
| 15776032 | 2 years ago | | | 0.0777 | 0.0014776500 |
ABI
ABI objects
Getter at block 21246351
MAX_SUPPLY() view returns (uint256)
991
baseURI() view returns (string)
https://extra-mint-backend.yu-gi-yn.com/metadata/
merkleRoot() view returns (bytes32)
0xadf62046196d4d79ed1f3f3360658545a66460e24de5f2ac48f98f71d43dad16
mintPrice() view returns (uint256)
77700000000000000
name() view returns (string)
YuGiYn SBT2
owner() view returns (address)
0xec39a06eb368e6b35d381edf8009f873f459ed64
paused() view returns (bool)
false
startTime() view returns (uint256)
1666101600
symbol() view returns (string)
YGYSBT
totalSupply() view returns (uint256)
991
treasury() view returns (address)
0x0241091b76b77efbdba1a99442ca0d60cd881a25
Read-only
allowance(address _addr) view returns (uint256)
balanceOf(address owner) view returns (uint256)
explicitOwnershipOf(uint256 tokenId) view returns (struct IERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIds) view returns (struct IERC721ATokenOwnership[])
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)
tokensOfOwner(address owner) view returns (uint256[])
tokensOfOwnerIn(address owner, uint256 start, uint256 stop) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId) payable
mint(bytes32[] _merkleProof) payable
pause()
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data) payable
setApprovalForAll(address operator, bool approved)
setBaseURI(string _newBaseURI)
setMerkleRoot(bytes32 _newMerkleRoot)
setMintPrice(uint256 _newMintPrice)
setStartTime(uint256 _newStartTime)
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
unpause()
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
constructor(address _treasury, uint256 _mintPirce)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
InvalidQueryRange()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()