SquadOfKnights
Verified contract
Active on
Ethereum with 1,290 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value
$18,203.4
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 4.9 | $3,714.98 |
$18,203.4 |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21261913 | 7 days ago | | | 0 | 0.00040603751 | |
| 21258666 | 7 days ago | | | 0 | 0.00060518397 | |
| 21189344 | 17 days ago | | | 0 | 0.0021532500 | |
| 20968622 | 2 months ago | | | 0 | 0.0010945132 | |
| 20646740 | 3 months ago | | | 0 | 0.000053779516 | |
| 20640497 | 3 months ago | | | 0 | 0.000067390613 | |
| 20526921 | 4 months ago | | | 0 | 0.00019316432 | |
| 20416991 | 4 months ago | | | 0 | 0.000075890763 | |
| 20409365 | 4 months ago | | | 0 | 0.000079374037 | |
| 20251512 | 5 months ago | | | 0 | 0.000080261212 |
ABI
ABI objects
Getter at block 21309688
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
MAX_NFT_PURCHASEABLE() view returns (uint256)
20
MAX_PRESALE_MINTING() view returns (uint256)
10
MAX_SUPPLY() view returns (uint256)
8888
baseURI() view returns (string)
https://moonwalk.mypinata.cloud/ipfs/QmfX46dUYqaFugpDyWFfC2MVvFJs39Df4u9Kxq1BT6oqNr/
getMintPrice() view returns (uint256)
100000000000000000
getPresaleContracts() view returns (struct GenerativeCollectionPresaleContract[])
[(0xf6b5add8037d16f74bbab06b4d175d1a430c7536, [])]
isPresale() view returns (bool)
false
name() view returns (string)
SquadOfKnights
paused() view returns (bool)
true
symbol() view returns (string)
SOK
totalSupply() view returns (uint256)
1307
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)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
walletOfOwner(address _owner) view returns (uint256[])
State-modifying
Events addPresaleContract(address contractAddress, uint256[] tokenIds)
approve(address to, uint256 tokenId)
burn(uint256 tokenId)
clearPresaleContracts()
endPresale()
giveAwayNft(address to, uint256 numberOfTokens)
grantRole(bytes32 role, address account)
mintNft(uint256 numberOfTokens) payable
pause()
renounceRole(bytes32 role, address account)
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)
setBaseURI(string baseUri)
setMintPrice(uint256 newPrice)
transferFrom(address from, address to, uint256 tokenId)
unpause()
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
Paused(address account)
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)
Unpaused(address account)
constructor()
receive()
ExceededMaxPurchaseable()
ExceededMaxSupply()
NotEnoughEther()