Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 8 additional slots
-
variable spans 7 additional slots
No balances found for "SMPLFRKS"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21189175 | 18 days ago | | | 0 | 0.00096555770 | |
| 19942905 | 6 months ago | | | 0 | 0.00025045005 | |
| 19798211 | 7 months ago | | | 0 | 0.00031947962 | |
| 18944691 | a year ago | | | 0 | 0.0010144469 | |
| 18903598 | a year ago | | | 0 | 0.0010012350 | |
| 18594903 | a year ago | | | 0 | 0.0014794420 | |
| 18545763 | a year ago | | | 0.015 | 0.0030331461 | |
| 18465201 | a year ago | | | 0 | 0.0015020228 | |
| 18423851 | a year ago | | | 0 | 0.00035067927 | |
| 18380897 | a year ago | | | 0.015 | 0.00070734404 |
ABI
ABI objects
Getter at block 21317096 getInfo() view returns (struct NFTCollectionContractInfo info)
ADMIN_ROLE() view returns (bytes32)
0xa49807205ce4d355092ef5a8a18f56e8913cf4a201fbe287825b095693c21775
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
VERSION() view returns (uint256)
10200
availableSupply() view returns (uint256)
7508
baseURI() view returns (string)
ipfs://bafybeiae3mmpzqspu6mhtftnk36n6rr2rq22dqryxccqmbwlrtqynvewxu/metadata/
contractURI() view returns (string)
data:application/json;base64,eyJzZWxsZXJfZmVlX2Jhc2lzX3BvaW50cyI6IDc1MCwgImZlZV9yZWNpcGllbnQiOiAiMHgwMTVlZDUxMjNjYmMxODRkMjMyYWQ2N2ZjZDUxZmM3YjBhNGZlOWJhIn0=
maxSupply() view returns (uint256)
8400
metadataUpdatable() view returns (bool)
false
mintPrice() view returns (uint256)
15000000000000000
mintingActive() view returns (bool)
true
name() view returns (string)
SMPLFRKS
owner() view returns (address)
0xc00a9ba526583c49a08416cee0c7ffc54c2154f4
prerevealTokenURI() view returns (string)
presaleActive() view returns (bool)
true
presaleMerkleRoot() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
presaleMintStart() view returns (uint256)
1665860400
publicMintStart() view returns (uint256)
1668191400
reservedSupply() view returns (uint256)
146
symbol() view returns (string)
SMPLFRKS
tokensPerMint() view returns (uint256)
10
totalSupply() view returns (uint256)
746
treasuryAddress() view returns (address)
0x015ed5123cbc184d232ad67fcd51fc7b0a4fe9ba
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
isApprovedForAll(address owner, address operator) view returns (bool)
isWhitelisted(address wallet, bytes32[] proof) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256, uint256 salePrice) view returns (address receiver, uint256 royaltyAmount)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
creditCardMint(address to, uint256 amount) payable
grantRole(bytes32 role, address account)
initialize(struct NFTCollectionDeploymentConfig deploymentConfig, struct NFTCollectionRuntimeConfig runtimeConfig)
mint(uint256 amount) payable
presaleMint(uint256 amount, bytes32[] proof) payable
renounceRole(bytes32 role, address account)
reserveMint(address to, uint256 amount)
revokeRole(bytes32 role, address account)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
transferAdminRights(address to)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
updateConfig(struct NFTCollectionRuntimeConfig newConfig)
withdrawFees()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
Initialized(uint8 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(struct NFTCollectionDeploymentConfig deploymentConfig, struct NFTCollectionRuntimeConfig runtimeConfig)
This contract contains no fallback and receive objects.
This contract contains no error objects.