Banksy Culture
Verified contract
Active on
Ethereum with 6,230 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($2.88)
Native
Value
$2.88
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.0008 | $3,604.18 |
$2.88 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21029042 | a month ago | | | 0 | 0.0031186916 | |
| 20867336 | 2 months ago | | | 0 | 0.00015049948 | |
| 19255455 | 9 months ago | | | 0 | 0.0011341083 | |
| 17966643 | a year ago | | | 0 | 0.00092177599 | |
| 17460068 | a year ago | | | 0 | 0.00066933833 | |
| 17411042 | a year ago | | | 0 | 0.0010429763 | |
| 16679801 | 2 years ago | | | 0 | 0.0015876340 | |
| 16679795 | 2 years ago | | | 0 | 0.0015206402 | |
| 16679783 | 2 years ago | | | 0 | 0.0015390910 | |
| 16631437 | 2 years ago | | | 0 | 0.0019085573 |
ABI
ABI objects
Getter at block 21283986
_live() view returns (bool)
true
baseExtension() view returns (string)
.json
baseURI() view returns (string)
ipfs://QmStAreKv2ACUVsbAdnP1EjdHcxPRNP1CR96Ur91aWuiJd/
maxFree() view returns (uint256)
2
maxTrx() view returns (uint256)
10
name() view returns (string)
Banksy Culture
owner() view returns (address)
0x261d0535a60162c53a11305b84625f05da854ed7
paused() view returns (bool)
false
price() view returns (uint256)
5000000000000000
supply() view returns (uint256)
20000
symbol() view returns (string)
BCTURE
totalSupply() view returns (uint256)
12339
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
goMint(uint256 _amount) payable
initialize()
live(bool _state)
pause(bool _state)
reduceSupply(uint256 newSupply)
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_)
setCost(uint256 newPrice)
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)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()