FragmentToken

Verified contract

Active on Ethereum with 220 txns
Deployed by via 0x989dea33 at 18525129
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "FragmentToken"

0x1374919a416bc5fb60932d6444d0e7463b0aa533dea3111ba9504a44fbb91b36
0x8fd9edb1419bfd78b40681b0ba2837e602d2b864a08b36b23e409d9e98186d4d
0xa2e594e75d0fced24b8ed1bf3dc39a4997c1cb8e5c21c9e9e0c58d18b8c163d8
0xdf4d942da5e1658b03b56dc0c2474829990106ef6f3c22a122a9e6dcde5dd0c5
0x577ecd2ea8bfdee1d3ee42b59b05b87583d73ee0830c3f965941b73415420076
0x6d7fe2281201a85e600c194217d59b9f846a14fcda0bb0183d2d133bd70b4652
0x9c50d057ec0a1fcecf53b9a0f08aecc0738c95379dd8fae8cb046aa47ccbd8a9
0x50a8d4ec3750ebd542b6b100c20c6f13b4a78a7f2cbb177e7fe04d7b9b11e1c3
0xab6da034f7e27496b43c966b701436c4af5de8b1cfdd642ef27355463dae808a
0xc8b81e31c2294f58d0b469cee6bb45d0623dede4155d6a8329370f5110b2dd8f

Functions
Getter at block 21326286
decimals(view returns (uint8)
18
name(view returns (string)
μWeirdo Ghost Gang
symbol(view returns (string)
μGHOST
totalSupply(view returns (uint256)
9000000000000000000000000
trustedCallerAddress(view returns (address)
0x3eb879cc9a0ef4c6f1d870a40ae187768c278da2
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
State-modifying
approve(address spenderuint256 valuereturns (bool)
burn(address accountuint256 amount
mint(address accountuint256 amount
transfer(address touint256 valuereturns (bool)
transferFrom(address fromaddress touint256 valuereturns (bool)
Events
Approval(address indexed owneraddress indexed spenderuint256 value
Transfer(address indexed fromaddress indexed touint256 value
Constructor
constructor(string namestring symboladdress _trustedCaller
Fallback and receive

This contract contains no fallback and receive objects.

Errors
CallerIsNotTrustedContract(
ERC20InsufficientAllowance(address spenderuint256 allowanceuint256 needed
ERC20InsufficientBalance(address senderuint256 balanceuint256 needed
ERC20InvalidApprover(address approver
ERC20InvalidReceiver(address receiver
ERC20InvalidSender(address sender
ERC20InvalidSpender(address spender