MBA platform Token
Verified contract
Proxy
Active on
Ethereum with 295 txns
Unified storage
Map
Table
Raw
Constants and immutables
4
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "MBA platform Token"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21141991 | 11 days ago | | | 0 | 0.00054539085 | |
| 21092366 | 18 days ago | | | 0 | 0.00036923723 | |
| 21078319 | 20 days ago | | | 0 | 0.00045356847 | |
| 21077645 | 20 days ago | | | 0 | 0.00086730139 | |
| 21047875 | 24 days ago | | | 0 | 0.00042163681 | |
| 21045443 | 24 days ago | | | 0 | 0.00029629628 | |
| 21025768 | a month ago | | | 0 | 0.00032180916 | |
| 21009844 | a month ago | | | 0 | 0.00054709473 | |
| 21008211 | a month ago | | | 0 | 0.00093786090 | |
| 20992994 | a month ago | | | 0 | 0.0017507581 |
ABI
ABI objects
Getter at block 21220944
DOMAIN_SEPARATOR() view returns (bytes32)
0x49ac561794713cd7a1f46e56fb526e7d74f5b4cf5bb525413de8ed6e36731ded
decimals() view returns (uint8)
18
eip712Domain() view returns (bytes1 fields, string name, string version, uint256 chainId, address verifyingContract, bytes32 salt, uint256[] extensions)
(fields=0x0f, name=MBA platform Token, version=1, chainId=1, verifyingContract=0xdf298644967f7b046c178ae37a3ec9d1614ffdc2, salt=0x0000000000000000000000000000000000000000000000000000000000000000, extensions=[])
minter() view returns (address)
0x1221fa148018bd4d1c73c812eb85e623b0add17f
name() view returns (string)
MBA platform Token
owner() view returns (address)
0x70aa77b950c3de638cbac0a862c2f783dcc23593
symbol() view returns (string)
MBA
totalSupply() view returns (uint256)
370466473518659787774388
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
nonces(address owner) view returns (uint256)
State-modifying
Events admin() returns (address admin_)
changeAdmin(address newAdmin)
implementation() returns (address implementation_)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
approve(address spender, uint256 value) returns (bool)
burn(uint256 _value)
initialize(string _name, string _symbol, address _owner, address _minter)
mint(address _account, uint256 _value)
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
renounceOwnership()
resetMinter(address _minter)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
withdrawStuckToken(address _token, address _to, uint256 _value)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
Approval(address indexed owner, address indexed spender, uint256 value)
EIP712DomainChanged()
Initialized(uint64 version)
MinterReset(address indexed previousMinter, address indexed newMinter)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
AddressEmptyCode(address target)
AddressInsufficientBalance(address account)
ECDSAInvalidSignature()
ECDSAInvalidSignatureLength(uint256 length)
ECDSAInvalidSignatureS(bytes32 s)
ERC20InsufficientAllowance(address spender, uint256 allowance, uint256 needed)
ERC20InsufficientBalance(address sender, uint256 balance, uint256 needed)
ERC20InvalidApprover(address approver)
ERC20InvalidReceiver(address receiver)
ERC20InvalidSender(address sender)
ERC20InvalidSpender(address spender)
ERC2612ExpiredSignature(uint256 deadline)
ERC2612InvalidSigner(address signer, address owner)
FailedInnerCall()
InvalidAccountNonce(address account, uint256 currentNonce)
InvalidInitialization()
InvalidMinter(address minter)
NotInitializing()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
SafeERC20FailedOperation(address token)