Specimen Card - Fringe Drifters
Verified contract
Active on
Ethereum with 396 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 "Specimen Card - Fringe Drifters"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20556241 | 4 months ago | | | 0 | 0.000081149998 | |
| 20556234 | 4 months ago | | | 0 | 0.000086247880 | |
| 20556230 | 4 months ago | | | 0 | 0.000090244583 | |
| 20556228 | 4 months ago | | | 0 | 0.000086628374 | |
| 20556216 | 4 months ago | | | 0 | 0.000092848740 | |
| 20548397 | 4 months ago | | | 0 | 0.000056790515 | |
| 20272061 | 5 months ago | | | 0 | 0.00016213121 | |
| 20272059 | 5 months ago | | | 0 | 0.00016144925 | |
| 20272057 | 5 months ago | | | 0 | 0.00023565743 | |
| 20272053 | 5 months ago | | | 0 | 0.00016399930 |
ABI
ABI objects
Getter at block 21429701
name() view returns (string)
Specimen Card - Fringe Drifters
owner() view returns (address)
0x8ff8657929a02c0e15ace37aac76f47d1f5fbfc6
symbol() view returns (string)
SCFD
totalBalance() view returns (uint256)
0
Read-only
AllCards(string) view returns (uint256)
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
isApprovedForAll(address account, address operator) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
uri(uint256 tokenId) view returns (string)
State-modifying
Events changeCards(string cardName, uint256 cardId)
changeWithdrawer(address newAddress)
gift(string cardName, address[] receivers)
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)
setURI(string URI)
transferOwnership(address newOwner)
withdrawERC20(address erc20Token)
withdrawFunds()
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(string baseURI)
This contract contains no fallback and receive objects.
DoesNotExist()
FailedToWithdraw()
NotWithdrawAddress()