FantasyFootball
Verified contract
Active on
Ethereum with 1,590 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 |
---|---|---|---|---|---|
COTM | ERC-721 | 1 | -- | -- | |
COUCH | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19758303 | 7 months ago | | | 0 | 0.00022331878 | |
| 19561364 | 7 months ago | | | 0 | 0.0010867639 | |
| 18906122 | 10 months ago | | | 0 | 0.00084805114 | |
| 18897405 | a year ago | | | 0 | 0.00034001308 | |
| 18837622 | a year ago | | | 0 | 0.0012929233 | |
| 18798953 | a year ago | | | 0 | 0.0020554606 | |
| 18785129 | a year ago | | | 0 | 0.0018526871 | |
| 17816305 | a year ago | | | 0 | 0.0013404897 | |
| 17786734 | a year ago | | | 0 | 0.00078807588 | |
| 17404420 | a year ago | | | 0 | 0.00087013937 |
ABI
ABI objects
Getter at block 21190862
MAX_BY_MINT() view returns (uint256)
20
MAX_ELEMENTS() view returns (uint256)
10000
creatorAddress() view returns (address)
0xc988f2d5bdb203955c5fbb70e2191d62478b2ee7
name() view returns (string)
FantasyFootball
owner() view returns (address)
0xc988f2d5bdb203955c5fbb70e2191d62478b2ee7
symbol() view returns (string)
FFB
totalMint() view returns (uint256)
10000
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)
State-modifying
Events approve(address to, uint256 tokenId)
mint(address _to, uint256 _count) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawAll() payable
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
CreateTeam(uint256 indexed id)
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.