Arma Block

Verified contract

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

No balances found for "Arma Block"

0xdf5739c84ea42f8b26d772113b2fc66925bc68f7546c1d94f6043217646156fa
0x462c52ccf7ca1be7e92875478a674c693e9d0d9be9862e71b956c3916e7f4405
0x3b9132d2f877e69f05134debb3af914efc3c650abb1697d36e244eb86cf74b8b
0x025743fc900a8ddca51304d5e699e58a88c9777fa3dfc8165638e447e6ee80e4
0x086e859bc76bc74006ccfcd041d8e132d33d309438a407209147d463c8af5acf
0xd69c71ffd9c39e9db45d0670b81c69047df529d03b14e3ffcdcb3d3fce6ad4da
0x3a3a043e60a95270863768ac65b0ff956df3894fd6d9841308afb64bea69f857
0xc67162a3a3a3e237f6dc42815c328d2aaac0d8caff9f7c2d734f878fbc3221fd
0xfb2e0facd4d0d1f0c43e846bf2f36ccb38150685c46d15447ccd8446b4ebe8c1
0x858f48aecdbb736cb5a84685b51f752dd4543d056b39dd46764d5c57c8ae8724

Functions
Getter at block 20942014
decimals(view returns (uint8)
18
name(view returns (string)
Arma Block
symbol(view returns (string)
AB
totalSupply(view returns (uint256)
500000000000000000000000000
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
State-modifying
approve(address spenderuint256 valuereturns (bool)
burn(uint256 value
burnFrom(address accountuint256 value
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