Donkey Kong

Verified contract

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

No balances found for "Donkey Kong"

0x2d486662c465546428ab07fa14f27540deedac36669e95b513fb6a9640d8c35e
0xa4ced69f2ba36bbd55d550e13bddae20e6a07de8bc3acd207718a8c07484d10c
0x596bddb2032eec646dacd00fe78be3a9466763f18331f792cb159d0a3880d0cd
0x65eb5008dc1ef5ab1b17e87a68e7f7551ba05cc89e4f3e2541969d474f6b15f1
0xc67026262446d743270eded22e2d9dce2ffb9cebb206205adafbbe8366b15b79
0xb23b55b5dc06b62958772337952c2ce7847492763428291f4fe036ebc53af018
0xb0dde928e08eaa1ebc1bb0193555041f4c34b8da30e2c61c76ef5764640a4299
0xca459d0b60da7ba329a408d031847766c4adcf0d543daa9104f61e9ab83aefb2

Functions
Getter at block 20877241
decimals(view returns (uint8)
18
name(view returns (string)
Donkey Kong
symbol(view returns (string)
DONK
totalSupply(view returns (uint256)
1000000000000000000000000000
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
State-modifying
approve(address spenderuint256 valuereturns (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(
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