Spades Finance

Verified contract

Active on Ethereum with 945 txns
Deployed by via 0x5d5811af at 19193161
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Spades Finance"

0x01ee0b88fc281eb5ef8627bb0de6a01c4c6cba1ace6f2fcdcf761d01a51b505d
0x6db13e414e308e3bb8af3ee8c815e12f32e149b0ee76adcfb516dd998d35145a
0xff403492201d04c24f6196807a4b73879980b17572750e239fe93f0351408307
0xc58e83f2ecb0a2108d541059abeaac59c8ccad842017eda1da92c283a7058c76
0x1a8a03080968729def1e8fb296748ba98f05a41e13c1badd2924288b0de812c2
0xb109e9d60b8d20d7673f70ad6f35640b01529def5ac928799c06fcc06b300354
0x5c9c360607a12d81653397474369db2cfce213835e097be4d240e0f0970fa40a
0xa3a867409f0598943f4f0c4ee88432dcc9dd8b395101c14bd3b9a9686d9ba593
0x29ff815f1f39eced188de1434ed025712f5ec4bdf6e8c8b9ce73324ad2ad64e7
0xf3912b5e7ca02ab05b3848f94cb34a2edc7293ad61897e123f30a8282adb8b84

Functions
Getter at block 20825475
baseTokenURI(view returns (string)
https://red-additional-manatee-500.mypinata.cloud/ipfs/Qmc7oDqbxYVpXok75RaVDy3W66tGk6uzkjNxps1wqBdpsk/
decimals(view returns (uint8)
18
minted(view returns (uint256)
15119
name(view returns (string)
Spades Finance
owner(view returns (address)
0xa8d08643a92d620cfd0721a4cd55e5b4af48efd8
symbol(view returns (string)
Spades
totalSupply(view returns (uint256)
10000000000000000000000
Read-only
allowance(addressaddressview returns (uint256)
balanceOf(addressview returns (uint256)
burnWhitelist(addressview returns (bool)
getApproved(uint256view returns (address)
getNFTDetails(uint256 tokenIdview returns (uint8 tokenType)
isApprovedForAll(addressaddressview returns (bool)
minter(addressview returns (bool)
nftDetails(uint256view returns (uint8 tokenType)
ownerOf(uint256 idview returns (address owner)
tokenURI(uint256 tokenIdview returns (string)
whitelist(addressview returns (bool)
State-modifying
addToBurnWhitelist(address _address
approve(address spenderuint256 amountOrIdreturns (bool)
customBurn(
initializeTypesAndRarities(
removeFromBurnWhitelist(address _address
revokeOwnership(
safeTransferFrom(address fromaddress touint256 id
safeTransferFrom(address fromaddress touint256 idbytes data
setApprovalForAll(address operatorbool approved
setNFTAllowedMinter(address targetbool state
setNameSymbol(string _namestring _symbol
setTokenURI(string _tokenURI
setWhitelist(address targetbool state
transfer(address touint256 amountreturns (bool)
transferFrom(address fromaddress touint256 amountOrId
transferOwnership(address _owner
Events
Approval(address indexed owneraddress indexed spenderuint256 amount
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ERC20Transfer(address indexed fromaddress indexed touint256 amount
ERC721Approval(address indexed owneraddress indexed spenderuint256 indexed id
OwnershipTransferred(address indexed useraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed id
Constructor
constructor(address _owner
Fallback and receive

This contract contains no fallback and receive objects.

Errors
AlreadyExists(
InvalidOwner(
InvalidRecipient(
InvalidSender(
NotFound(
Unauthorized(
UnsafeRecipient(