Fortuna
Verified contract
Proxy
Active on
Ethereum with 783 txns
Unified storage
Map
Table
Raw
Constants and immutables
4
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 43 additional slots
2 additional
variables
Balances ($0.00)
No balances found for "Fortuna"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21258380 | 8 days ago | | | 0 | 0.00053098040 | |
| 20447348 | 4 months ago | | | 0 | 0.000065148131 | |
| 20447343 | 4 months ago | | | 0 | 0.000067429311 | |
| 20447328 | 4 months ago | | | 0 | 0.000091082972 | |
| 20385532 | 4 months ago | | | 0 | 0.00055544000 | |
| 19591197 | 8 months ago | | | 0 | 0.00081607406 | |
| 19319685 | 9 months ago | | | 0 | 0.0029226897 | |
| 19039627 | 10 months ago | | | 0 | 0.0012145845 | |
| 18351219 | a year ago | | | 0 | 0.00030004971 | |
| 18198242 | a year ago | | | 0 | 0.00025585645 |
ABI
ABI objects
Getter at block 21315620
MAX_SUPPLY() view returns (uint256)
7777
SALE_PRIVATE_PRICE() view returns (uint256)
65000000000000000
SALE_PRIVATE_STARTED_AT() view returns (uint256)
0
SALE_PUBLIC_PRICE() view returns (uint256)
77000000000000000
SALE_PUBLIC_STARTED_AT() view returns (uint256)
0
name() view returns (string)
Fortuna
owner() view returns (address)
0x5af2b834b4934567ecfb09b8c4a3b9ef570c62ec
supply() view returns (uint256)
1150
symbol() view returns (string)
FRTN
totalSupply() view returns (uint256)
1150
Read-only
actualOwnerOf(uint256 tokenId) view returns (address)
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)
tokenOwnerState(address) view returns (uint16)
tokenState(uint256) view returns (address owner, uint96 meta)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events admin() returns (address admin_)
changeAdmin(address newAdmin)
implementation() returns (address implementation_)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
approve(address to, uint256 tokenId)
initialize(address verifier_, address operator_, address proxyRegistryAddress_)
mint(uint16 amount, uint256 timestamp, bytes sig) payable
mintForWallet(address wallet, uint16 amount, uint16 maxAmount)
mintForWalletBatch(address[] wallets, uint16[] amounts)
mintPresale(uint16 amount, uint256 timestamp, bytes sig) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI_)
setOperator(address operatorAddress, bool value)
setState(bool publicSaleState_, bool privateSaleState_)
setVerifier(address verifier_)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw(uint256 amount)
withdrawAll()
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
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(address _logic, address admin_, bytes _data)
fallback()
receive()
This contract contains no error objects.