DegenFantasySports
Verified contract
Active on
Ethereum with 208 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
DFST | ERC-20 | 204 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16420214 | 2 years ago | | | 0 | 0.0013817143 | |
| 15868392 | 2 years ago | | | 0 | 0.0019951891 | |
| 15856652 | 2 years ago | | | 0 | 0.00066530584 | |
| 15856641 | 2 years ago | | | 0 | 0.00062720494 | |
| 15856628 | 2 years ago | | | 0 | 0.00067841537 | |
| 15856619 | 2 years ago | | | 0 | 0.00071043322 | |
| 15856597 | 2 years ago | | | 0 | 0.00072915960 | |
| 15856553 | 2 years ago | | | 0 | 0.00069894987 | |
| 15762417 | 2 years ago | | | 0 | 0.00072009020 | |
| 15762358 | 2 years ago | | | 0 | 0.0019163606 |
ABI
ABI objects
Getter at block 21199919 getContractBalance() view returns (uint256)
getOwner() view returns (address)
0x3548359497d4a78358bb381ce0422c313ac37ca7
maxSupply() view returns (uint256)
10000
name() view returns (string)
DegenFantasySports
owner() view returns (address)
0x3548359497d4a78358bb381ce0422c313ac37ca7
publicMintPaused() view returns (bool)
false
publicMintPrice() view returns (uint256)
50000000000000000
symbol() view returns (string)
DFSFB22
totalSupply() view returns (uint256)
218
txLimit() view returns (uint256)
20
uriPrefix() view returns (string)
https://arweave.net/b51JKb9OGAC3x_RmGgL_Ud1Ki7blG1VCOvfCGMY5DOI/
uriSuffix() view returns (string)
.json
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)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
walletOfOwner(address _owner) view returns (uint256[])
State-modifying
Events airDrop(uint256 _mintAmount, address _receiver)
approve(address to, uint256 tokenId)
deposit(uint256 _amount) payable
mint(uint256 _mintAmount) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setPublicMintPaused(bool _state)
setTokenContract(address _token)
setTxLimit(uint256 _txLimit)
setUriPrefix(string _uriPrefix)
setUriSuffix(string _uriSuffix)
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()
This contract contains no fallback and receive objects.
This contract contains no error objects.