ShiryoCards
Verified contract
Active on
Ethereum with 11,923 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xb03e…c44f
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ShiryoN | ERC-20 | 34.607K | -- | -- | |
ShiryoF | ERC-20 | 4.691K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21121638 | 6 days ago | | | 0 | 0.0017188364 | |
| 20998608 | 23 days ago | | | 0 | 0.00038040369 | |
| 20998561 | 23 days ago | | | 0 | 0.0055635061 | |
| 20998543 | 23 days ago | | | 0 | 0.0047356699 | |
| 20998523 | 23 days ago | | | 0 | 0.0072849369 | |
| 20882191 | a month ago | | | 0 | 0.00027782182 | |
| 20874175 | a month ago | | | 0 | 0.00075656234 | |
| 20867018 | a month ago | | | 0 | 0.00021100710 | |
| 20867005 | a month ago | | | 0 | 0.00024159596 | |
| 20866992 | a month ago | | | 0 | 0.00026381450 |
ABI
ABI objects
Getter at block 21163003
MAX_AMOUNT_OPEN() view returns (uint256)
10
MAX_AMOUNT_SWAP() view returns (uint256)
10
TOTAL_BASE_CARDS() view returns (uint256)
150
TOTAL_FOUNDER_CARDS() view returns (uint256)
25
activeDeck() view returns (uint256)
1
cardsPerNormalPack() view returns (uint256)
5
founderPackAddress() view returns (address)
0x23427dea2dd52b13630f2757ff2cd734c5c42174
nftAddress() view returns (address)
0x0000000000000000000000000000000000000000
normalPackAddress() view returns (address)
0x773d6e3e85ed29d2c40c42f7cbc8ad3d4ddbeef0
owner() view returns (address)
0x6df08c7b0ce433e29a77281b6e776487730ee900
swapFee() view returns (uint256)
10000000000000000
totalCards() pure returns (uint256)
175
Read-only
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
balancesOf(address _user) view returns (uint256[])
isApprovedForAll(address account, address operator) view returns (bool)
lastUnpackedByAddress(address, uint256) view returns (uint256)
lastUnpackedCards(address _user) view returns (uint256[])
supportsInterface(bytes4 interfaceId) view returns (bool)
totalCardsOf(address _user) view returns (uint256)
uri(uint256) view returns (string)
State-modifying
Events openPacks(address packContract, uint256 _amount)
renounceOwnership()
safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] amounts, bytes data)
safeTransferFrom(address from, address to, uint256 id, uint256 amount, bytes data)
setApprovalForAll(address operator, bool approved)
setNFTAddress(address _nft)
setSwapFee(uint256 _fee)
setWalletA(address _walletA)
setWalletB(address _walletB)
setWalletBPercentage(uint256 _percentage)
swapCards(uint256[] _cardsToSwap) payable
transferOwnership(address newOwner)
withdraw_all()
ApprovalForAll(address indexed account, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TransferBatch(address indexed operator, address indexed from, address indexed to, uint256[] ids, uint256[] values)
TransferSingle(address indexed operator, address indexed from, address indexed to, uint256 id, uint256 value)
URI(string value, uint256 indexed id)
constructor(address _founder, address _normal, address _cardDealer, address _walletA, address _walletB)
This contract contains no fallback and receive objects.
This contract contains no error objects.