Stobox Token v.2
Verified contract
Active on
Ethereum with 12,386 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($1.67)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
STBU | ERC-20 | 29 | $0.057546 |
$1.67 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21157452 | an hour ago | | | 0 | 0.00099864375 | |
| 21157372 | an hour ago | | | 0 | 0.00087560105 | |
| 21157128 | 2 hours ago | | | 0 | 0.00098460897 | |
| 21157007 | 2 hours ago | | | 0 | 0.00048245354 | |
| 21157002 | 2 hours ago | | | 0 | 0.00053238345 | |
| 21156985 | 2 hours ago | | | 0 | 0.00078447700 | |
| 21156184 | 5 hours ago | | | 0 | 0.00055875993 | |
| 21155555 | 7 hours ago | | | 0 | 0.00038290174 | |
| 21154985 | 9 hours ago | | | 0 | 0.00041126221 | |
| 21154195 | 12 hours ago | | | 0 | 0.00048286985 |
ABI
ABI objects
Getter at block 21157722
decimals() view returns (uint8)
18
name() view returns (string)
Stobox Token v.2
owner() view returns (address)
0xe7d939839f6e6e110bfc17cda63c3180f3903d77
symbol() view returns (string)
STBU
totalSupply() view returns (uint256)
100000000000000000000000000
treasury() view returns (address)
0xe7d939839f6e6e110bfc17cda63c3180f3903d77
Read-only
allowance(address owner, address spender) view returns (uint256)
allowedContracts(address) view returns (bool)
balanceOf(address account) view returns (uint256)
managers(address) view returns (bool active, struct STBULimits burn, struct STBULimits mint)
State-modifying
Events addAllowedContract(address _contract) returns (bool)
addManager(uint256 maxBurn, uint256 maxMint, address manager) returns (bool)
approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount) returns (bool)
changeTreasury(address _treasury) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(uint256 amount) returns (bool)
receiveStuckTokens(address token) returns (bool)
removeAllowedContract(address _contract) returns (bool)
removeManager(address manager) returns (bool)
renounceOwnership()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
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(string name, string symbol, uint256 maxSupply, uint256 minSupply)
This contract contains no fallback and receive objects.
This contract contains no error objects.