ArtDollar

Verified contract

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

No balances found for "ArtDollar"

0xe9b905d719ac5b0de39349f77a4db816dd0756762ea18ff82239724377994d50
0xccf61cc26ef31fe45dcda2795abfc4814281f6f1c1bc0111ddd73fd917f9d6d3
0x987e131f00e1bc20c143def98b6d330aacab20859072c9302b431c5e57f4085b
0x93df1196dc860192309b248133bbb244226675ff3aac1389823f8299e26ff86c
0xb53870b05f49b40468c8074a9080cd4e965db45878f55247b729e269f264e918
0x6c5391987241b8385182afcd27f662f3fc7649f2f300e4aea4a0029d74a925d6
0x93dfbb1093ab0df5973c0d10cdf1e36630104b08f82e8fdba4bacd26b635fbcc
0x8378e46b0112deb68153874e35cd14fec54a55de3f23e2f12077d4fcc373849a
0x84be419374cbba9a60f27ff9b463b95257c05fda4235ce7f985b97c248d39c44
0x7b816f240c28849190332b0deb2f3baa6fb027ad27bff65434ba58565c39e133

Functions
Getter at block 21158334
decimals(view returns (uint8)
18
name(view returns (string)
ArtDollar
owner(view returns (address)
0xfd904945c5dc7fe728dd047af27c125a78f43f73
symbol(view returns (string)
AD
totalSupply(view returns (uint256)
103290000000000000000000000000000
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
State-modifying
approve(address spenderuint256 valuereturns (bool)
renounceOwnership(
transfer(address touint256 valuereturns (bool)
transferFrom(address fromaddress touint256 valuereturns (bool)
transferOwnership(address newOwner
Events
Approval(address indexed owneraddress indexed spenderuint256 value
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 value
Constructor
constructor(address initialOwner
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ERC20InsufficientAllowance(address spenderuint256 allowanceuint256 needed
ERC20InsufficientBalance(address senderuint256 balanceuint256 needed
ERC20InvalidApprover(address approver
ERC20InvalidReceiver(address receiver
ERC20InvalidSender(address sender
ERC20InvalidSpender(address spender
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account