Untamed Elephants
Verified contract
Active on
Ethereum with 7,051 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
JUNGLE | ERC-20 | 450 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21151550 | 2 days ago | | | 0 | 0.00070665265 | |
| 21148015 | 3 days ago | | | 0 | 0.00025740584 | |
| 21141747 | 4 days ago | | | 0 | 0.00045584215 | |
| 21141661 | 4 days ago | | | 0 | 0.00053376807 | |
| 21141636 | 4 days ago | | | 0 | 0.00042986439 | |
| 21141595 | 4 days ago | | | 0 | 0.00041685896 | |
| 21102532 | 9 days ago | | | 0 | 0.00011870880 | |
| 21066096 | 14 days ago | | | 0 | 0.00058241324 | |
| 21061391 | 15 days ago | | | 0 | 0.00065700530 | |
| 20952201 | a month ago | | | 0 | 0.00054250262 |
ABI
ABI objects
Getter at block 21169068
MAX() view returns (uint256)
7500
name() view returns (string)
Untamed Elephants
owner() view returns (address)
0x83f39aad48920bf2e26624d84b5e80cffa8590c8
symbol() view returns (string)
UE
totalSupply() view returns (uint256)
7500
Read-only
_tokenURI(uint256) view returns (string)
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)
price(uint256 _count) pure returns (uint256)
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)
walletOfOwner(address _owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
changeSaleTime(uint256 time)
getReserves()
mint(address _to, uint256 _count) 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 baseURI)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawAll() payable
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 baseURI)
This contract contains no fallback and receive objects.
This contract contains no error objects.