Staking Device
Verified contract
Active on
Ethereum with 207 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x8546…6e00
Balances ($0.00)
No balances found for "Staking Device"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18855615 | a year ago | | | 0 | 0.00056269833 | |
| 16203558 | 2 years ago | | | 0 | 0.00064341493 | |
| 16143534 | 2 years ago | | | 0 | 0.0014460494 | |
| 16031712 | 2 years ago | | | 0 | 0.0038758974 | |
| 16031701 | 2 years ago | | | 0 | 0.0046482895 | |
| 15857447 | 2 years ago | | | 0 | 0.0021795066 | |
| 15687869 | 2 years ago | | | 0 | 0.0017786069 | |
| 15686663 | 2 years ago | | | 0 | 0.0026290250 | |
| 15667930 | 2 years ago | | | 0 | 0.00085718538 | |
| 15667846 | 2 years ago | | | 0 | 0.0025307666 |
ABI
ABI objects
Getter at block 21285135
MAX_SUPPLY() view returns (uint16)
10000
baseTokenURI() view returns (string)
https://api.angryfrogs.io/api/devices/
maxByMint() view returns (uint16)
20
mintPrice() view returns (uint256)
450000000000000000000
name() view returns (string)
Staking Device
owner() view returns (address)
0x1642463fe605a54e2cac23601fda99815622a4be
stakingAddress() view returns (address)
0xc82f5fa9d0428eaa26e3ae748ae49873d1c95bf5
symbol() view returns (string)
GPU
tokenAddress() view returns (address)
0xc503499dc6f9ed957c9820a2d26e39ae4e0bc678
totalSupply() view returns (uint256)
438
Read-only
_getRandom(uint256 _tokenId) view returns (uint8)
balanceOf(address owner) view returns (uint256)
exists(uint256 _tokenId) view returns (bool)
getApproved(uint256 tokenId) view returns (address)
getMultifier(uint16 tokenId) view returns (uint8)
getMultifiers(uint16[] tokenIds) view returns (uint8[])
getTokensOfOwner(address owner) 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)
burn(uint256 tokenId)
mintByUser(uint8 _numberOfTokens, uint256 _amount, bool _stake)
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)
setContractAddress(address _stakingAddress, address _tokenAddress, address _randomGen)
setMaxByMint(uint16 newMaxByMint)
setMaxSupply(uint16 _max_supply)
setMintPrice(uint256 newMintPrice)
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)
Steel(address from, address to, uint16 tokenId)
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.