Assplosion
Verified contract
Active on
Ethereum with 10,806 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 "Assplosion"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21065877 | a month ago | | | 0 | 0.00046199229 | |
| 20979929 | a month ago | | | 0 | 0.00071446410 | |
| 20856393 | 2 months ago | | | 0 | 0.00017162356 | |
| 20708557 | 3 months ago | | | 0 | 0.000023932855 | |
| 20708117 | 3 months ago | | | 0 | 0.00031108260 | |
| 20708107 | 3 months ago | | | 0 | 0.00012285071 | |
| 20700223 | 3 months ago | | | 0 | 0.000026755162 | |
| 20700223 | 3 months ago | | | 0 | 0.000026755162 | |
| 20700223 | 3 months ago | | | 0 | 0.000026664747 | |
| 20700223 | 3 months ago | | | 0 | 0.000026755162 |
ABI
ABI objects
Getter at block 21284556
maxSupply() view returns (uint256)
5000
maxTx() view returns (uint256)
20
name() view returns (string)
Assplosion
owner() view returns (address)
0xc5cd301c055816bc94afed82f53924546117391b
price() view returns (uint256)
30000000000000000
symbol() view returns (string)
asspls
totalSupply() view returns (uint256)
5000
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)
buy(uint256 qty) payable
buy(uint256 qty, bytes signature_) payable
buyTo(address to, uint256 qty)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setAdmin(address admin, bool active)
setApprovalForAll(address operator, bool approved)
setBaseTokenURI(string _uri)
setMaxSupply(uint256 newSupply)
setMaxTx(uint256 newMax)
setPrice(uint256 newPrice)
setSigner(address newSigner)
toggleMint()
togglePresale()
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)
SetAdmin(address indexed admin, bool active)
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()