MTE crazy alien
Verified contract
Active on
Ethereum with 1,573 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 "MTE crazy alien"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20686485 | 2 months ago | | | 0 | 0.00016383341 | |
| 20447737 | 3 months ago | | | 0 | 0.000030487000 | |
| 19786808 | 6 months ago | | | 0 | 0.00025660863 | |
| 19625138 | 7 months ago | | | 0 | 0.0011168647 | |
| 19448113 | 8 months ago | | | 0 | 0.00096457969 | |
| 17444314 | a year ago | | | 0 | 0.0012169529 | |
| 17342730 | a year ago | | | 0 | 0.0015792420 | |
| 17342726 | a year ago | | | 0 | 0.0017841281 | |
| 17342723 | a year ago | | | 0 | 0.0016883807 | |
| 17342718 | a year ago | | | 0 | 0.0017510530 |
ABI
ABI objects
Getter at block 21157384
ALLOWED_MINT() view returns (uint8)
5
MAX_SUPPLY() view returns (uint256)
5000
isWhiteListActive() view returns (bool)
false
name() view returns (string)
MTE crazy alien
owner() view returns (address)
0x0e2879384108e04ed6422651f63d01a5b60a1bf5
saleIsActive() view returns (bool)
true
symbol() view returns (string)
Crazyalien
totalSupply() view returns (uint256)
5000
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getTokens(address account) view returns (uint256[])
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 numberOfTokens)
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_)
setSaleState(bool newState)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
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()
This contract contains no fallback and receive objects.
This contract contains no error objects.