Amuletum

Verified contract

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

No balances found for "Amuletum"

0xb8cef35cec5c278517f9f05f14113b39f912b381c0a14eec2fa8353ffd75ee9b
0x5ef5a4b28e0581af276cffcd47697ce3aae4e148fe79f77546097fe7abbe0740
0xb3595eb166725bad583d178f70a279cd8742df3ae8bd847e2895a42239d3df06
0x82019e8f5d56a2aae439d6e5f7365bf729062fccdcecc2072dc0a6e4955eb2c9
0xa696fe969c2b45b39645cb121f609821db86117a1ad92162af6a64429df269e2
0xdcb397da7acc23070b9ceab46ace2734d53c40977c364ff5cffedab9edc7a83a
0x0c7fe88938bc217115ee721eea11db022858543967dc8808c4d0c7c78d5d3c35
0xd4911cd42069a51fa9c7b7d87cc3f5cfdba17041d217e7d536407294bc4e4294
0x889a538341b0283233c1e299504e9199ce2848077d5e4c033252c12d86890218
0xb7647aacb3de4ed9d3fccf15b5a4ea3f8f921dc02fdbb04dd8dd8937cfccd347

Functions
Getter at block 20874301
antiBotEnabled(view returns (bool)
false
cexSupply(view returns (uint256)
888888888000000000000000000
cexWallet(view returns (address)
0xf95d34518cefa59db10b51249ff6e96978fddf03
decimals(view returns (uint8)
18
disableAfterBlock(view returns (uint256)
19300000
mainSupply(view returns (uint256)
87111111112000000000000000000
mainWallet(view returns (address)
0x3385aad59cdcfda951ba0f06100d83d775191303
name(view returns (string)
Amuletum
offering(view returns (uint256)
80000000000000000000000000000
owner(view returns (address)
0x0000000000000000000000000000000000000000
pinkAntiBot(view returns (address)
0xf4f071eb637b64fc78c9ea87dace4445d119ca35
startBlock(view returns (uint256)
19263807
symbol(view returns (string)
AMUX
teamSupply(view returns (uint256)
888888888000000000000000000
teamWallet(view returns (address)
0x65735b71dcef231e48ccc148a93a5c0d238f2a8c
tokenSupply(view returns (uint256)
88888888888000000000000000000
totalSupply(view returns (uint256)
8888888888000000000000000000
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
configureAntiBot(bool enabled_uint256 disableAfterBlock_
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 pinkAntiBot_
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