TrueEuro

Verified contract

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

No balances found for "TrueEuro"

0x8beb5c199281762492a882a107b504107a2a527ddedbdf07992bdd45ab502940
0xa73e255ab714d3d5c653baca5868893fe8a8afad6aced9a8eb94c737e56e0b40
0xfd743cddcf670fa326d2eecb80822c7fc24c90fdd6c1bac9a309890794bdc32a
0x9b529cc36e517c24204e41b39d59468becdc5e6d74e620357592254671f8bb75
0x227c64dc27093052639a7dbf271115ef6f60eb04d9e805c072cc8d4ae198dfc1
0x7547b15db879ef4ffc19285d4c37de1bada6e78a5067a7cb36c43eca178eeaa7
0x733f0208f962a16c3050b3705505de5f84e090d6f18b80b00afb49a68433943a
0xc172f743f55467be7b92f5ac57d56d633686804ed199138daf432f36de9da5c4
0xa79a747baf452c82739425310aba2fc5191aca7169a2c10086eb63348ffe2f01
0x3aa76a304cae6cee458cf695adda63803422ca7f330e52092c939fdcc2c38afb

Functions
Getter at block 21227372
decimals(view returns (uint8)
18
name(view returns (string)
TrueEuro
symbol(view returns (string)
TEURO
totalSupply(view returns (uint256)
70000000000000000000000000
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
State-modifying
approve(address spenderuint256 valuereturns (bool)
decreaseAllowance(address spenderuint256 requestedDecreasereturns (bool)
increaseAllowance(address spenderuint256 addedValuereturns (bool)
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(uint256 totalSupply_address to
Fallback and receive

This contract contains no fallback and receive objects.

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