SquadOfKnights

Verified contract

Active on Ethereum with 1,286 txns
Deployed by via 0xb98fe680 at 14473202
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value $11,966.34
0x23b28999ad7c545b0ee871165bfaf20963780288b46210a37bd6b33d5f4c4151
0x1f830d431431d84715c31c49c6b4cbfbfe664a5362b8b4d32c27b274d5f13806
From
0x29b14e55e30bd0f6b68a6857aa1a23fbe3518d60be549926eaf01599649e0134
0xacf0c7c81ebaab3488b2a1c7921a0de0601a435b8d23f05c3cb25305d56c1bc7
0x7f9601b0ff7407c571d710154eac963d57982a1e017edaeac9ad1de5a3460974
0xe2357fb17586964a010c577fe1039ee850f56767022294760f40d8f1043fbbc0
0x6ae29b97e67a5bad11a22c8c29722841a15300027d90bb6435e94d9ad628719d
0x32ecb1c20a5e8ee7c29194f850c9815338e5c8f44e9cf17db6b725e1bbfe34ff
0x0c2e55c5b0ca70ad1a54d54373ea662c91ef2f0584af8f27a4b7acef60d7fdef
0x0cccad973355a8965d70b9239dad7922df8767ea15b2aaca0b876478d1e4f93e

Functions
Getter at block 20907686
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 ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
getRoleAdmin(bytes32 roleview returns (bytes32)
hasRole(bytes32 roleaddress accountview returns (bool)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenByIndex(uint256 indexview returns (uint256)
tokenOfOwnerByIndex(address owneruint256 indexview returns (uint256)
tokenURI(uint256 tokenIdview returns (string)
walletOfOwner(address _ownerview returns (uint256[])
State-modifying
addPresaleContract(address contractAddressuint256[] tokenIds
approve(address touint256 tokenId
burn(uint256 tokenId
clearPresaleContracts(
endPresale(
giveAwayNft(address touint256 numberOfTokens
grantRole(bytes32 roleaddress account
mintNft(uint256 numberOfTokenspayable 
pause(
renounceRole(bytes32 roleaddress account
revokeRole(bytes32 roleaddress account
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string baseUri
setMintPrice(uint256 newPrice
transferFrom(address fromaddress touint256 tokenId
unpause(
withdraw(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
Paused(address account
RoleAdminChanged(bytes32 indexed rolebytes32 indexed previousAdminRolebytes32 indexed newAdminRole
RoleGranted(bytes32 indexed roleaddress indexed accountaddress indexed sender
RoleRevoked(bytes32 indexed roleaddress indexed accountaddress indexed sender
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Unpaused(address account
Constructor
constructor(
Fallback and receive
receive(
Errors
ExceededMaxPurchaseable(
ExceededMaxSupply(
NotEnoughEther(