SBS Card Actions
Verified contract
Active on
Ethereum with 1,066 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($1,771.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
APE | ERC-20 | 1.54K | $1.15 |
$1,771 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18948625 | 10 months ago | | | 0 | 0.0011497504 | |
| 18829542 | a year ago | | | 0 | 0.0019061893 | |
| 18824324 | a year ago | | | 0 | 0.0011728900 | |
| 18824259 | a year ago | | | 0 | 0.0035699636 | |
| 18781632 | a year ago | | | 0 | 0.0016022876 | |
| 18714245 | a year ago | | | 0 | 0.0027464629 | |
| 18686197 | a year ago | | | 0 | 0.0018895126 | |
| 18686129 | a year ago | | | 0 | 0.0061874003 | |
| 18682048 | a year ago | | | 0 | 0.0013401997 | |
| 18682009 | a year ago | | | 0 | 0.0013026253 |
ABI
ABI objects
Getter at block 21186266 getContractTokenBalance() view returns (uint256)
contractURI() view returns (string)
mintIsActive() view returns (bool)
true
minterAddress() view returns (address)
0x0000000000000000000000000000000000000000
name() view returns (string)
SBS Card Actions
owner() view returns (address)
0xc0f982492c323fcd314af56d6c1a35cc9b0fc31e
symbol() view returns (string)
SBSCA
tokenContract() view returns (address)
0x4d224452801aced8b2f0aebe155379bb5d594381
Read-only
actions(uint256) view returns (uint256 tokenPrice, uint256 maxTokensPerTxn, uint256 maxTokens)
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
exists(uint256 id) view returns (bool)
isApprovedForAll(address account, address operator) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
totalSupply(uint256 id) view returns (uint256)
uri(uint256) view returns (string)
State-modifying
Events addAction(uint256 _tokenPrice, uint256 _maxTokens, uint256 _maxTokensPerTxn)
burn(address account, uint256 id, uint256 value)
burnBatch(address account, uint256[] ids, uint256[] values)
editAction(uint256 _actionId, uint256 _tokenPrice, uint256 _maxTokens, uint256 _maxTokensPerTxn)
flipMintState()
mintAction(uint256 tokenId, uint256 qty)
mintBatch(uint256[] ids, uint256[] amounts)
mintReserve(uint256 tokenId, uint256 amount)
mintToWallet(address toWallet, uint256 tokenId, uint256 amount)
renounceOwnership()
safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] amounts, bytes data)
safeTransferFrom(address from, address to, uint256 id, uint256 amount, bytes data)
setApprovalForAll(address operator, bool approved)
setContractURI(string newContractURI)
setMinterAddress(address minter)
setTokenAddress(address token)
setURI(string baseURI)
transferOwnership(address newOwner)
withdraw()
withdrawAPE(uint256 amount)
ApprovalForAll(address indexed account, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TransferBatch(address indexed operator, address indexed from, address indexed to, uint256[] ids, uint256[] values)
TransferSingle(address indexed operator, address indexed from, address indexed to, uint256 id, uint256 value)
URI(string value, uint256 indexed id)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.