Sturdy Token
Verified contract
Active on
Ethereum with 5,856 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($2,002.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDT | ERC-20 | 2K | $1.001 |
$2,002 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21200478 | an hour ago | | | 0 | 0.00062560976 | |
| 21200109 | 2 hours ago | | | 0 | 0.00053229872 | |
| 21200107 | 2 hours ago | | | 0 | 0.00052550973 | |
| 21200067 | 2 hours ago | | | 0 | 0.00050017283 | |
| 21199946 | 3 hours ago | | | 0 | 0.00062525696 | |
| 21198948 | 6 hours ago | | | 0 | 0.00057703750 | |
| 21198914 | 6 hours ago | | | 0 | 0.00053342442 | |
| 21198540 | 7 hours ago | | | 0 | 0.00061371682 | |
| 21198063 | 9 hours ago | | | 0 | 0.00073767219 | |
| 21197376 | 11 hours ago | | | 0 | 0.00050001517 |
ABI
ABI objects
Getter at block 21200737
DOMAIN_SEPARATOR() view returns (bytes32)
0x75d9452bf6e7bb9b393b6c0c2cdd3f10b69cb6358c1837fa9442877b373f2c42
decimals() view returns (uint8)
18
name() view returns (string)
Sturdy Token
owner() view returns (address)
0xfe6de700427cc0f964aa6ce15df2bb56c7efdd60
symbol() view returns (string)
STRDY
totalSupply() view returns (uint256)
100000000000000000000000000
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
canCall(address user, bytes4 functionSig) view returns (bool)
doesRoleHaveCapability(uint8 role, bytes4 functionSig) view returns (bool)
doesUserHaveRole(address user, uint8 role) view returns (bool)
getRolesWithCapability(bytes4) view returns (bytes32)
getUserRoles(address) view returns (bytes32)
isCapabilityPublic(bytes4) view returns (bool)
nonces(address) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
migration(address[] users, uint256[] balances)
mint(address to, uint256 amount)
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
setOwner(address newOwner)
setPublicCapability(bytes4 functionSig, bool enabled)
setRoleCapability(uint8 role, bytes4 functionSig, bool enabled)
setUserRole(address user, uint8 role, bool enabled)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 amount)
OwnerUpdated(address indexed user, address indexed newOwner)
PublicCapabilityUpdated(bytes4 indexed functionSig, bool enabled)
RoleCapabilityUpdated(uint8 indexed role, bytes4 indexed functionSig, bool enabled)
Transfer(address indexed from, address indexed to, uint256 amount)
UserRoleUpdated(address indexed user, uint8 indexed role, bool enabled)
constructor(string _name, string _symbol, uint8 _decimals, address _owner)
This contract contains no fallback and receive objects.
This contract contains no error objects.