Franklins World
Verified contract
Active on
Ethereum with 267 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($11.69)
Native
Value
$11.69
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.003 | $3,897.39 |
$11.69 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15453853 | 2 years ago | | | 0 | 0.0032512151 | |
| 15450226 | 2 years ago | | | 0 | 0.0014013599 | |
| 15450211 | 2 years ago | | | 0 | 0.0026031026 | |
| 14864296 | 3 years ago | | | 0 | 0.00057645123 | |
| 14864274 | 3 years ago | | | 0.003 | 0.00092935381 | |
| 14842997 | 3 years ago | | | 0 | 0.0024976325 | |
| 14842936 | 3 years ago | | | 0 | 0.0028185525 | |
| 14840409 | 3 years ago | | | 0 | 0.0010333356 | |
| 14840355 | 3 years ago | | | 0.03 | 0.0029301093 | |
| 14840261 | 3 years ago | | | 0.018 | 0.0016225063 |
ABI
ABI objects
Getter at block 21415250
CURR_MINT_COST() view returns (uint256)
3000000000000000
MAX_TOKENS() view returns (uint256)
1500
baseURI() view returns (string)
http://api.franklinsworld.com/franklin/
getInformations() view returns (string, uint256, uint256, uint256, uint256, uint256, uint256, bool, bool)
(Public, 506, 1653451066, 3000000000000000, 10, 50, 994, true, false)
hasSaleStarted() view returns (bool)
true
name() view returns (string)
Franklins World
owner() view returns (address)
0x9eb6c15e63066c3a3bc0a923ccac84f30e270515
symbol() view returns (string)
FranklinsWorld
totalSupply() view returns (uint256)
994
Read-only
balanceOf(address owner) view returns (uint256)
blacklist(address) view returns (bool)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isBlacklisted(address _user) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events Giveaways(uint256 numTokens, address recipient)
approve(address to, uint256 tokenId)
blacklistAddresses(address[] users)
mintNFT(uint256 _mintAmount) payable
removeBlacklistAddresses(address[] users)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _newBaseURI)
setNewRound(uint256 _supply, uint256 cost, string name, uint256 perTransactionLimit, uint256 perAddressLimit, uint256 theTime, bool saleState)
setSaleStarted(bool _state)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw(uint256 amount) payable
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.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()