Guarded Ether

Verified contract

Active on Ethereum with 16,021 txns
Deployed by via 0x17107ab9 at 13455313
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Guarded Ether"

0x2f564830a9f0d6f7f3d03f2666bd0b31de7519ab51e76e3bda24a90b2fcbf73d
0x2b1d67f36d12c008f6c5af4bd2fffe7143478ba70636cfaaaae8d61f7a096e92
0x187e61dc41cbdf70a06f4f06e9246729a7ed9507626ab46df25160f53063d7f6
0x564f4d4629882abc19fe29ff8a702bb90b2f2535dd5217cb7f9a66e9126851cf
0x6996d6e4164fa49d338e285db1ae32a12acb7906c706a7c9c05360e7510bb386
0xb90f7e735804db6f1c482b74770b747f59dac0dc3be75c741110fcacd40aa138
0x77f6806f52df2b72df5fce33c6fa0b402c654bd5990184133e71b74123c40ac1
0xfa29dae9bdc7530a92eb53369c0ac8b34ed3ffcc724a539ca70b9e83147c6617
0x19ece502569a051caa2e9f530a60a733d146fd13a30cc6c435d2344964fad9c1
0x0c867822f6b613848caf06b5cd2f2d2361f3177c59a28e9da7f6b4b00e250ce3

Functions
Getter at block 21256253
decimals(view returns (uint8)
18
name(view returns (string)
Guarded Ether
paused(view returns (bool)
false
symbol(view returns (string)
GETH
totalSupply(view returns (uint256)
6883074428875557398470
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
isMinter(address accountview returns (bool)
isPauser(address accountview returns (bool)
State-modifying
addMinter(address account
addPauser(address account
approve(address spenderuint256 valuereturns (bool)
decreaseAllowance(address spenderuint256 subtractedValuereturns (bool)
increaseAllowance(address spenderuint256 addedValuereturns (bool)
mint(address accountuint256 amountreturns (bool)
multiMint(address[] recipientsuint256[] amountsreturns (bool)
pause(
renounceMinter(
renouncePauser(
transfer(address touint256 valuereturns (bool)
transferFrom(address fromaddress touint256 valuereturns (bool)
unpause(
Events
Approval(address indexed owneraddress indexed spenderuint256 value
MinterAdded(address indexed account
MinterRemoved(address indexed account
Paused(address account
PauserAdded(address indexed account
PauserRemoved(address indexed account
Transfer(address indexed fromaddress indexed touint256 value
Unpaused(address account
Constructor
constructor(uint256 initialSupply
Fallback and receive

This contract contains no fallback and receive objects.

Errors

This contract contains no error objects.