Floyd Mayweather - Comics Collection
Verified contract
Active on
Ethereum with 336 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 "Floyd Mayweather - Comics Collection"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20438749 | 4 months ago | | | 0 | 0.000098606374 | |
| 20202310 | 5 months ago | | | 0 | 0.000073437305 | |
| 19685337 | 7 months ago | | | 0 | 0.00020920147 | |
| 19081883 | 10 months ago | | | 0 | 0.00057431461 | |
| 18964086 | a year ago | | | 0 | 0.00076891545 | |
| 18941623 | a year ago | | | 0 | 0.0014714191 | |
| 18903501 | a year ago | | | 0 | 0.00052406315 | |
| 18491700 | a year ago | | | 0 | 0.0011380899 | |
| 17967640 | a year ago | | | 0 | 0.00085591260 | |
| 17379144 | 2 years ago | | | 0 | 0.0023321028 |
ABI
ABI objects
Getter at block 21317643
baseURI() view returns (string)
https://floydnft.com/comics-nft/
isMintingOpen() view returns (bool)
true
name() view returns (string)
Floyd Mayweather - Comics Collection
owner() view returns (address)
0x8ff659ace55fc801fcafd0196c496f455ff617d8
symbol() view returns (string)
FMWCC
totalSupply() view returns (uint256)
1951
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)
batchMint(address[] destinations, uint256 expectedFinalSupply)
closeMinting()
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string newURI)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
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.