Running Elephant
Verified contract
Active on
Base with 186 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 "Running Elephant"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 8308760 | 10 months ago | | | 0 | 0.000000002393911282 | |
| 7060574 | a year ago | | | 0.000015 | 0.000000001457429925 | |
| 6885104 | a year ago | | | 0.000015 | 0.000000000735712950 | |
| 6885093 | a year ago | | | 0.000015 | 0.000000000758335375 | |
| 6885039 | a year ago | | | 0.000015 | 0.000000000655522175 | |
| 6885003 | a year ago | | | 0.000015 | 0.000000000718019925 | |
| 6884944 | a year ago | | | 0.000015 | 0.000000000048853875 | |
| 6884879 | a year ago | | | 0.000015 | 0.000000008545378975 | |
| 6884821 | a year ago | | | 0.000015 | 0.000000000038290875 | |
| 6883161 | a year ago | | | 0.000015 | 0.000000085390587800 |
ABI
ABI objects
Getter at block 22123134
PUBLIC_SALE_PRICE() view returns (uint256)
900000000000
maxSupply() view returns (uint256)
9999
name() view returns (string)
Running Elephant
owner() view returns (address)
0xbbd6d68bc58573571e284687332ddf39d51c77db
symbol() view returns (string)
RE
totalSupply() view returns (uint256)
1205
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)
mint(uint256 mintAmount) 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 va)
setSalePrice(uint256 _price)
setmaxSupply(uint256 _maxSupply)
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(string name, string symbol)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()