Krypti-AiRM
Verified contract
Active on
Ethereum with 144 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x78f9…3b87
Balances ($3,089.63)
Native
Value
$3,089.63
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 1.004 | $3,077.32 |
$3,089.63 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19471182 | 8 months ago | | | 0.05 | 0.016321989 | |
| 19471148 | 8 months ago | | | 0.05 | 0.016940577 | |
| 16860423 | 2 years ago | | | 0.001 | 0.00085902018 | |
| 16838680 | 2 years ago | | | 0.05 | 0.0040198891 | |
| 16825510 | 2 years ago | | | 0.003 | 0.0011920510 | |
| 16825488 | 2 years ago | | | 0 | 0.0014463776 | |
| 16788684 | 2 years ago | | | 0 | 0.0021510083 | |
| 16785819 | 2 years ago | | | 0.05 | 0.015115893 | |
| 16784717 | 2 years ago | | | 0.003 | 0.0026051603 | |
| 16721204 | 2 years ago | | | 0.001 | 0.0018097541 |
ABI
ABI objects
Getter at block 21210960
contractURI() view returns (string)
https://krypti.io/tokenmeta/contractmetadata
isMintEnabled() view returns (bool)
true
mintFee() view returns (uint256)
50000000000000000
name() view returns (string)
Krypti-AiRM
owner() view returns (address)
0x564b0254433a949967bbd4d8cb489f22b5f54b0f
symbol() view returns (string)
AiRM
totalSupply() view returns (uint256)
178
upgradeFee() view returns (uint256)
1000000000000000
xpDivisor() view returns (uint16)
800
Read-only
AiRMs(uint256) view returns (uint256 birthdate, uint256 dna, uint16 xp, uint8 class, uint8 stat1, uint8 stat2, uint8 stat3, uint8 stat4, uint8 stat5)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getEthogenOwner(address _nft, uint256 _tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isFreeminter(address _wallet) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
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)
users(address) view returns (uint256 research1, uint256 research1date, uint256 research2, uint256 research2date, uint256 research3, uint256 research3date, uint16 userxp)
State-modifying
Events approve(address to, uint256 tokenId)
collectFees()
collectxtoken(address _token, uint256 _amount)
freemintNFT()
mintAdmin(address _to)
mintNFT(uint256 amount) payable
mintOwner(address _to)
renounceOwnership()
researchin1(uint256 _tokenID) payable
researchin2(uint256 _tokenID) payable
researchin3(uint256 _tokenID) payable
researchout(uint8 _whichone)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setAdmin(address _newadmin)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI_)
setContractURI(string contractURI_)
setEnableMint(bool _newstate)
setEnableMintAdmin(bool _newstate)
setFee(uint256 _newfee)
setFeeAdmin(uint256 _newfee)
setUpgradeFee(uint256 _newfee)
setUpgradeFeeAdmin(uint256 _newfee)
setxpDivisor(uint16 _newdivisor)
setxpDivisorAdmin(uint16 _newdivisor)
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.