Spoiled Banana Society Playoffs Season #1
Verified contract
Active on
Ethereum with 1,141 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 "Spoiled Banana Society Playoffs Season #1"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20609378 | 3 months ago | | | 0 | 0.000020584865 | |
| 19821599 | 7 months ago | | | 0 | 0.00024719287 | |
| 19298180 | 9 months ago | | | 0 | 0.00065717093 | |
| 18896072 | a year ago | | | 0 | 0.00077193972 | |
| 18893499 | a year ago | | | 0 | 0.00088891798 | |
| 18458651 | a year ago | | | 0 | 0.00068800046 | |
| 18406100 | a year ago | | | 0 | 0.00029563432 | |
| 18179735 | a year ago | | | 0 | 0.00093949502 | |
| 18102256 | a year ago | | | 0 | 0.00036374398 | |
| 18102252 | a year ago | | | 0 | 0.00040617928 |
ABI
ABI objects
Getter at block 21288037
MAX_TOKENS() view returns (uint256)
15000
MAX_TOKENS_PURCHASE() view returns (uint256)
20
RESERVED_TOKENS() view returns (uint256)
20
SPOILEDBANANASOCIETY_PROVENANCE() view returns (string)
TOKEN_PRICE() view returns (uint256)
20000000000000000
freeWalletIsActive() view returns (bool)
false
mintIsActive() view returns (bool)
false
name() view returns (string)
Spoiled Banana Society Playoffs Season #1
numTokensBurned() view returns (uint256)
0
numTokensMinted() view returns (uint256)
12393
owner() view returns (address)
0xc0f982492c323fcd314af56d6c1a35cc9b0fc31e
paused() view returns (bool)
false
presaleIsActive() view returns (bool)
false
symbol() view returns (string)
SBS
totalSupply() view returns (uint256)
12393
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)
setMaxTokens(uint256 amount)
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.