Superfuzz Gold Tickets
Verified contract
Active on
Ethereum with 485 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 "Superfuzz Gold Tickets"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20371948 | 4 months ago | | | 0 | 0.00024747044 | |
| 18765287 | a year ago | | | 0 | 0.0053384800 | |
| 18765286 | a year ago | | | 0 | 0.0013711674 | |
| 18765286 | a year ago | | | 0 | 0.0024119116 | |
| 18611639 | a year ago | | | 0 | 0.00077612800 | |
| 18191290 | a year ago | | | 0 | 0.00047333341 | |
| 18191271 | a year ago | | | 0 | 0.00074732897 | |
| 18073335 | a year ago | | | 0 | 0.00061808113 | |
| 18073286 | a year ago | | | 0 | 0.00086183631 | |
| 18004925 | a year ago | | | 0 | 0.00054011906 |
ABI
ABI objects
Getter at block 21332012 getAirDropList() view returns (address[])
MAX_TICKETS() view returns (uint256)
200
PROVENANCE() view returns (string)
TICKET_PRICE() view returns (uint256)
30000000000000000
_totalSupply() view returns (uint256)
193
isSaleActive() view returns (bool)
false
mintedTokens() view returns (uint256)
193
name() view returns (string)
Superfuzz Gold Tickets
owner() view returns (address)
0xbd4b3501a85f030f51ed9aea20bc24d25142cbc7
symbol() view returns (string)
SFGT
totalSupply() view returns (uint256)
193
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
hasTicket(address) view returns (bool)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
tokensOfOwner(address owner) view returns (uint256[])
State-modifying
Events airDropManyTickets(address[] _addr)
airDropTicket(address _to)
approve(address to, uint256 tokenId)
buyTicket() payable
flipSaleState()
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_)
setMaxTickets(uint256 _newMax)
setProvenanceHash(string _provenanceHash)
setTicketPrice(uint256 _price)
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)
IncreaseSupply(uint256 _currentSupply)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TicketMinted(address _addresss)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
WhiteListMutated(address[] _whiteList, address _address)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.