Fuckin' Elephants
Verified contract
Active on
Ethereum with 1,090 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 "Fuckin' Elephants"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16754619 | 2 years ago | | | 0 | 0.00059912074 | |
| 16754442 | 2 years ago | | | 0 | 0.00088770192 | |
| 16163296 | 2 years ago | | | 0 | 0.00044196633 | |
| 16163286 | 2 years ago | | | 0.003 | 0.00081942246 | |
| 16163282 | 2 years ago | | | 0 | 0.00040779449 | |
| 16163279 | 2 years ago | | | 0.003 | 0.00090853240 | |
| 16091446 | 2 years ago | | | 0 | 0.00089312681 | |
| 15786907 | 2 years ago | | | 0 | 0.00056843133 | |
| 15786749 | 2 years ago | | | 0.006 | 0.0011550268 | |
| 15786748 | 2 years ago | | | 0.003 | 0.0011513372 |
ABI
ABI objects
Getter at block 21119357
name() view returns (string)
Fuckin' Elephants
owner() view returns (address)
0xf4d447f84d3fcc28ca53467af7a53622e03c33e4
paused() view returns (bool)
false
symbol() view returns (string)
FKNELE
totalSupply() view returns (uint256)
1088
Read-only
balanceOf(address owner) view returns (uint256)
explicitOwnershipOf(uint256 tokenId) view returns (struct IERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIds) view returns (struct IERC721ATokenOwnership[])
freeMintedCount(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)
tokensOfOwner(address owner) view returns (uint256[])
tokensOfOwnerIn(address owner, uint256 start, uint256 stop) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
flipSale()
mint(uint256 _quantity) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _newBaseUri)
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)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
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()
ApproveToCaller()
BalanceQueryForZeroAddress()
InvalidQueryRange()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()