StackToken
Verified contract
Active on
Ethereum with 4,857 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 |
---|---|---|---|---|---|
STACK | ERC-20 | 904 | -- | -- | |
USTACK | ERC-721 | 1 | -- | -- | |
USTACK | ERC-721 | 1 | -- | -- | |
USTACK | ERC-721 | 1 | -- | -- | |
USTACK | ERC-721 | 1 | -- | -- | |
USTACK | ERC-721 | 1 | -- | -- | |
USTACK | ERC-721 | 1 | -- | -- | |
USTACK | ERC-721 | 1 | -- | -- | |
USTACK | ERC-721 | 1 | -- | -- | |
USTACK | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21072764 | 18 days ago | | | 0 | 0.00062870601 | |
| 20573707 | 3 months ago | | | 0 | 0.000045962791 | |
| 20566075 | 3 months ago | | | 0 | 0.000041851800 | |
| 20565785 | 3 months ago | | | 0 | 0.000039323685 | |
| 20565782 | 3 months ago | | | 0 | 0.000037174436 | |
| 20565781 | 3 months ago | | | 0 | 0.000036239553 | |
| 20565777 | 3 months ago | | | 0 | 0.000035887116 | |
| 20565775 | 3 months ago | | | 0 | 0.000058467119 | |
| 20346441 | 4 months ago | | | 0 | 0.00021980794 | |
| 20333369 | 4 months ago | | | 0 | 0.00047351942 |
ABI
ABI objects
Getter at block 21199875
decimals() view returns (uint8)
18
expiration() view returns (uint256)
13649455
name() view returns (string)
StackToken
owner() view returns (address)
0xd379dd054f187852ab3fd5276e3907b9ed5c6065
rate() view returns (uint256)
0
stackedToadzAddress() view returns (address)
0x099a16f0414cb0cc0555d5f1f8140166462d39ff
symbol() view returns (string)
STACK
teamMintValue() view returns (uint256)
0
totalSupply() view returns (uint256)
21282036093333333367088493
Read-only
_depositBlocks(address, uint256) view returns (uint256)
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
calculateRewards(address account, uint256[] tokenIds) view returns (uint256[] rewards)
depositsOf(address account) view returns (uint256[])
onERC721Received(address, address, uint256, bytes) pure returns (bytes4)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
claimRewards(uint256[] tokenIds)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
deposit(uint256[] tokenIds)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address account, uint256 amount)
renounceOwnership()
setRateExpiration(uint256 _rate, uint256 _expiration)
setWhitelist(address[] minters)
teamMint(address account, uint256 amount)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
withdraw(uint256[] tokenIds)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _stackedToadz, uint256 _rate, uint256 _expiration)
This contract contains no fallback and receive objects.
This contract contains no error objects.