SBS Genesis Card
Verified contract
Active on
Ethereum with 9,627 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 "SBS Genesis Card"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21241743 | 5 days ago | | | 0 | 0.00021286971 | |
| 21196833 | 11 days ago | | | 0 | 0.00072217952 | |
| 21147238 | 18 days ago | | | 0 | 0.00043912122 | |
| 21053668 | a month ago | | | 0 | 0.00013149911 | |
| 21053656 | a month ago | | | 0 | 0.00013125710 | |
| 20943669 | 2 months ago | | | 0 | 0.0011902868 | |
| 20898329 | 2 months ago | | | 0 | 0.00018326078 | |
| 20823793 | 2 months ago | | | 0 | 0.0012307352 | |
| 20818007 | 2 months ago | | | 0 | 0.00061265430 | |
| 20684789 | 3 months ago | | | 0 | 0.00023324163 |
ABI
ABI objects
Getter at block 21277071
MAX_TOKENS() view returns (uint256)
10000
MAX_TOKENS_PURCHASE() view returns (uint256)
20
RESERVED_TOKENS() view returns (uint256)
20
SPOILEDBANANASOCIETY_PROVENANCE() view returns (string)
TOKEN_PRICE() view returns (uint256)
80000000000000000
freeWalletIsActive() view returns (bool)
true
mintIsActive() view returns (bool)
true
name() view returns (string)
SBS Genesis Card
numTokensBurned() view returns (uint256)
0
numTokensMinted() view returns (uint256)
10000
owner() view returns (address)
0xc0f982492c323fcd314af56d6c1a35cc9b0fc31e
paused() view returns (bool)
false
presaleIsActive() view returns (bool)
false
symbol() view returns (string)
SBS
totalSupply() view returns (uint256)
10000
Read-only
balanceOf(address owner) view returns (uint256)
freeWalletList(address) view returns (bool)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
presaleWalletList(address) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
burn(uint256 tokenId)
flipFreeWalletState()
flipMintState()
flipPresaleState()
initFreeWalletList(address[] walletList)
initPresaleWalletList(address[] walletList)
mint(uint256 numberOfTokens) payable
mintFreeWalletList()
mintPresaleWalletList(uint256 numberOfTokens) payable
renounceOwnership()
reserveTokens()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string uri)
setPaused(bool _setPaused)
setProvenanceHash(string provenanceHash)
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)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.