Modulus Domain Service

Verified contract

Active on Ethereum with 742 txns
Deployed by via 0x4c387ff0 at 17047203
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
--
ERC-20
--
0x1a568fae00673f413d08a86391300bdaa6970af3e6eedc48bebc047f9dd18034
0xaef48baa2dd5659e5bde5306139f7ab131f74378291f8fa00333ca4ce4cfc06e
0x1c4b506335d46647813f9db5961e3a2177b71e9b46da59a2dd721c68084a7ff2
0x9dfa9c8d4edd82eaf8d31438e02a6a5943ab01ea2cba024cc44b19ab697e3b3f
0x21703e223c667736dcaa89fcf1dd67852b4af0c924e2bafe00f0459f4a516c63
0x16c4b313a1c72cc10871a43a159f33401f498140ab354deecb5173ece8908132
0xf5f1958cb6ca2627956ed53f86d06199273f3772e001a05a1e7198f0f06e5186
0xb257b93163b75f9f8591cb49bfcf72407c3e681af28ebf4c2d7fa5dc4076d86e
0xbdb05ca9b49f886ce31c2082c35e5ed68dbd5cbf1485a66596969420d187847f
0xfc92a8cd07a0057a0f739dc10d890b300a75e31272ad64cec6c6e73671b3cfc1

Functions
Getter at block 20862253
buyTax(view returns (uint256)
200
cult(view returns (address)
0xf0f9d895aca5c8678f706fb8216fa22957685a13
cultAllocation(view returns (uint256)
2500
decimals(view returns (uint8)
18
development(view returns (address)
0xda48014e8d770985d0d378db8c872f08fbc5e329
developmentAllocation(view returns (uint256)
5000
marketing(view returns (address)
0xa599106f7c77b3e580501cfe5df928b4f38b27b0
marketingAllocation(view returns (uint256)
2500
name(view returns (string)
Modulus Domain Service
owner(view returns (address)
0x6cd36b9459dfef332479d50bec129932285a1656
perWalletHoldingPercent(view returns (uint256)
200
sellTax(view returns (uint256)
600
symbol(view returns (string)
MODS
totalSupply(view returns (uint256)
1000000000000000000000000000000
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
State-modifying
approve(address spenderuint256 amountreturns (bool)
decreaseAllowance(address spenderuint256 subtractedValuereturns (bool)
increaseAllowance(address spenderuint256 addedValuereturns (bool)
renounceOwnership(
transfer(address touint256 amountreturns (bool)
transferFrom(address fromaddress touint256 amountreturns (bool)
transferOwnership(address newOwner
updateAllocations(uint256 _cultAllocationuint256 _developmentAllocationuint256 _marketingAllocation
updateBuyTax(uint256 _tax
updateCult(address _token
updateDevelopment(address _account
updateMarketing(address _account
updatePerWalletHoldingPercent(uint256 _perWalletHoldingPercent
updateSellTax(uint256 _tax
Events
AllocationsUpdated(uint256 cultAllocationuint256 developmentAllocationuint256 marketingAllocation
Approval(address indexed owneraddress indexed spenderuint256 value
BuyTax(uint256 buyTax
Cult(address cult
Development(address development
Marketing(address marketing
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
PerWalletHoldingPercent(uint256 perWalletHoldingPercent
SellTax(uint256 sellTax
Transfer(address indexed fromaddress indexed touint256 value
Constructor
constructor(string _namestring _symboluint256 _supplyaddress _cultuint256 _cultAllocationaddress _developmentuint256 _developmentAllocationaddress _marketinguint256 _marketingAllocationuint256 _perWalletHoldingPercent
Fallback and receive

This contract contains no fallback and receive objects.

Errors
InvalidAddress(
InvalidAllocation(
InvalidPercent(
InvalidTax(
TransferLimitExceeded(