MageCreator
Verified contract
Active on
Ethereum with 222 txns
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 "MageCreator"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20865679 | 2 months ago | | | 0 | 0.0048402035 | |
| 20865676 | 2 months ago | | | 0 | 0.0044957913 | |
| 20865556 | 2 months ago | | | 0 | 0.0032566555 | |
| 20865543 | 2 months ago | | | 0 | 0.0032900719 | |
| 20865537 | 2 months ago | | | 0 | 0.0032145274 | |
| 20862226 | 2 months ago | | | 0 | 0.0012036855 | |
| 20862223 | 2 months ago | | | 0 | 0.0013409232 | |
| 20790198 | 2 months ago | | | 0 | 0.0026201038 | |
| 20743190 | 3 months ago | | | 0 | 0.00085069659 | |
| 20743147 | 3 months ago | | | 0 | 0.00090241279 |
ABI
ABI objects
Getter at block 21317209
mageERC20Addr() view returns (address)
0xd52aae39a2b5cc7812f7b9450ebb61dfef702b15
owner() view returns (address)
0x6ed8a42ee0c442db83ddbc39b5a09d15b9e84925
Read-only
nftTokens(string) view returns (bool exists, address contractAddr, uint256 magePrice)
proxies(address) view returns (address)
State-modifying
Events addNFTokenAddr(string _name, address _contractAddr, uint256 _magePrice)
mintNFT(string _name)
removeNFTokenAddr(string _name)
renounceOwnership()
setMageERC20Addr(address _mageERC20Addr)
transferOwnership(address newOwner)
upgradeNFT(string _fromName, string _toName)
NFTAdded(string name, address contractAddr, uint256 magePrice)
NFTRemoved(string name)
NFTUpgraded(address owner, string fromName, address fromContractAddr, string toName, address toContractAddr, uint256 upgradePrice)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.