Floyd's World
Verified contract
Active on
Ethereum with 3,952 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's World"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20904759 | a month ago | | | 0 | 0.000099917807 | |
| 20884526 | a month ago | | | 0 | 0.00023709505 | |
| 20883630 | a month ago | | | 0 | 0.00036243104 | |
| 20586545 | 3 months ago | | | 0 | 0.000062123394 | |
| 20540714 | 3 months ago | | | 0 | 0.00014249079 | |
| 20296445 | 4 months ago | | | 0 | 0.000032246789 | |
| 20202372 | 5 months ago | | | 0 | 0.000078853527 | |
| 20150742 | 5 months ago | | | 0 | 0.000081616970 | |
| 20142771 | 5 months ago | | | 0 | 0.000098387656 | |
| 20047281 | 5 months ago | | | 0 | 0.00041449500 |
ABI
ABI objects
Getter at block 21211773
auctionTicket() view returns (address)
0x56ae7332a4e6d98bcb3342f71cb440576487948b
baseURI() view returns (string)
https://floydnft.com/nft/
name() view returns (string)
Floyd's World
owner() view returns (address)
0x04231ce30049ab88a795c3dd10a15116e83811b7
presaleTicket() view returns (address)
0xad0f2e82f3c34815175031330e87426c3513447d
privateSaleMinter() view returns (address)
0x7a97f91fa492dc693c141a040ecc605f518ca11c
salePrice() view returns (uint256)
150000000000000000
saleStartDate() view returns (uint256)
1628892000
symbol() view returns (string)
FW
totalSupply() view returns (uint256)
9946
treasury() view returns (address)
0xe7c08dba10ce07e1b70e87a355957cc8bfc95dbc
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getTicketsOf(address buyer) view returns (uint256[] ids, uint256[] types)
hashString(string uri) pure returns (bytes32 hash)
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)
buyNFT(uint256 quantity) payable
privateSaleMint(uint256 quantity)
redeemNFT(uint256[] ids, uint256[] types)
renounceOwnership()
revealNFTs(string newURI)
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)
withdrawAll()
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(uint256 _salePrice, uint256 _saleStartDate, address _presaleTicket, address _auctionTicket, address _treasury, address _privateSaleMinter)
This contract contains no fallback and receive objects.
This contract contains no error objects.