SiliconValleyBankers
Verified contract
Active on
Ethereum with 6,106 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "SiliconValleyBankers"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21354874 | 3 days ago | | | 0 | 0.00023108792 | |
| 21170069 | a month ago | | | 0 | 0.0013109265 | |
| 21105831 | a month ago | | | 0 | 0.000079435940 | |
| 21102333 | a month ago | | | 0 | 0.00013572160 | |
| 20927658 | 2 months ago | | | 0 | 0.00094855095 | |
| 20758197 | 3 months ago | | | 0 | 0.00010608520 | |
| 20721926 | 3 months ago | | | 0 | 0.00026870839 | |
| 20654355 | 3 months ago | | | 0 | 0.000077830295 | |
| 20394083 | 4 months ago | | | 0 | 0.000085434438 | |
| 20252288 | 5 months ago | | | 0 | 0.000049321460 |
ABI
ABI objects
Getter at block 21379937
canBurn() view returns (bool)
false
canMint() view returns (bool)
true
cost() view returns (uint256)
4200000000000000
freePerWallet() view returns (uint256)
1
maxPerTransaction() view returns (uint256)
10
maxPerWallet() view returns (uint256)
25
name() view returns (string)
SiliconValleyBankers
owner() view returns (address)
0x26ee9d90f59652bddde7896b55ee5570ac28feae
symbol() view returns (string)
SVB
totalAvailable() view returns (uint256)
6900
totalBankersBurned() view returns (uint256)
0
totalSupply() view returns (uint256)
6901
Read-only
balanceOf(address owner) view returns (uint256)
explicitOwnershipOf(uint256 tokenId) view returns (struct IERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIds) view returns (struct IERC721ATokenOwnership[])
getApproved(uint256 tokenId) view returns (address)
getPrice(uint256 qty) view returns (uint256)
isApprovedForAll(address owner, address operator) view returns (bool)
numberBankersBurned(address addr) view returns (uint256)
numberMinted(address owner) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
tokensOfOwner(address owner) view returns (uint256[])
tokensOfOwnerIn(address owner, uint256 start, uint256 stop) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
bankMint(uint256 quantity, address to)
burnBanker(uint256 bankerId) returns (uint256)
deleteDefaultRoyalty()
mint(uint256 qty) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI_)
setBurnContract(address contract_)
setDefaultRoyalty(address receiver, uint96 feeNumerator)
setMaxPerTx(uint256 maxPerTransaction_)
setMaxPerWallet(uint256 maxPerWallet_)
setMaxSupply(uint256 maxSupply_)
toggleCanBurn()
toggleCanMint()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
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()
ApproveToCaller()
BalanceQueryForZeroAddress()
CannotBurnUnmintedToken()
ExceedsMaxPerTransaction()
InsufficientPayment()
InvalidQueryRange()
MaxPerWalletExceeded()
MaxSupplyReached()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
MintingDisabled()
NoBurnsYet()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()
WithdrawalFailed()